public final class PersistentVolumeClaimSpec extends com.google.protobuf.GeneratedMessageV3 implements PersistentVolumeClaimSpecOrBuilder
appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentVolumeClaimSpec.Builder
Protobuf type
appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec |
static class |
PersistentVolumeClaimSpec.ResourceRequirements
Protobuf type
appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements |
static interface |
PersistentVolumeClaimSpec.ResourceRequirementsOrBuilder |
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 |
ACCESS_MODES_FIELD_NUMBER |
static int |
RESOURCES_FIELD_NUMBER |
static int |
VOLUME_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccessModes(int index)
repeated string access_modes = 1; |
com.google.protobuf.ByteString |
getAccessModesBytes(int index)
repeated string access_modes = 1; |
int |
getAccessModesCount()
repeated string access_modes = 1; |
com.google.protobuf.ProtocolStringList |
getAccessModesList()
repeated string access_modes = 1; |
static PersistentVolumeClaimSpec |
getDefaultInstance() |
PersistentVolumeClaimSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<PersistentVolumeClaimSpec> |
getParserForType() |
PersistentVolumeClaimSpec.ResourceRequirements |
getResources()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2; |
PersistentVolumeClaimSpec.ResourceRequirementsOrBuilder |
getResourcesOrBuilder()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVolumeName()
optional string volume_name = 3; |
com.google.protobuf.ByteString |
getVolumeNameBytes()
optional string volume_name = 3; |
int |
hashCode() |
boolean |
hasResources()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PersistentVolumeClaimSpec.Builder |
newBuilder() |
static PersistentVolumeClaimSpec.Builder |
newBuilder(PersistentVolumeClaimSpec prototype) |
PersistentVolumeClaimSpec.Builder |
newBuilderForType() |
protected PersistentVolumeClaimSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PersistentVolumeClaimSpec |
parseDelimitedFrom(java.io.InputStream input) |
static PersistentVolumeClaimSpec |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistentVolumeClaimSpec |
parseFrom(byte[] data) |
static PersistentVolumeClaimSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistentVolumeClaimSpec |
parseFrom(com.google.protobuf.ByteString data) |
static PersistentVolumeClaimSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistentVolumeClaimSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PersistentVolumeClaimSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistentVolumeClaimSpec |
parseFrom(java.io.InputStream input) |
static PersistentVolumeClaimSpec |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PersistentVolumeClaimSpec> |
parser() |
PersistentVolumeClaimSpec.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 ACCESS_MODES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int VOLUME_NAME_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 com.google.protobuf.ProtocolStringList getAccessModesList()
repeated string access_modes = 1;getAccessModesList in interface PersistentVolumeClaimSpecOrBuilderpublic int getAccessModesCount()
repeated string access_modes = 1;getAccessModesCount in interface PersistentVolumeClaimSpecOrBuilderpublic java.lang.String getAccessModes(int index)
repeated string access_modes = 1;getAccessModes in interface PersistentVolumeClaimSpecOrBuilderpublic com.google.protobuf.ByteString getAccessModesBytes(int index)
repeated string access_modes = 1;getAccessModesBytes in interface PersistentVolumeClaimSpecOrBuilderpublic boolean hasResources()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2;hasResources in interface PersistentVolumeClaimSpecOrBuilderpublic PersistentVolumeClaimSpec.ResourceRequirements getResources()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2;getResources in interface PersistentVolumeClaimSpecOrBuilderpublic PersistentVolumeClaimSpec.ResourceRequirementsOrBuilder getResourcesOrBuilder()
optional .appscode.kubernetes.v1beta2.PersistentVolumeClaimSpec.ResourceRequirements resources = 2;getResourcesOrBuilder in interface PersistentVolumeClaimSpecOrBuilderpublic java.lang.String getVolumeName()
optional string volume_name = 3;getVolumeName in interface PersistentVolumeClaimSpecOrBuilderpublic com.google.protobuf.ByteString getVolumeNameBytes()
optional string volume_name = 3;getVolumeNameBytes in interface PersistentVolumeClaimSpecOrBuilderpublic 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 PersistentVolumeClaimSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PersistentVolumeClaimSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PersistentVolumeClaimSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PersistentVolumeClaimSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PersistentVolumeClaimSpec parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PersistentVolumeClaimSpec parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PersistentVolumeClaimSpec parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PersistentVolumeClaimSpec parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PersistentVolumeClaimSpec parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PersistentVolumeClaimSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PersistentVolumeClaimSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PersistentVolumeClaimSpec.Builder newBuilder()
public static PersistentVolumeClaimSpec.Builder newBuilder(PersistentVolumeClaimSpec prototype)
public PersistentVolumeClaimSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PersistentVolumeClaimSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PersistentVolumeClaimSpec getDefaultInstance()
public static com.google.protobuf.Parser<PersistentVolumeClaimSpec> parser()
public com.google.protobuf.Parser<PersistentVolumeClaimSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PersistentVolumeClaimSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder