public static final class AssociatedEntities.Builder extends GeneratedMessage.Builder<AssociatedEntities.Builder> implements AssociatedEntitiesOrBuilder
Information about entities associated with a Target.
Protobuf type google.cloud.deploy.v1.AssociatedEntities
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAnthosClusters(Iterable<? extends AnthosCluster> values)
public AssociatedEntities.Builder addAllAnthosClusters(Iterable<? extends AnthosCluster> values)
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 |
values |
Iterable<? extends com.google.cloud.deploy.v1.AnthosCluster>
|
addAllGkeClusters(Iterable<? extends GkeCluster> values)
public AssociatedEntities.Builder addAllGkeClusters(Iterable<? extends GkeCluster> values)
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 |
values |
Iterable<? extends com.google.cloud.deploy.v1.GkeCluster>
|
addAnthosClusters(AnthosCluster value)
public AssociatedEntities.Builder addAnthosClusters(AnthosCluster value)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
addAnthosClusters(AnthosCluster.Builder builderForValue)
public AssociatedEntities.Builder addAnthosClusters(AnthosCluster.Builder builderForValue)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
addAnthosClusters(int index, AnthosCluster value)
public AssociatedEntities.Builder addAnthosClusters(int index, AnthosCluster value)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
addAnthosClusters(int index, AnthosCluster.Builder builderForValue)
public AssociatedEntities.Builder addAnthosClusters(int index, AnthosCluster.Builder builderForValue)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
addAnthosClustersBuilder()
public AnthosCluster.Builder addAnthosClustersBuilder()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
addAnthosClustersBuilder(int index)
public AnthosCluster.Builder addAnthosClustersBuilder(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
|
addGkeClusters(GkeCluster value)
public AssociatedEntities.Builder addGkeClusters(GkeCluster value)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
addGkeClusters(GkeCluster.Builder builderForValue)
public AssociatedEntities.Builder addGkeClusters(GkeCluster.Builder builderForValue)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
addGkeClusters(int index, GkeCluster value)
public AssociatedEntities.Builder addGkeClusters(int index, GkeCluster value)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
addGkeClusters(int index, GkeCluster.Builder builderForValue)
public AssociatedEntities.Builder addGkeClusters(int index, GkeCluster.Builder builderForValue)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
addGkeClustersBuilder()
public GkeCluster.Builder addGkeClustersBuilder()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
addGkeClustersBuilder(int index)
public GkeCluster.Builder addGkeClustersBuilder(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
|
build()
public AssociatedEntities build()
buildPartial()
public AssociatedEntities buildPartial()
clear()
public AssociatedEntities.Builder clear()
Overrides
clearAnthosClusters()
public AssociatedEntities.Builder clearAnthosClusters()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
clearGkeClusters()
public AssociatedEntities.Builder clearGkeClusters()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
getAnthosClusters(int index)
public 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
|
getAnthosClustersBuilder(int index)
public AnthosCluster.Builder getAnthosClustersBuilder(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
|
getAnthosClustersBuilderList()
public List<AnthosCluster.Builder> getAnthosClustersBuilderList()
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
getAnthosClustersCount()
public 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 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];
getAnthosClustersOrBuilder(int index)
public 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
|
getAnthosClustersOrBuilderList()
public 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> |
|
getDefaultInstanceForType()
public AssociatedEntities getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGkeClusters(int index)
public 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
|
getGkeClustersBuilder(int index)
public GkeCluster.Builder getGkeClustersBuilder(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
|
getGkeClustersBuilderList()
public List<GkeCluster.Builder> getGkeClustersBuilderList()
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
getGkeClustersCount()
public 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 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];
getGkeClustersOrBuilder(int index)
public 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
|
getGkeClustersOrBuilderList()
public 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AssociatedEntities other)
public AssociatedEntities.Builder mergeFrom(AssociatedEntities other)
public AssociatedEntities.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AssociatedEntities.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeAnthosClusters(int index)
public AssociatedEntities.Builder removeAnthosClusters(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
|
removeGkeClusters(int index)
public AssociatedEntities.Builder removeGkeClusters(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
|
setAnthosClusters(int index, AnthosCluster value)
public AssociatedEntities.Builder setAnthosClusters(int index, AnthosCluster value)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
setAnthosClusters(int index, AnthosCluster.Builder builderForValue)
public AssociatedEntities.Builder setAnthosClusters(int index, AnthosCluster.Builder builderForValue)
Optional. Information specifying Anthos clusters as associated entities.
repeated .google.cloud.deploy.v1.AnthosCluster anthos_clusters = 3 [(.google.api.field_behavior) = OPTIONAL];
setGkeClusters(int index, GkeCluster value)
public AssociatedEntities.Builder setGkeClusters(int index, GkeCluster value)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];
setGkeClusters(int index, GkeCluster.Builder builderForValue)
public AssociatedEntities.Builder setGkeClusters(int index, GkeCluster.Builder builderForValue)
Optional. Information specifying GKE clusters as associated entities.
repeated .google.cloud.deploy.v1.GkeCluster gke_clusters = 2 [(.google.api.field_behavior) = OPTIONAL];