public static final class V1Storage.VolumeAttachmentSpec extends com.google.protobuf.GeneratedMessageV3 implements V1Storage.VolumeAttachmentSpecOrBuilder
VolumeAttachmentSpec is the specification of a VolumeAttachment request.Protobuf type
k8s.io.api.storage.v1.VolumeAttachmentSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1Storage.VolumeAttachmentSpec.Builder
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTACHER_FIELD_NUMBER |
static int |
NODENAME_FIELD_NUMBER |
static com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> |
PARSER
Deprecated.
|
static int |
SOURCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttacher()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
com.google.protobuf.ByteString |
getAttacherBytes()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
static V1Storage.VolumeAttachmentSpec |
getDefaultInstance() |
V1Storage.VolumeAttachmentSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNodeName()
The node that the volume should be attached to.
|
com.google.protobuf.ByteString |
getNodeNameBytes()
The node that the volume should be attached to.
|
com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> |
getParserForType() |
int |
getSerializedSize() |
V1Storage.VolumeAttachmentSource |
getSource()
Source represents the volume that should be attached.
|
V1Storage.VolumeAttachmentSourceOrBuilder |
getSourceOrBuilder()
Source represents the volume that should be attached.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAttacher()
Attacher indicates the name of the volume driver that MUST handle this
request.
|
int |
hashCode() |
boolean |
hasNodeName()
The node that the volume should be attached to.
|
boolean |
hasSource()
Source represents the volume that should be attached.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1Storage.VolumeAttachmentSpec.Builder |
newBuilder() |
static V1Storage.VolumeAttachmentSpec.Builder |
newBuilder(V1Storage.VolumeAttachmentSpec prototype) |
V1Storage.VolumeAttachmentSpec.Builder |
newBuilderForType() |
protected V1Storage.VolumeAttachmentSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1Storage.VolumeAttachmentSpec |
parseDelimitedFrom(InputStream input) |
static V1Storage.VolumeAttachmentSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(byte[] data) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(ByteBuffer data) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(InputStream input) |
static V1Storage.VolumeAttachmentSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> |
parser() |
V1Storage.VolumeAttachmentSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ATTACHER_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int NODENAME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> PARSER
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 boolean hasAttacher()
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
optional string attacher = 1;hasAttacher in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic String getAttacher()
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
optional string attacher = 1;getAttacher in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic com.google.protobuf.ByteString getAttacherBytes()
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
optional string attacher = 1;getAttacherBytes in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic boolean hasSource()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1.VolumeAttachmentSource source = 2;hasSource in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic V1Storage.VolumeAttachmentSource getSource()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1.VolumeAttachmentSource source = 2;getSource in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic V1Storage.VolumeAttachmentSourceOrBuilder getSourceOrBuilder()
Source represents the volume that should be attached.
optional .k8s.io.api.storage.v1.VolumeAttachmentSource source = 2;getSourceOrBuilder in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic boolean hasNodeName()
The node that the volume should be attached to.
optional string nodeName = 3;hasNodeName in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic String getNodeName()
The node that the volume should be attached to.
optional string nodeName = 3;getNodeName in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic com.google.protobuf.ByteString getNodeNameBytes()
The node that the volume should be attached to.
optional string nodeName = 3;getNodeNameBytes in interface V1Storage.VolumeAttachmentSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 V1Storage.VolumeAttachmentSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1Storage.VolumeAttachmentSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1Storage.VolumeAttachmentSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1Storage.VolumeAttachmentSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1Storage.VolumeAttachmentSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1Storage.VolumeAttachmentSpec.Builder newBuilder()
public static V1Storage.VolumeAttachmentSpec.Builder newBuilder(V1Storage.VolumeAttachmentSpec prototype)
public V1Storage.VolumeAttachmentSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1Storage.VolumeAttachmentSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1Storage.VolumeAttachmentSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> parser()
public com.google.protobuf.Parser<V1Storage.VolumeAttachmentSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1Storage.VolumeAttachmentSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.