Interface Generated.SELinuxOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUser

        boolean hasUser()
         User is a SELinux user label that applies to the container.
         +optional
         
        optional string user = 1;
        Returns:
        Whether the user field is set.
      • getUser

        String getUser()
         User is a SELinux user label that applies to the container.
         +optional
         
        optional string user = 1;
        Returns:
        The user.
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
         User is a SELinux user label that applies to the container.
         +optional
         
        optional string user = 1;
        Returns:
        The bytes for user.
      • hasRole

        boolean hasRole()
         Role is a SELinux role label that applies to the container.
         +optional
         
        optional string role = 2;
        Returns:
        Whether the role field is set.
      • getRole

        String getRole()
         Role is a SELinux role label that applies to the container.
         +optional
         
        optional string role = 2;
        Returns:
        The role.
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
         Role is a SELinux role label that applies to the container.
         +optional
         
        optional string role = 2;
        Returns:
        The bytes for role.
      • hasType

        boolean hasType()
         Type is a SELinux type label that applies to the container.
         +optional
         
        optional string type = 3;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
         Type is a SELinux type label that applies to the container.
         +optional
         
        optional string type = 3;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         Type is a SELinux type label that applies to the container.
         +optional
         
        optional string type = 3;
        Returns:
        The bytes for type.
      • hasLevel

        boolean hasLevel()
         Level is SELinux level label that applies to the container.
         +optional
         
        optional string level = 4;
        Returns:
        Whether the level field is set.
      • getLevel

        String getLevel()
         Level is SELinux level label that applies to the container.
         +optional
         
        optional string level = 4;
        Returns:
        The level.
      • getLevelBytes

        com.google.protobuf.ByteString getLevelBytes()
         Level is SELinux level label that applies to the container.
         +optional
         
        optional string level = 4;
        Returns:
        The bytes for level.