public final class AssociatedEntities extends GeneratedMessageV3 implements AssociatedEntitiesOrBuilder
Information about entities associated with a Target
.
Protobuf type google.cloud.deploy.v1.AssociatedEntities
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANTHOS_CLUSTERS_FIELD_NUMBER
public static final int ANTHOS_CLUSTERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GKE_CLUSTERS_FIELD_NUMBER
public static final int GKE_CLUSTERS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AssociatedEntities getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AssociatedEntities.Builder newBuilder()
newBuilder(AssociatedEntities prototype)
public static AssociatedEntities.Builder newBuilder(AssociatedEntities prototype)
public static AssociatedEntities parseDelimitedFrom(InputStream input)
public static AssociatedEntities parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AssociatedEntities parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AssociatedEntities parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AssociatedEntities parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AssociatedEntities parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AssociatedEntities parseFrom(CodedInputStream input)
public static AssociatedEntities parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AssociatedEntities parseFrom(InputStream input)
public static AssociatedEntities parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AssociatedEntities parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AssociatedEntities parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AssociatedEntities> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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
|
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()
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
|
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> |
|
getParserForType()
public Parser<AssociatedEntities> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AssociatedEntities.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AssociatedEntities.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AssociatedEntities.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides