public final class EkmConnection extends GeneratedMessageV3 implements EkmConnectionOrBuilder
Details about the EKM connection
Protobuf type google.cloud.cloudcontrolspartner.v1beta.EkmConnection
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONNECTION_ERROR_FIELD_NUMBER
public static final int CONNECTION_ERROR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONNECTION_NAME_FIELD_NUMBER
public static final int CONNECTION_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONNECTION_STATE_FIELD_NUMBER
public static final int CONNECTION_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static EkmConnection getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EkmConnection.Builder newBuilder()
newBuilder(EkmConnection prototype)
public static EkmConnection.Builder newBuilder(EkmConnection prototype)
public static EkmConnection parseDelimitedFrom(InputStream input)
public static EkmConnection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EkmConnection parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EkmConnection parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection parseFrom(CodedInputStream input)
public static EkmConnection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EkmConnection parseFrom(InputStream input)
public static EkmConnection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EkmConnection parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EkmConnection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EkmConnection> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConnectionError()
public EkmConnection.ConnectionError getConnectionError()
The connection error that occurred if any
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError connection_error = 3;
getConnectionErrorOrBuilder()
public EkmConnection.ConnectionErrorOrBuilder getConnectionErrorOrBuilder()
The connection error that occurred if any
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionError connection_error = 3;
getConnectionName()
public 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 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 EkmConnection.ConnectionState getConnectionState()
Output only. The connection state
.google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConnectionStateValue()
public 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.
|
getDefaultInstanceForType()
public EkmConnection getDefaultInstanceForType()
getParserForType()
public Parser<EkmConnection> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasConnectionError()
public 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EkmConnection.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EkmConnection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public EkmConnection.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides