public final class ClusterCreateRequest extends com.google.protobuf.GeneratedMessageV3 implements ClusterCreateRequestOrBuilder
appscode.glusterfs.v1beta1.ClusterCreateRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterCreateRequest.Builder
Protobuf type
appscode.glusterfs.v1beta1.ClusterCreateRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DISK_SIZE_GB_FIELD_NUMBER |
static int |
KUBE_CLUSTER_FIELD_NUMBER |
static int |
KUBE_NAMESPACE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NODE_FIELD_NUMBER |
static int |
STORAGE_CLASS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ClusterCreateRequest |
getDefaultInstance() |
ClusterCreateRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDiskSizeGb()
optional int32 disk_size_gb = 6; |
java.lang.String |
getKubeCluster()
optional string kube_cluster = 4; |
com.google.protobuf.ByteString |
getKubeClusterBytes()
optional string kube_cluster = 4; |
java.lang.String |
getKubeNamespace()
optional string kube_namespace = 5; |
com.google.protobuf.ByteString |
getKubeNamespaceBytes()
optional string kube_namespace = 5; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
int |
getNode()
optional int32 node = 2; |
com.google.protobuf.Parser<ClusterCreateRequest> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStorageClass()
optional string storage_class = 7; |
com.google.protobuf.ByteString |
getStorageClassBytes()
optional string storage_class = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClusterCreateRequest.Builder |
newBuilder() |
static ClusterCreateRequest.Builder |
newBuilder(ClusterCreateRequest prototype) |
ClusterCreateRequest.Builder |
newBuilderForType() |
protected ClusterCreateRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClusterCreateRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ClusterCreateRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterCreateRequest |
parseFrom(byte[] data) |
static ClusterCreateRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterCreateRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterCreateRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterCreateRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterCreateRequest |
parseFrom(java.io.InputStream input) |
static ClusterCreateRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClusterCreateRequest> |
parser() |
ClusterCreateRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int NODE_FIELD_NUMBER
public static final int DISK_SIZE_GB_FIELD_NUMBER
public static final int KUBE_CLUSTER_FIELD_NUMBER
public static final int KUBE_NAMESPACE_FIELD_NUMBER
public static final int STORAGE_CLASS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getName()
optional string name = 1;getName in interface ClusterCreateRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface ClusterCreateRequestOrBuilderpublic int getNode()
optional int32 node = 2;getNode in interface ClusterCreateRequestOrBuilderpublic int getDiskSizeGb()
optional int32 disk_size_gb = 6;getDiskSizeGb in interface ClusterCreateRequestOrBuilderpublic java.lang.String getKubeCluster()
optional string kube_cluster = 4;getKubeCluster in interface ClusterCreateRequestOrBuilderpublic com.google.protobuf.ByteString getKubeClusterBytes()
optional string kube_cluster = 4;getKubeClusterBytes in interface ClusterCreateRequestOrBuilderpublic java.lang.String getKubeNamespace()
optional string kube_namespace = 5;getKubeNamespace in interface ClusterCreateRequestOrBuilderpublic com.google.protobuf.ByteString getKubeNamespaceBytes()
optional string kube_namespace = 5;getKubeNamespaceBytes in interface ClusterCreateRequestOrBuilderpublic java.lang.String getStorageClass()
optional string storage_class = 7;getStorageClass in interface ClusterCreateRequestOrBuilderpublic com.google.protobuf.ByteString getStorageClassBytes()
optional string storage_class = 7;getStorageClassBytes in interface ClusterCreateRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ClusterCreateRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterCreateRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterCreateRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterCreateRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterCreateRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClusterCreateRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClusterCreateRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClusterCreateRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClusterCreateRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClusterCreateRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ClusterCreateRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterCreateRequest.Builder newBuilder()
public static ClusterCreateRequest.Builder newBuilder(ClusterCreateRequest prototype)
public ClusterCreateRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ClusterCreateRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ClusterCreateRequest getDefaultInstance()
public static com.google.protobuf.Parser<ClusterCreateRequest> parser()
public com.google.protobuf.Parser<ClusterCreateRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ClusterCreateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder