Interface AlloyDbConnectionProfileOrBuilder (0.14.1)

public interface AlloyDbConnectionProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterId()

public abstract String getClusterId()

Required. The AlloyDB cluster ID that this connection profile is associated with.

string cluster_id = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
AlloyDbSettingsOrBuilder

hasSettings()

public abstract boolean hasSettings()

Immutable. Metadata used to create the destination AlloyDB cluster.

.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;

Returns
TypeDescription
boolean

Whether the settings field is set.