Class GetMigrationWorkflowRequest (0.44.0)

public final class GetMigrationWorkflowRequest extends GeneratedMessageV3 implements GetMigrationWorkflowRequestOrBuilder

A request to get a previously created migration workflow.

Protobuf type google.cloud.bigquery.migration.v2alpha.GetMigrationWorkflowRequest

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

READ_MASK_FIELD_NUMBER

public static final int READ_MASK_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetMigrationWorkflowRequest getDefaultInstance()
Returns
TypeDescription
GetMigrationWorkflowRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GetMigrationWorkflowRequest.Builder newBuilder()
Returns
TypeDescription
GetMigrationWorkflowRequest.Builder

newBuilder(GetMigrationWorkflowRequest prototype)

public static GetMigrationWorkflowRequest.Builder newBuilder(GetMigrationWorkflowRequest prototype)
Parameter
NameDescription
prototypeGetMigrationWorkflowRequest
Returns
TypeDescription
GetMigrationWorkflowRequest.Builder

parseDelimitedFrom(InputStream input)

public static GetMigrationWorkflowRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GetMigrationWorkflowRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetMigrationWorkflowRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetMigrationWorkflowRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GetMigrationWorkflowRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GetMigrationWorkflowRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetMigrationWorkflowRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetMigrationWorkflowRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GetMigrationWorkflowRequest> parser()
Returns
TypeDescription
Parser<GetMigrationWorkflowRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GetMigrationWorkflowRequest getDefaultInstanceForType()
Returns
TypeDescription
GetMigrationWorkflowRequest

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<GetMigrationWorkflowRequest> getParserForType()
Returns
TypeDescription
Parser<GetMigrationWorkflowRequest>
Overrides

getReadMask()

public FieldMask getReadMask()

The list of fields to be retrieved.

.google.protobuf.FieldMask read_mask = 2;

Returns
TypeDescription
FieldMask

The readMask.

getReadMaskOrBuilder()

public FieldMaskOrBuilder getReadMaskOrBuilder()

The list of fields to be retrieved.

.google.protobuf.FieldMask read_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasReadMask()

public boolean hasReadMask()

The list of fields to be retrieved.

.google.protobuf.FieldMask read_mask = 2;

Returns
TypeDescription
boolean

Whether the readMask field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GetMigrationWorkflowRequest.Builder newBuilderForType()
Returns
TypeDescription
GetMigrationWorkflowRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetMigrationWorkflowRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetMigrationWorkflowRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GetMigrationWorkflowRequest.Builder toBuilder()
Returns
TypeDescription
GetMigrationWorkflowRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException