Class ServiceAccount.Builder

  • All Implemented Interfaces:
    ServiceAccountOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ServiceAccount

    public static final class ServiceAccount.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
    implements ServiceAccountOrBuilder
     A service account.
     
    Protobuf type google.cloud.tpu.v2.ServiceAccount
    • 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<ServiceAccount.Builder>
      • clear

        public ServiceAccount.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.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<ServiceAccount.Builder>
      • getDefaultInstanceForType

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

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

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

        public ServiceAccount.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • setField

        public ServiceAccount.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • clearField

        public ServiceAccount.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • clearOneof

        public ServiceAccount.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • setRepeatedField

        public ServiceAccount.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • addRepeatedField

        public ServiceAccount.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • mergeFrom

        public ServiceAccount.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceAccount.Builder>
      • isInitialized

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

        public ServiceAccount.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<ServiceAccount.Builder>
        Throws:
        IOException
      • getEmail

        public String getEmail()
         Email address of the service account. If empty, default Compute service
         account will be used.
         
        string email = 1;
        Specified by:
        getEmail in interface ServiceAccountOrBuilder
        Returns:
        The email.
      • getEmailBytes

        public com.google.protobuf.ByteString getEmailBytes()
         Email address of the service account. If empty, default Compute service
         account will be used.
         
        string email = 1;
        Specified by:
        getEmailBytes in interface ServiceAccountOrBuilder
        Returns:
        The bytes for email.
      • setEmail

        public ServiceAccount.Builder setEmail​(String value)
         Email address of the service account. If empty, default Compute service
         account will be used.
         
        string email = 1;
        Parameters:
        value - The email to set.
        Returns:
        This builder for chaining.
      • clearEmail

        public ServiceAccount.Builder clearEmail()
         Email address of the service account. If empty, default Compute service
         account will be used.
         
        string email = 1;
        Returns:
        This builder for chaining.
      • setEmailBytes

        public ServiceAccount.Builder setEmailBytes​(com.google.protobuf.ByteString value)
         Email address of the service account. If empty, default Compute service
         account will be used.
         
        string email = 1;
        Parameters:
        value - The bytes for email to set.
        Returns:
        This builder for chaining.
      • getScopeList

        public com.google.protobuf.ProtocolStringList getScopeList()
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Specified by:
        getScopeList in interface ServiceAccountOrBuilder
        Returns:
        A list containing the scope.
      • getScopeCount

        public int getScopeCount()
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Specified by:
        getScopeCount in interface ServiceAccountOrBuilder
        Returns:
        The count of scope.
      • getScope

        public String getScope​(int index)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Specified by:
        getScope in interface ServiceAccountOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The scope at the given index.
      • getScopeBytes

        public com.google.protobuf.ByteString getScopeBytes​(int index)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Specified by:
        getScopeBytes in interface ServiceAccountOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the scope at the given index.
      • setScope

        public ServiceAccount.Builder setScope​(int index,
                                               String value)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Parameters:
        index - The index to set the value at.
        value - The scope to set.
        Returns:
        This builder for chaining.
      • addScope

        public ServiceAccount.Builder addScope​(String value)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Parameters:
        value - The scope to add.
        Returns:
        This builder for chaining.
      • addAllScope

        public ServiceAccount.Builder addAllScope​(Iterable<String> values)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Parameters:
        values - The scope to add.
        Returns:
        This builder for chaining.
      • clearScope

        public ServiceAccount.Builder clearScope()
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Returns:
        This builder for chaining.
      • addScopeBytes

        public ServiceAccount.Builder addScopeBytes​(com.google.protobuf.ByteString value)
         The list of scopes to be made available for this service account. If empty,
         access to all Cloud APIs will be allowed.
         
        repeated string scope = 2;
        Parameters:
        value - The bytes of the scope to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ServiceAccount.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>
      • mergeUnknownFields

        public final ServiceAccount.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceAccount.Builder>