This project has retired. For details please refer to its Attic page.
Protos.SeccompInfo.Builder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Class Protos.SeccompInfo.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      • setField

        public Protos.SeccompInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
         java.lang.Object value)
      • setRepeatedField

        public Protos.SeccompInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
         int index,
         java.lang.Object value)
      • addRepeatedField

        public Protos.SeccompInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
         java.lang.Object value)
      • isInitialized

        public final boolean isInitialized()
      • mergeFrom

        public Protos.SeccompInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException
        Throws:
        java.io.IOException
      • hasProfileName

        public boolean hasProfileName()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
        Specified by:
        hasProfileName in interface Protos.SeccompInfoOrBuilder
      • getProfileName

        public java.lang.String getProfileName()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
        Specified by:
        getProfileName in interface Protos.SeccompInfoOrBuilder
      • getProfileNameBytes

        public com.google.protobuf.ByteString getProfileNameBytes()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
        Specified by:
        getProfileNameBytes in interface Protos.SeccompInfoOrBuilder
      • setProfileName

        public Protos.SeccompInfo.Builder setProfileName(java.lang.String value)
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • clearProfileName

        public Protos.SeccompInfo.Builder clearProfileName()
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • setProfileNameBytes

        public Protos.SeccompInfo.Builder setProfileNameBytes(com.google.protobuf.ByteString value)
         A filename of the Seccomp profile. This should be a path
         relative to the directory containing Seccomp profiles,
         which is specified on the agent via the `--seccomp_config_dir` flag.
         
        optional string profile_name = 1;
      • hasUnconfined

        public boolean hasUnconfined()
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
        Specified by:
        hasUnconfined in interface Protos.SeccompInfoOrBuilder
      • getUnconfined

        public boolean getUnconfined()
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
        Specified by:
        getUnconfined in interface Protos.SeccompInfoOrBuilder
      • setUnconfined

        public Protos.SeccompInfo.Builder setUnconfined(boolean value)
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
      • clearUnconfined

        public Protos.SeccompInfo.Builder clearUnconfined()
         If set to `true`, Seccomp is not applied to the container.
         If not set or set to `false`, the container is launched with
         the profile specified in the `profile_name` field.
         NOTE: `profile_name` must not be specified if `unconfined` set to `true`.
         `profile_name` must be specified if `unconfined` is not set or
         is set to `false`.
         
        optional bool unconfined = 2;
      • mergeUnknownFields

        public final Protos.SeccompInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /