Package k8s.io.api.core.v1
Class Generated.SELinuxOptions
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- k8s.io.api.core.v1.Generated.SELinuxOptions
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Generated.SELinuxOptionsOrBuilder
- Enclosing class:
- Generated
public static final class Generated.SELinuxOptions extends com.google.protobuf.GeneratedMessageV3 implements Generated.SELinuxOptionsOrBuilder
SELinuxOptions are the labels to be applied to the container
Protobuf typek8s.io.api.core.v1.SELinuxOptions- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerated.SELinuxOptions.BuilderSELinuxOptions are the labels to be applied to the container-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL_FIELD_NUMBERstatic com.google.protobuf.Parser<Generated.SELinuxOptions>PARSERDeprecated.static intROLE_FIELD_NUMBERstatic intTYPE_FIELD_NUMBERstatic intUSER_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Generated.SELinuxOptionsgetDefaultInstance()Generated.SELinuxOptionsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetLevel()Level is SELinux level label that applies to the container.com.google.protobuf.ByteStringgetLevelBytes()Level is SELinux level label that applies to the container.com.google.protobuf.Parser<Generated.SELinuxOptions>getParserForType()StringgetRole()Role is a SELinux role label that applies to the container.com.google.protobuf.ByteStringgetRoleBytes()Role is a SELinux role label that applies to the container.intgetSerializedSize()StringgetType()Type is a SELinux type label that applies to the container.com.google.protobuf.ByteStringgetTypeBytes()Type is a SELinux type label that applies to the container.StringgetUser()User is a SELinux user label that applies to the container.com.google.protobuf.ByteStringgetUserBytes()User is a SELinux user label that applies to the container.inthashCode()booleanhasLevel()Level is SELinux level label that applies to the container.booleanhasRole()Role is a SELinux role label that applies to the container.booleanhasType()Type is a SELinux type label that applies to the container.booleanhasUser()User is a SELinux user label that applies to the container.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Generated.SELinuxOptions.BuildernewBuilder()static Generated.SELinuxOptions.BuildernewBuilder(Generated.SELinuxOptions prototype)Generated.SELinuxOptions.BuildernewBuilderForType()protected Generated.SELinuxOptions.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Generated.SELinuxOptionsparseDelimitedFrom(InputStream input)static Generated.SELinuxOptionsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.SELinuxOptionsparseFrom(byte[] data)static Generated.SELinuxOptionsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.SELinuxOptionsparseFrom(com.google.protobuf.ByteString data)static Generated.SELinuxOptionsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.SELinuxOptionsparseFrom(com.google.protobuf.CodedInputStream input)static Generated.SELinuxOptionsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.SELinuxOptionsparseFrom(InputStream input)static Generated.SELinuxOptionsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.SELinuxOptionsparseFrom(ByteBuffer data)static Generated.SELinuxOptionsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Generated.SELinuxOptions>parser()Generated.SELinuxOptions.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
USER_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LEVEL_FIELD_NUMBER
public static final int LEVEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Generated.SELinuxOptions> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasUser
public boolean hasUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Specified by:
hasUserin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- Whether the user field is set.
-
getUser
public String getUser()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Specified by:
getUserin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The user.
-
getUserBytes
public com.google.protobuf.ByteString getUserBytes()
User is a SELinux user label that applies to the container. +optional
optional string user = 1;- Specified by:
getUserBytesin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The bytes for user.
-
hasRole
public boolean hasRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Specified by:
hasRolein interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- Whether the role field is set.
-
getRole
public String getRole()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Specified by:
getRolein interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The role.
-
getRoleBytes
public com.google.protobuf.ByteString getRoleBytes()
Role is a SELinux role label that applies to the container. +optional
optional string role = 2;- Specified by:
getRoleBytesin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The bytes for role.
-
hasType
public boolean hasType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Specified by:
hasTypein interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- Whether the type field is set.
-
getType
public String getType()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Specified by:
getTypein interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
Type is a SELinux type label that applies to the container. +optional
optional string type = 3;- Specified by:
getTypeBytesin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The bytes for type.
-
hasLevel
public boolean hasLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Specified by:
hasLevelin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- Whether the level field is set.
-
getLevel
public String getLevel()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Specified by:
getLevelin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The level.
-
getLevelBytes
public com.google.protobuf.ByteString getLevelBytes()
Level is SELinux level label that applies to the container. +optional
optional string level = 4;- Specified by:
getLevelBytesin interfaceGenerated.SELinuxOptionsOrBuilder- Returns:
- The bytes for level.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Generated.SELinuxOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.SELinuxOptions parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.SELinuxOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.SELinuxOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Generated.SELinuxOptions.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Generated.SELinuxOptions.Builder newBuilder()
-
newBuilder
public static Generated.SELinuxOptions.Builder newBuilder(Generated.SELinuxOptions prototype)
-
toBuilder
public Generated.SELinuxOptions.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Generated.SELinuxOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Generated.SELinuxOptions getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Generated.SELinuxOptions> parser()
-
getParserForType
public com.google.protobuf.Parser<Generated.SELinuxOptions> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Generated.SELinuxOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-