Package com.google.cloud.alloydb.v1beta
Interface MigrationSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrationSource
,MigrationSource.Builder
public interface MigrationSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHostPort()
Output only.com.google.protobuf.ByteString
getHostPortBytes()
Output only.String
getReferenceId()
Output only.com.google.protobuf.ByteString
getReferenceIdBytes()
Output only.MigrationSource.MigrationSourceType
getSourceType()
Output only.int
getSourceTypeValue()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHostPort
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:
- The hostPort.
-
getHostPortBytes
com.google.protobuf.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:
- The bytes for hostPort.
-
getReferenceId
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:
- The referenceId.
-
getReferenceIdBytes
com.google.protobuf.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:
- The bytes for referenceId.
-
getSourceTypeValue
int getSourceTypeValue()
Output only. Type of migration source.
.google.cloud.alloydb.v1beta.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for sourceType.
-
getSourceType
MigrationSource.MigrationSourceType getSourceType()
Output only. Type of migration source.
.google.cloud.alloydb.v1beta.MigrationSource.MigrationSourceType source_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The sourceType.
-
-