Class ManagedActiveDirectoryConfig.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ManagedActiveDirectoryConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ManagedActiveDirectoryConfig.Builder>
      • getDefaultInstanceForType

        public ManagedActiveDirectoryConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ManagedActiveDirectoryConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ManagedActiveDirectoryConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ManagedActiveDirectoryConfig.Builder>
      • mergeFrom

        public ManagedActiveDirectoryConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ManagedActiveDirectoryConfig.Builder>
        Throws:
        IOException
      • setDomainBytes

        public ManagedActiveDirectoryConfig.Builder setDomainBytes​(com.google.protobuf.ByteString value)
         Fully qualified domain name.
         
        string domain = 1;
        Parameters:
        value - The bytes for domain to set.
        Returns:
        This builder for chaining.
      • getComputer

        public String getComputer()
         The computer name is used as a prefix to the mount remote target.
         Example: if the computer_name is `my-computer`, the mount command will
         look like: `$mount -o vers=4,sec=krb5
         my-computer.filestore.<domain>:<share>`.
         
        string computer = 2;
        Specified by:
        getComputer in interface ManagedActiveDirectoryConfigOrBuilder
        Returns:
        The computer.
      • getComputerBytes

        public com.google.protobuf.ByteString getComputerBytes()
         The computer name is used as a prefix to the mount remote target.
         Example: if the computer_name is `my-computer`, the mount command will
         look like: `$mount -o vers=4,sec=krb5
         my-computer.filestore.<domain>:<share>`.
         
        string computer = 2;
        Specified by:
        getComputerBytes in interface ManagedActiveDirectoryConfigOrBuilder
        Returns:
        The bytes for computer.
      • setComputer

        public ManagedActiveDirectoryConfig.Builder setComputer​(String value)
         The computer name is used as a prefix to the mount remote target.
         Example: if the computer_name is `my-computer`, the mount command will
         look like: `$mount -o vers=4,sec=krb5
         my-computer.filestore.<domain>:<share>`.
         
        string computer = 2;
        Parameters:
        value - The computer to set.
        Returns:
        This builder for chaining.
      • clearComputer

        public ManagedActiveDirectoryConfig.Builder clearComputer()
         The computer name is used as a prefix to the mount remote target.
         Example: if the computer_name is `my-computer`, the mount command will
         look like: `$mount -o vers=4,sec=krb5
         my-computer.filestore.<domain>:<share>`.
         
        string computer = 2;
        Returns:
        This builder for chaining.
      • setComputerBytes

        public ManagedActiveDirectoryConfig.Builder setComputerBytes​(com.google.protobuf.ByteString value)
         The computer name is used as a prefix to the mount remote target.
         Example: if the computer_name is `my-computer`, the mount command will
         look like: `$mount -o vers=4,sec=krb5
         my-computer.filestore.<domain>:<share>`.
         
        string computer = 2;
        Parameters:
        value - The bytes for computer to set.
        Returns:
        This builder for chaining.