Interface EkmConnectionsOrBuilder (0.6.0)

public interface EkmConnectionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEkmConnections(int index)

public abstract EkmConnection getEkmConnections(int index)

The EKM connections associated with the workload

repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
EkmConnection

getEkmConnectionsCount()

public abstract int getEkmConnectionsCount()

The EKM connections associated with the workload

repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;

Returns
TypeDescription
int

getEkmConnectionsList()

public abstract List<EkmConnection> getEkmConnectionsList()

The EKM connections associated with the workload

repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;

Returns
TypeDescription
List<EkmConnection>

getEkmConnectionsOrBuilder(int index)

public abstract EkmConnectionOrBuilder getEkmConnectionsOrBuilder(int index)

The EKM connections associated with the workload

repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
EkmConnectionOrBuilder

getEkmConnectionsOrBuilderList()

public abstract List<? extends EkmConnectionOrBuilder> getEkmConnectionsOrBuilderList()

The EKM connections associated with the workload

repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;

Returns
TypeDescription
List<? extends com.google.cloud.cloudcontrolspartner.v1.EkmConnectionOrBuilder>

getName()

public abstract String getName()

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
ByteString

The bytes for name.