public interface EkmConnectionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
EkmConnection | 
        |
getEkmConnectionsCount()
public abstract int getEkmConnectionsCount()The EKM connections associated with the workload
 repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getEkmConnectionsList()
public abstract List<EkmConnection> getEkmConnectionsList()The EKM connections associated with the workload
 repeated .google.cloud.cloudcontrolspartner.v1.EkmConnection ekm_connections = 2;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  |