Interface EkmConnectionOrBuilder (0.1.0)

public interface EkmConnectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionError()

public abstract EkmConnection.ConnectionError getConnectionError()

The connection error that occurred if any

.google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionError connection_error = 3;

Returns
TypeDescription
EkmConnection.ConnectionError

The connectionError.

getConnectionErrorOrBuilder()

public abstract EkmConnection.ConnectionErrorOrBuilder getConnectionErrorOrBuilder()

The connection error that occurred if any

.google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionError connection_error = 3;

Returns
TypeDescription
EkmConnection.ConnectionErrorOrBuilder

getConnectionName()

public abstract String getConnectionName()

Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}

string connection_name = 1;

Returns
TypeDescription
String

The connectionName.

getConnectionNameBytes()

public abstract ByteString getConnectionNameBytes()

Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}

string connection_name = 1;

Returns
TypeDescription
ByteString

The bytes for connectionName.

getConnectionState()

public abstract EkmConnection.ConnectionState getConnectionState()

Output only. The connection state

.google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
EkmConnection.ConnectionState

The connectionState.

getConnectionStateValue()

public abstract int getConnectionStateValue()

Output only. The connection state

.google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for connectionState.

hasConnectionError()

public abstract boolean hasConnectionError()

The connection error that occurred if any

.google.cloud.cloudcontrolspartner.v1.EkmConnection.ConnectionError connection_error = 3;

Returns
TypeDescription
boolean

Whether the connectionError field is set.