- 0.54.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class GetMigrationWorkflowRequest.Builder extends GeneratedMessageV3.Builder<GetMigrationWorkflowRequest.Builder> implements GetMigrationWorkflowRequestOrBuilder
A request to get a previously created migration workflow.
Protobuf type google.cloud.bigquery.migration.v2alpha.GetMigrationWorkflowRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetMigrationWorkflowRequest.BuilderImplements
GetMigrationWorkflowRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetMigrationWorkflowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetMigrationWorkflowRequest.Builder |
build()
public GetMigrationWorkflowRequest build()
Type | Description |
GetMigrationWorkflowRequest |
buildPartial()
public GetMigrationWorkflowRequest buildPartial()
Type | Description |
GetMigrationWorkflowRequest |
clear()
public GetMigrationWorkflowRequest.Builder clear()
Type | Description |
GetMigrationWorkflowRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetMigrationWorkflowRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetMigrationWorkflowRequest.Builder |
clearName()
public GetMigrationWorkflowRequest.Builder clearName()
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetMigrationWorkflowRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetMigrationWorkflowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetMigrationWorkflowRequest.Builder |
clearReadMask()
public GetMigrationWorkflowRequest.Builder clearReadMask()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Type | Description |
GetMigrationWorkflowRequest.Builder |
clone()
public GetMigrationWorkflowRequest.Builder clone()
Type | Description |
GetMigrationWorkflowRequest.Builder |
getDefaultInstanceForType()
public GetMigrationWorkflowRequest getDefaultInstanceForType()
Type | Description |
GetMigrationWorkflowRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getReadMask()
public FieldMask getReadMask()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Type | Description |
FieldMask | The readMask. |
getReadMaskBuilder()
public FieldMask.Builder getReadMaskBuilder()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Type | Description |
Builder |
getReadMaskOrBuilder()
public FieldMaskOrBuilder getReadMaskOrBuilder()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Type | Description |
FieldMaskOrBuilder |
hasReadMask()
public boolean hasReadMask()
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Type | Description |
boolean | Whether the readMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetMigrationWorkflowRequest other)
public GetMigrationWorkflowRequest.Builder mergeFrom(GetMigrationWorkflowRequest other)
Name | Description |
other | GetMigrationWorkflowRequest |
Type | Description |
GetMigrationWorkflowRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetMigrationWorkflowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetMigrationWorkflowRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetMigrationWorkflowRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetMigrationWorkflowRequest.Builder |
mergeReadMask(FieldMask value)
public GetMigrationWorkflowRequest.Builder mergeReadMask(FieldMask value)
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
GetMigrationWorkflowRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetMigrationWorkflowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetMigrationWorkflowRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetMigrationWorkflowRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetMigrationWorkflowRequest.Builder |
setName(String value)
public GetMigrationWorkflowRequest.Builder setName(String value)
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetMigrationWorkflowRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetMigrationWorkflowRequest.Builder setNameBytes(ByteString value)
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetMigrationWorkflowRequest.Builder | This builder for chaining. |
setReadMask(FieldMask value)
public GetMigrationWorkflowRequest.Builder setReadMask(FieldMask value)
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
GetMigrationWorkflowRequest.Builder |
setReadMask(FieldMask.Builder builderForValue)
public GetMigrationWorkflowRequest.Builder setReadMask(FieldMask.Builder builderForValue)
The list of fields to be retrieved.
.google.protobuf.FieldMask read_mask = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
GetMigrationWorkflowRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetMigrationWorkflowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetMigrationWorkflowRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetMigrationWorkflowRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetMigrationWorkflowRequest.Builder |