Package com.google.cloud.clouddms.v1
Interface AlloyDbConnectionProfileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlloyDbConnectionProfile,AlloyDbConnectionProfile.Builder
public interface AlloyDbConnectionProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterId()Required.com.google.protobuf.ByteStringgetClusterIdBytes()Required.AlloyDbSettingsgetSettings()Immutable.AlloyDbSettingsOrBuildergetSettingsOrBuilder()Immutable.booleanhasSettings()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterId
String getClusterId()
Required. The AlloyDB cluster ID that this connection profile is associated with.
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The clusterId.
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()
Required. The AlloyDB cluster ID that this connection profile is associated with.
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for clusterId.
-
hasSettings
boolean hasSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the settings field is set.
-
getSettings
AlloyDbSettings getSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The settings.
-
getSettingsOrBuilder
AlloyDbSettingsOrBuilder getSettingsOrBuilder()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
-
-