public interface AlloyDbConnectionProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId()
Required.
|
com.google.protobuf.ByteString |
getClusterIdBytes()
Required.
|
AlloyDbSettings |
getSettings()
Immutable.
|
AlloyDbSettingsOrBuilder |
getSettingsOrBuilder()
Immutable.
|
boolean |
hasSettings()
Immutable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterId()
Required. The AlloyDB cluster ID that this connection profile is associated with.
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];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];boolean hasSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
AlloyDbSettings getSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
AlloyDbSettingsOrBuilder getSettingsOrBuilder()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.cloud.clouddms.v1.AlloyDbSettings settings = 2 [(.google.api.field_behavior) = IMMUTABLE];
Copyright © 2024 Google LLC. All rights reserved.