public static final class PrivateCloud.ManagementCluster extends GeneratedMessageV3 implements PrivateCloud.ManagementClusterOrBuilder
Management cluster configuration.
Protobuf type google.cloud.vmwareengine.v1.PrivateCloud.ManagementCluster
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PrivateCloud.ManagementClusterImplements
PrivateCloud.ManagementClusterOrBuilderStatic Fields
CLUSTER_ID_FIELD_NUMBER
public static final int CLUSTER_ID_FIELD_NUMBER
Type | Description |
int |
NODE_TYPE_CONFIGS_FIELD_NUMBER
public static final int NODE_TYPE_CONFIGS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PrivateCloud.ManagementCluster getDefaultInstance()
Type | Description |
PrivateCloud.ManagementCluster |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PrivateCloud.ManagementCluster.Builder newBuilder()
Type | Description |
PrivateCloud.ManagementCluster.Builder |
newBuilder(PrivateCloud.ManagementCluster prototype)
public static PrivateCloud.ManagementCluster.Builder newBuilder(PrivateCloud.ManagementCluster prototype)
Name | Description |
prototype | PrivateCloud.ManagementCluster |
Type | Description |
PrivateCloud.ManagementCluster.Builder |
parseDelimitedFrom(InputStream input)
public static PrivateCloud.ManagementCluster parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PrivateCloud.ManagementCluster parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PrivateCloud.ManagementCluster parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PrivateCloud.ManagementCluster parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PrivateCloud.ManagementCluster parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PrivateCloud.ManagementCluster parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivateCloud.ManagementCluster parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateCloud.ManagementCluster |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PrivateCloud.ManagementCluster> parser()
Type | Description |
Parser<ManagementCluster> |
Methods
containsNodeTypeConfigs(String key)
public boolean containsNodeTypeConfigs(String key)
Required. The map of cluster node types in this cluster, where the key is
canonical identifier of the node type (corresponds to the NodeType
).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
key | String |
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getClusterId()
public String getClusterId()
Required. The user-provided identifier of the new Cluster
.
The identifier must meet the following requirements:
- Only contains 1-63 alphanumeric characters and hyphens
- Begins with an alphabetical character
- Ends with a non-hyphen character
- Not formatted as a UUID
- Complies with RFC 1034 (section 3.5)
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The clusterId. |
getClusterIdBytes()
public ByteString getClusterIdBytes()
Required. The user-provided identifier of the new Cluster
.
The identifier must meet the following requirements:
- Only contains 1-63 alphanumeric characters and hyphens
- Begins with an alphabetical character
- Ends with a non-hyphen character
- Not formatted as a UUID
- Complies with RFC 1034 (section 3.5)
string cluster_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for clusterId. |
getDefaultInstanceForType()
public PrivateCloud.ManagementCluster getDefaultInstanceForType()
Type | Description |
PrivateCloud.ManagementCluster |
getNodeTypeConfigs()
public Map<String,NodeTypeConfig> getNodeTypeConfigs()
Use #getNodeTypeConfigsMap() instead.
Type | Description |
Map<String,NodeTypeConfig> |
getNodeTypeConfigsCount()
public int getNodeTypeConfigsCount()
Required. The map of cluster node types in this cluster, where the key is
canonical identifier of the node type (corresponds to the NodeType
).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int |
getNodeTypeConfigsMap()
public Map<String,NodeTypeConfig> getNodeTypeConfigsMap()
Required. The map of cluster node types in this cluster, where the key is
canonical identifier of the node type (corresponds to the NodeType
).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Map<String,NodeTypeConfig> |
getNodeTypeConfigsOrDefault(String key, NodeTypeConfig defaultValue)
public NodeTypeConfig getNodeTypeConfigsOrDefault(String key, NodeTypeConfig defaultValue)
Required. The map of cluster node types in this cluster, where the key is
canonical identifier of the node type (corresponds to the NodeType
).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
key | String |
defaultValue | NodeTypeConfig |
Type | Description |
NodeTypeConfig |
getNodeTypeConfigsOrThrow(String key)
public NodeTypeConfig getNodeTypeConfigsOrThrow(String key)
Required. The map of cluster node types in this cluster, where the key is
canonical identifier of the node type (corresponds to the NodeType
).
map<string, .google.cloud.vmwareengine.v1.NodeTypeConfig> node_type_configs = 7 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
key | String |
Type | Description |
NodeTypeConfig |
getParserForType()
public Parser<PrivateCloud.ManagementCluster> getParserForType()
Type | Description |
Parser<ManagementCluster> |
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 |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PrivateCloud.ManagementCluster.Builder newBuilderForType()
Type | Description |
PrivateCloud.ManagementCluster.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivateCloud.ManagementCluster.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PrivateCloud.ManagementCluster.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PrivateCloud.ManagementCluster.Builder toBuilder()
Type | Description |
PrivateCloud.ManagementCluster.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |