public static final class GetMigrationSubtaskRequest.Builder extends GeneratedMessageV3.Builder<GetMigrationSubtaskRequest.Builder> implements GetMigrationSubtaskRequestOrBuilder
A request to get a previously created migration subtasks.
Protobuf type google.cloud.bigquery.migration.v2.GetMigrationSubtaskRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetMigrationSubtaskRequest.BuilderImplements
GetMigrationSubtaskRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetMigrationSubtaskRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
build()
public GetMigrationSubtaskRequest build()
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest |
buildPartial()
public GetMigrationSubtaskRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest |
clear()
public GetMigrationSubtaskRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetMigrationSubtaskRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
clearName()
public GetMigrationSubtaskRequest.Builder clearName()
Required. The unique identifier for the migration subtask.
Example: projects/123/locations/us/workflows/1234/subtasks/543
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetMigrationSubtaskRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
clearReadMask()
public GetMigrationSubtaskRequest.Builder clearReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
clone()
public GetMigrationSubtaskRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest.Builder |
getDefaultInstanceForType()
public GetMigrationSubtaskRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetMigrationSubtaskRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The unique identifier for the migration subtask.
Example: projects/123/locations/us/workflows/1234/subtasks/543
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The unique identifier for the migration subtask.
Example: projects/123/locations/us/workflows/1234/subtasks/543
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getReadMask()
public FieldMask getReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask | The readMask. |
getReadMaskBuilder()
public FieldMask.Builder getReadMaskBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Builder |
getReadMaskOrBuilder()
public FieldMaskOrBuilder getReadMaskOrBuilder()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasReadMask()
public boolean hasReadMask()
Optional. The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2 [(.google.api.field_behavior) = OPTIONAL];