public interface EkmConnectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConnectionError()
public abstract EkmConnection.ConnectionError getConnectionError()
The connection error that occurred if any
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError connection_error = 3;
Returns | |
---|---|
Type | Description |
EkmConnection.ConnectionError | The connectionError. |
getConnectionErrorOrBuilder()
public abstract EkmConnection.ConnectionErrorOrBuilder getConnectionErrorOrBuilder()
The connection error that occurred if any
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError connection_error = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for connectionName. |
getConnectionState()
public abstract EkmConnection.ConnectionState getConnectionState()
Output only. The connection state
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EkmConnection.ConnectionState | The connectionState. |
getConnectionStateValue()
public abstract int getConnectionStateValue()
Output only. The connection state
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
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.v1beta.EkmConnection.ConnectionError connection_error = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the connectionError field is set. |