public static final class V1.SELinuxOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder> implements V1.SELinuxOptionsOrBuilder
SELinuxOptions are the labels to be applied to the containerProtobuf type
k8s.io.api.core.v1.SELinuxOptions| Modifier and Type | Method and Description |
|---|---|
V1.SELinuxOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.SELinuxOptions |
build() |
V1.SELinuxOptions |
buildPartial() |
V1.SELinuxOptions.Builder |
clear() |
V1.SELinuxOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.SELinuxOptions.Builder |
clearLevel()
Level is SELinux level label that applies to the container.
|
V1.SELinuxOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.SELinuxOptions.Builder |
clearRole()
Role is a SELinux role label that applies to the container.
|
V1.SELinuxOptions.Builder |
clearType()
Type is a SELinux type label that applies to the container.
|
V1.SELinuxOptions.Builder |
clearUser()
User is a SELinux user label that applies to the container.
|
V1.SELinuxOptions.Builder |
clone() |
V1.SELinuxOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLevel()
Level is SELinux level label that applies to the container.
|
com.google.protobuf.ByteString |
getLevelBytes()
Level is SELinux level label that applies to the container.
|
String |
getRole()
Role is a SELinux role label that applies to the container.
|
com.google.protobuf.ByteString |
getRoleBytes()
Role is a SELinux role label that applies to the container.
|
String |
getType()
Type is a SELinux type label that applies to the container.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type is a SELinux type label that applies to the container.
|
String |
getUser()
User is a SELinux user label that applies to the container.
|
com.google.protobuf.ByteString |
getUserBytes()
User is a SELinux user label that applies to the container.
|
boolean |
hasLevel()
Level is SELinux level label that applies to the container.
|
boolean |
hasRole()
Role is a SELinux role label that applies to the container.
|
boolean |
hasType()
Type is a SELinux type label that applies to the container.
|
boolean |
hasUser()
User is a SELinux user label that applies to the container.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.SELinuxOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.SELinuxOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.SELinuxOptions.Builder |
mergeFrom(V1.SELinuxOptions other) |
V1.SELinuxOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.SELinuxOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.SELinuxOptions.Builder |
setLevel(String value)
Level is SELinux level label that applies to the container.
|
V1.SELinuxOptions.Builder |
setLevelBytes(com.google.protobuf.ByteString value)
Level is SELinux level label that applies to the container.
|
V1.SELinuxOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.SELinuxOptions.Builder |
setRole(String value)
Role is a SELinux role label that applies to the container.
|
V1.SELinuxOptions.Builder |
setRoleBytes(com.google.protobuf.ByteString value)
Role is a SELinux role label that applies to the container.
|
V1.SELinuxOptions.Builder |
setType(String value)
Type is a SELinux type label that applies to the container.
|
V1.SELinuxOptions.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
Type is a SELinux type label that applies to the container.
|
V1.SELinuxOptions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.SELinuxOptions.Builder |
setUser(String value)
User is a SELinux user label that applies to the container.
|
V1.SELinuxOptions.Builder |
setUserBytes(com.google.protobuf.ByteString value)
User is a SELinux user label that applies to the container.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, 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<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.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<V1.SELinuxOptions.Builder>public V1.SELinuxOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.SELinuxOptions build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.SELinuxOptions buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.SELinuxOptions.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder mergeFrom(V1.SELinuxOptions other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public V1.SELinuxOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.SELinuxOptions.Builder>IOExceptionpublic boolean hasUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;hasUser in interface V1.SELinuxOptionsOrBuilderpublic String getUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;getUser in interface V1.SELinuxOptionsOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;getUserBytes in interface V1.SELinuxOptionsOrBuilderpublic V1.SELinuxOptions.Builder setUser(String value)
User is a SELinux user label that applies to the container. +optional
optional string user = 1;public V1.SELinuxOptions.Builder clearUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;public V1.SELinuxOptions.Builder setUserBytes(com.google.protobuf.ByteString value)
User is a SELinux user label that applies to the container. +optional
optional string user = 1;public boolean hasRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;hasRole in interface V1.SELinuxOptionsOrBuilderpublic String getRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;getRole in interface V1.SELinuxOptionsOrBuilderpublic com.google.protobuf.ByteString getRoleBytes()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;getRoleBytes in interface V1.SELinuxOptionsOrBuilderpublic V1.SELinuxOptions.Builder setRole(String value)
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;public V1.SELinuxOptions.Builder clearRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;public V1.SELinuxOptions.Builder setRoleBytes(com.google.protobuf.ByteString value)
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;public boolean hasType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;hasType in interface V1.SELinuxOptionsOrBuilderpublic String getType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;getType in interface V1.SELinuxOptionsOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;getTypeBytes in interface V1.SELinuxOptionsOrBuilderpublic V1.SELinuxOptions.Builder setType(String value)
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;public V1.SELinuxOptions.Builder clearType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;public V1.SELinuxOptions.Builder setTypeBytes(com.google.protobuf.ByteString value)
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;public boolean hasLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;hasLevel in interface V1.SELinuxOptionsOrBuilderpublic String getLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;getLevel in interface V1.SELinuxOptionsOrBuilderpublic com.google.protobuf.ByteString getLevelBytes()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;getLevelBytes in interface V1.SELinuxOptionsOrBuilderpublic V1.SELinuxOptions.Builder setLevel(String value)
Level is SELinux level label that applies to the container. +optional
optional string level = 4;public V1.SELinuxOptions.Builder clearLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;public V1.SELinuxOptions.Builder setLevelBytes(com.google.protobuf.ByteString value)
Level is SELinux level label that applies to the container. +optional
optional string level = 4;public final V1.SELinuxOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>public final V1.SELinuxOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.SELinuxOptions.Builder>Copyright © 2021. All rights reserved.