Class MigrationSource.Builder (0.30.0)

public static final class MigrationSource.Builder extends GeneratedMessageV3.Builder<MigrationSource.Builder> implements MigrationSourceOrBuilder

Subset of the source instance configuration that is available when reading the cluster resource.

Protobuf type google.cloud.alloydb.v1alpha.MigrationSource

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MigrationSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MigrationSource.Builder
Overrides

build()

public MigrationSource build()
Returns
TypeDescription
MigrationSource

buildPartial()

public MigrationSource buildPartial()
Returns
TypeDescription
MigrationSource

clear()

public MigrationSource.Builder clear()
Returns
TypeDescription
MigrationSource.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public MigrationSource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
MigrationSource.Builder
Overrides

clearHostPort()

public MigrationSource.Builder clearHostPort()

Output only. The host and port of the on-premises instance in host:port format

string host_port = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public MigrationSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
MigrationSource.Builder
Overrides

clearReferenceId()

public MigrationSource.Builder clearReferenceId()

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

string reference_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

clearSourceType()

public MigrationSource.Builder clearSourceType()

Output only. Type of migration source.

.google.cloud.alloydb.v1alpha.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

clone()

public MigrationSource.Builder clone()
Returns
TypeDescription
MigrationSource.Builder
Overrides

getDefaultInstanceForType()

public MigrationSource getDefaultInstanceForType()
Returns
TypeDescription
MigrationSource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHostPort()

public String getHostPort()

Output only. The host and port of the on-premises instance in host:port format

string host_port = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The hostPort.

getHostPortBytes()

public ByteString getHostPortBytes()

Output only. The host and port of the on-premises instance in host:port format

string host_port = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for hostPort.

getReferenceId()

public String getReferenceId()

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

string reference_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The referenceId.

getReferenceIdBytes()

public ByteString getReferenceIdBytes()

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

string reference_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for referenceId.

getSourceType()

public MigrationSource.MigrationSourceType getSourceType()

Output only. Type of migration source.

.google.cloud.alloydb.v1alpha.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationSource.MigrationSourceType

The sourceType.

getSourceTypeValue()

public int getSourceTypeValue()

Output only. Type of migration source.

.google.cloud.alloydb.v1alpha.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for sourceType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(MigrationSource other)

public MigrationSource.Builder mergeFrom(MigrationSource other)
Parameter
NameDescription
otherMigrationSource
Returns
TypeDescription
MigrationSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MigrationSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationSource.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MigrationSource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MigrationSource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MigrationSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigrationSource.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public MigrationSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MigrationSource.Builder
Overrides

setHostPort(String value)

public MigrationSource.Builder setHostPort(String value)

Output only. The host and port of the on-premises instance in host:port format

string host_port = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The hostPort to set.

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

setHostPortBytes(ByteString value)

public MigrationSource.Builder setHostPortBytes(ByteString value)

Output only. The host and port of the on-premises instance in host:port format

string host_port = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for hostPort to set.

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

setReferenceId(String value)

public MigrationSource.Builder setReferenceId(String value)

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

string reference_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The referenceId to set.

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

setReferenceIdBytes(ByteString value)

public MigrationSource.Builder setReferenceIdBytes(ByteString value)

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

string reference_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for referenceId to set.

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

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

public MigrationSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
MigrationSource.Builder
Overrides

setSourceType(MigrationSource.MigrationSourceType value)

public MigrationSource.Builder setSourceType(MigrationSource.MigrationSourceType value)

Output only. Type of migration source.

.google.cloud.alloydb.v1alpha.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigrationSource.MigrationSourceType

The sourceType to set.

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

setSourceTypeValue(int value)

public MigrationSource.Builder setSourceTypeValue(int value)

Output only. Type of migration source.

.google.cloud.alloydb.v1alpha.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

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

Returns
TypeDescription
MigrationSource.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final MigrationSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigrationSource.Builder
Overrides