public static final class AssociatedEntities.Builder extends GeneratedMessageV3.Builder<AssociatedEntities.Builder> implements AssociatedEntitiesOrBuilder
   
   Information about entities associated with a Target.
 Protobuf type google.cloud.deploy.v1.AssociatedEntities
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  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
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public AssociatedEntities.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  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];
 
clearField(Descriptors.FieldDescriptor field)
  
    public AssociatedEntities.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  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];
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public AssociatedEntities.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public AssociatedEntities.Builder clone()
   
  
  Overrides
  
  
  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 GeneratedMessageV3.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
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final AssociatedEntities.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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];
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public AssociatedEntities.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  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];
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public AssociatedEntities.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final AssociatedEntities.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides