public interface AssociatedEntitiesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnthosClusters(int index)
public abstract AnthosCluster getAnthosClusters(int index)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnthosCluster |
getAnthosClustersCount()
public abstract int getAnthosClustersCount()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getAnthosClustersList()
public abstract List<AnthosCluster> getAnthosClustersList()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<AnthosCluster> |
getAnthosClustersOrBuilder(int index)
public abstract AnthosClusterOrBuilder getAnthosClustersOrBuilder(int index)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnthosClusterOrBuilder |
getAnthosClustersOrBuilderList()
public abstract List<? extends AnthosClusterOrBuilder> getAnthosClustersOrBuilderList()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.deploy.v1.AnthosClusterOrBuilder> |
getGkeClusters(int index)
public abstract GkeCluster getGkeClusters(int index)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GkeCluster |
getGkeClustersCount()
public abstract int getGkeClustersCount()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getGkeClustersList()
public abstract List<GkeCluster> getGkeClustersList()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<GkeCluster> |
getGkeClustersOrBuilder(int index)
public abstract GkeClusterOrBuilder getGkeClustersOrBuilder(int index)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GkeClusterOrBuilder |
getGkeClustersOrBuilderList()
public abstract List<? extends GkeClusterOrBuilder> getGkeClustersOrBuilderList()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.deploy.v1.GkeClusterOrBuilder> |