public interface AlloyDbConnectionProfileOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterId()
public abstract String getClusterId()
Required. The AlloyDB cluster ID that this connection profile is associated with.
string cluster_id = 1;
Returns | |
---|---|
Type | Description |
String |
The clusterId. |
getClusterIdBytes()
public abstract ByteString getClusterIdBytes()
Required. The AlloyDB cluster ID that this connection profile is associated with.
string cluster_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterId. |
getSettings()
public abstract AlloyDbSettings getSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;
Returns | |
---|---|
Type | Description |
AlloyDbSettings |
The settings. |
getSettingsOrBuilder()
public abstract AlloyDbSettingsOrBuilder getSettingsOrBuilder()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;
Returns | |
---|---|
Type | Description |
AlloyDbSettingsOrBuilder |
hasSettings()
public abstract boolean hasSettings()
Immutable. Metadata used to create the destination AlloyDB cluster.
.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the settings field is set. |