public static final class GetErrorFrameRequest.Builder extends GeneratedMessage.Builder<GetErrorFrameRequest.Builder> implements GetErrorFrameRequestOrBuilderProtobuf type google.cloud.migrationcenter.v1.GetErrorFrameRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetErrorFrameRequest.BuilderImplements
GetErrorFrameRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetErrorFrameRequest build()| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest |
|
buildPartial()
public GetErrorFrameRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest |
|
clear()
public GetErrorFrameRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
|
clearName()
public GetErrorFrameRequest.Builder clearName()Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |
clearView()
public GetErrorFrameRequest.Builder clearView()Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
.google.cloud.migrationcenter.v1.ErrorFrameView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetErrorFrameRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public ErrorFrameView getView()Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
.google.cloud.migrationcenter.v1.ErrorFrameView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ErrorFrameView |
The view. |
getViewValue()
public int getViewValue()Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
.google.cloud.migrationcenter.v1.ErrorFrameView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetErrorFrameRequest other)
public GetErrorFrameRequest.Builder mergeFrom(GetErrorFrameRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetErrorFrameRequest |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetErrorFrameRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetErrorFrameRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
|
setName(String value)
public GetErrorFrameRequest.Builder setName(String value)Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetErrorFrameRequest.Builder setNameBytes(ByteString value)Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |
setView(ErrorFrameView value)
public GetErrorFrameRequest.Builder setView(ErrorFrameView value)Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
.google.cloud.migrationcenter.v1.ErrorFrameView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ErrorFrameViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public GetErrorFrameRequest.Builder setViewValue(int value)Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.
.google.cloud.migrationcenter.v1.ErrorFrameView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetErrorFrameRequest.Builder |
This builder for chaining. |