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

Class Protos.Image.Docker.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()
      • setRepeatedField

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

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

        public final boolean isInitialized()
      • mergeFrom

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

        public boolean hasName()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
        Specified by:
        hasName in interface Protos.Image.DockerOrBuilder
      • getName

        public java.lang.String getName()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
        Specified by:
        getName in interface Protos.Image.DockerOrBuilder
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
        Specified by:
        getNameBytes in interface Protos.Image.DockerOrBuilder
      • setName

        public Protos.Image.Docker.Builder setName(java.lang.String value)
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • clearName

        public Protos.Image.Docker.Builder clearName()
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • setNameBytes

        public Protos.Image.Docker.Builder setNameBytes(com.google.protobuf.ByteString value)
         The name of the image. Expected format:
         [REGISTRY_HOST[:REGISTRY_PORT]/]REPOSITORY[:TAG|@TYPE:DIGEST]
         See: https://docs.docker.com/reference/commandline/pull/
         
        required string name = 1;
      • hasCredential

        @Deprecated
        public boolean hasCredential()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
        Specified by:
        hasCredential in interface Protos.Image.DockerOrBuilder
      • getCredential

        @Deprecated
        public Protos.Credential getCredential()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
        Specified by:
        getCredential in interface Protos.Image.DockerOrBuilder
      • setCredential

        @Deprecated
        public Protos.Image.Docker.Builder setCredential(Protos.Credential value)
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • setCredential

        @Deprecated
        public Protos.Image.Docker.Builder setCredential(Protos.Credential.Builder builderForValue)
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • mergeCredential

        @Deprecated
        public Protos.Image.Docker.Builder mergeCredential(Protos.Credential value)
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • clearCredential

        @Deprecated
        public Protos.Image.Docker.Builder clearCredential()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • getCredentialBuilder

        @Deprecated
        public Protos.Credential.Builder getCredentialBuilder()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
      • getCredentialOrBuilder

        @Deprecated
        public Protos.CredentialOrBuilder getCredentialOrBuilder()
        Deprecated.
         Credential to authenticate with docker registry.
         NOTE: This is not encrypted, therefore framework and operators
         should enable SSL when passing this information.
         This field has never been used in Mesos before and is
         deprecated since Mesos 1.3. Please use `config` below
         (see MESOS-7088 for details).
         
        optional .mesos.Credential credential = 2 [deprecated = true];
        Specified by:
        getCredentialOrBuilder in interface Protos.Image.DockerOrBuilder
      • hasConfig

        public boolean hasConfig()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
        Specified by:
        hasConfig in interface Protos.Image.DockerOrBuilder
      • getConfig

        public Protos.Secret getConfig()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
        Specified by:
        getConfig in interface Protos.Image.DockerOrBuilder
      • setConfig

        public Protos.Image.Docker.Builder setConfig(Protos.Secret value)
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • setConfig

        public Protos.Image.Docker.Builder setConfig(Protos.Secret.Builder builderForValue)
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • mergeConfig

        public Protos.Image.Docker.Builder mergeConfig(Protos.Secret value)
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • clearConfig

        public Protos.Image.Docker.Builder clearConfig()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • getConfigBuilder

        public Protos.Secret.Builder getConfigBuilder()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
      • getConfigOrBuilder

        public Protos.SecretOrBuilder getConfigOrBuilder()
         Docker config containing credentials to authenticate with
         docker registry. The secret is expected to be a docker
         config file in JSON format with UTF-8 character encoding.
         
        optional .mesos.Secret config = 3;
        Specified by:
        getConfigOrBuilder in interface Protos.Image.DockerOrBuilder
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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