Class GetErrorFrameRequest.Builder (0.26.0)

public static final class GetErrorFrameRequest.Builder extends GeneratedMessageV3.Builder<GetErrorFrameRequest.Builder> implements GetErrorFrameRequestOrBuilder

Protobuf type google.cloud.migrationcenter.v1.GetErrorFrameRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetErrorFrameRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetErrorFrameRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetErrorFrameRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

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.

clone()

public GetErrorFrameRequest.Builder clone()
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

getDefaultInstanceForType()

public GetErrorFrameRequest getDefaultInstanceForType()
Returns
Type Description
GetErrorFrameRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetErrorFrameRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetErrorFrameRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetErrorFrameRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
GetErrorFrameRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetErrorFrameRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetErrorFrameRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetErrorFrameRequest.Builder
Overrides

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 ErrorFrameView

The 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 int

The enum numeric value on the wire for view to set.

Returns
Type Description
GetErrorFrameRequest.Builder

This builder for chaining.