- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
public final class OnPremCluster extends GeneratedMessageV3 implements OnPremClusterOrBuilder
OnPremCluster contains information specific to GKE On-Prem clusters.
Protobuf type google.cloud.gkehub.v1beta1.OnPremCluster
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OnPremClusterImplements
OnPremClusterOrBuilderStatic Fields
ADMIN_CLUSTER_FIELD_NUMBER
public static final int ADMIN_CLUSTER_FIELD_NUMBER
Type | Description |
int |
CLUSTER_MISSING_FIELD_NUMBER
public static final int CLUSTER_MISSING_FIELD_NUMBER
Type | Description |
int |
CLUSTER_TYPE_FIELD_NUMBER
public static final int CLUSTER_TYPE_FIELD_NUMBER
Type | Description |
int |
RESOURCE_LINK_FIELD_NUMBER
public static final int RESOURCE_LINK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static OnPremCluster getDefaultInstance()
Type | Description |
OnPremCluster |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static OnPremCluster.Builder newBuilder()
Type | Description |
OnPremCluster.Builder |
newBuilder(OnPremCluster prototype)
public static OnPremCluster.Builder newBuilder(OnPremCluster prototype)
Name | Description |
prototype | OnPremCluster |
Type | Description |
OnPremCluster.Builder |
parseDelimitedFrom(InputStream input)
public static OnPremCluster parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseFrom(byte[] data)
public static OnPremCluster parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static OnPremCluster parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static OnPremCluster parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseFrom(InputStream input)
public static OnPremCluster parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static OnPremCluster parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OnPremCluster parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OnPremCluster |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<OnPremCluster> parser()
Type | Description |
Parser<OnPremCluster> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAdminCluster()
public boolean getAdminCluster()
Immutable. Whether the cluster is an admin cluster.
bool admin_cluster = 3 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
boolean | The adminCluster. |
getClusterMissing()
public boolean getClusterMissing()
Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.
bool cluster_missing = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | The clusterMissing. |
getClusterType()
public OnPremCluster.ClusterType getClusterType()
Immutable. The on prem cluster's type.
.google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType cluster_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
OnPremCluster.ClusterType | The clusterType. |
getClusterTypeValue()
public int getClusterTypeValue()
Immutable. The on prem cluster's type.
.google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType cluster_type = 4 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
int | The enum numeric value on the wire for clusterType. |
getDefaultInstanceForType()
public OnPremCluster getDefaultInstanceForType()
Type | Description |
OnPremCluster |
getParserForType()
public Parser<OnPremCluster> getParserForType()
Type | Description |
Parser<OnPremCluster> |
getResourceLink()
public String getResourceLink()
Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
String | The resourceLink. |
getResourceLinkBytes()
public ByteString getResourceLinkBytes()
Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
Type | Description |
ByteString | The bytes for resourceLink. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public OnPremCluster.Builder newBuilderForType()
Type | Description |
OnPremCluster.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OnPremCluster.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
OnPremCluster.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public OnPremCluster.Builder toBuilder()
Type | Description |
OnPremCluster.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |