public static final class KeyToPath.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder> implements KeyToPathOrBuilder
Maps a string key to a path within a volume.Protobuf type
appscode.kubernetes.v1beta2.KeyToPath| Modifier and Type | Method and Description |
|---|---|
KeyToPath.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
KeyToPath |
build() |
KeyToPath |
buildPartial() |
KeyToPath.Builder |
clear() |
KeyToPath.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
KeyToPath.Builder |
clearKey()
The key to project.
|
KeyToPath.Builder |
clearMode()
Optional: mode bits to use on this file, must be a value between 0
and 0777.
|
KeyToPath.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
KeyToPath.Builder |
clearPath()
The relative path of the file to map the key to.
|
KeyToPath.Builder |
clone() |
KeyToPath |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getKey()
The key to project.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key to project.
|
int |
getMode()
Optional: mode bits to use on this file, must be a value between 0
and 0777.
|
java.lang.String |
getPath()
The relative path of the file to map the key to.
|
com.google.protobuf.ByteString |
getPathBytes()
The relative path of the file to map the key to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
KeyToPath.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeyToPath.Builder |
mergeFrom(KeyToPath other) |
KeyToPath.Builder |
mergeFrom(com.google.protobuf.Message other) |
KeyToPath.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
KeyToPath.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
KeyToPath.Builder |
setKey(java.lang.String value)
The key to project.
|
KeyToPath.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
The key to project.
|
KeyToPath.Builder |
setMode(int value)
Optional: mode bits to use on this file, must be a value between 0
and 0777.
|
KeyToPath.Builder |
setPath(java.lang.String value)
The relative path of the file to map the key to.
|
KeyToPath.Builder |
setPathBytes(com.google.protobuf.ByteString value)
The relative path of the file to map the key to.
|
KeyToPath.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
KeyToPath.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic KeyToPath build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic KeyToPath buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic KeyToPath.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<KeyToPath.Builder>public KeyToPath.Builder mergeFrom(KeyToPath other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public KeyToPath.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<KeyToPath.Builder>java.io.IOExceptionpublic java.lang.String getKey()
The key to project.
string key = 1;getKey in interface KeyToPathOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
The key to project.
string key = 1;getKeyBytes in interface KeyToPathOrBuilderpublic KeyToPath.Builder setKey(java.lang.String value)
The key to project.
string key = 1;public KeyToPath.Builder clearKey()
The key to project.
string key = 1;public KeyToPath.Builder setKeyBytes(com.google.protobuf.ByteString value)
The key to project.
string key = 1;public java.lang.String getPath()
The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
string path = 2;getPath in interface KeyToPathOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
string path = 2;getPathBytes in interface KeyToPathOrBuilderpublic KeyToPath.Builder setPath(java.lang.String value)
The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
string path = 2;public KeyToPath.Builder clearPath()
The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
string path = 2;public KeyToPath.Builder setPathBytes(com.google.protobuf.ByteString value)
The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.
string path = 2;public int getMode()
Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 mode = 3;getMode in interface KeyToPathOrBuilderpublic KeyToPath.Builder setMode(int value)
Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 mode = 3;public KeyToPath.Builder clearMode()
Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 mode = 3;public final KeyToPath.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>public final KeyToPath.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<KeyToPath.Builder>