Class Authorization.Builder

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

    public static final class Authorization.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Authorization.Builder>
    implements AuthorizationOrBuilder
     The authorization information used when invoking deployment endpoints.
     
    Protobuf type google.cloud.gsuiteaddons.v1.Authorization
    • 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<Authorization.Builder>
      • clear

        public Authorization.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<Authorization.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<Authorization.Builder>
      • getDefaultInstanceForType

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

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

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

        public Authorization.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<Authorization.Builder>
      • setField

        public Authorization.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<Authorization.Builder>
      • clearField

        public Authorization.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<Authorization.Builder>
      • clearOneof

        public Authorization.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<Authorization.Builder>
      • setRepeatedField

        public Authorization.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<Authorization.Builder>
      • addRepeatedField

        public Authorization.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<Authorization.Builder>
      • mergeFrom

        public Authorization.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<Authorization.Builder>
      • isInitialized

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

        public Authorization.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<Authorization.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The canonical full name of this resource.
         Example:  `projects/123/authorization`
         
        string name = 1;
        Specified by:
        getName in interface AuthorizationOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The canonical full name of this resource.
         Example:  `projects/123/authorization`
         
        string name = 1;
        Specified by:
        getNameBytes in interface AuthorizationOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Authorization.Builder setName​(String value)
         The canonical full name of this resource.
         Example:  `projects/123/authorization`
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Authorization.Builder clearName()
         The canonical full name of this resource.
         Example:  `projects/123/authorization`
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Authorization.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The canonical full name of this resource.
         Example:  `projects/123/authorization`
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getServiceAccountEmail

        public String getServiceAccountEmail()
         The email address of the service account used to authenticate requests to
         add-on callback endpoints.
         
        string service_account_email = 2;
        Specified by:
        getServiceAccountEmail in interface AuthorizationOrBuilder
        Returns:
        The serviceAccountEmail.
      • getServiceAccountEmailBytes

        public com.google.protobuf.ByteString getServiceAccountEmailBytes()
         The email address of the service account used to authenticate requests to
         add-on callback endpoints.
         
        string service_account_email = 2;
        Specified by:
        getServiceAccountEmailBytes in interface AuthorizationOrBuilder
        Returns:
        The bytes for serviceAccountEmail.
      • setServiceAccountEmail

        public Authorization.Builder setServiceAccountEmail​(String value)
         The email address of the service account used to authenticate requests to
         add-on callback endpoints.
         
        string service_account_email = 2;
        Parameters:
        value - The serviceAccountEmail to set.
        Returns:
        This builder for chaining.
      • clearServiceAccountEmail

        public Authorization.Builder clearServiceAccountEmail()
         The email address of the service account used to authenticate requests to
         add-on callback endpoints.
         
        string service_account_email = 2;
        Returns:
        This builder for chaining.
      • setServiceAccountEmailBytes

        public Authorization.Builder setServiceAccountEmailBytes​(com.google.protobuf.ByteString value)
         The email address of the service account used to authenticate requests to
         add-on callback endpoints.
         
        string service_account_email = 2;
        Parameters:
        value - The bytes for serviceAccountEmail to set.
        Returns:
        This builder for chaining.
      • getOauthClientId

        public String getOauthClientId()
         The OAuth client ID used to obtain OAuth access tokens for a user on the
         add-on's behalf.
         
        string oauth_client_id = 3;
        Specified by:
        getOauthClientId in interface AuthorizationOrBuilder
        Returns:
        The oauthClientId.
      • getOauthClientIdBytes

        public com.google.protobuf.ByteString getOauthClientIdBytes()
         The OAuth client ID used to obtain OAuth access tokens for a user on the
         add-on's behalf.
         
        string oauth_client_id = 3;
        Specified by:
        getOauthClientIdBytes in interface AuthorizationOrBuilder
        Returns:
        The bytes for oauthClientId.
      • setOauthClientId

        public Authorization.Builder setOauthClientId​(String value)
         The OAuth client ID used to obtain OAuth access tokens for a user on the
         add-on's behalf.
         
        string oauth_client_id = 3;
        Parameters:
        value - The oauthClientId to set.
        Returns:
        This builder for chaining.
      • clearOauthClientId

        public Authorization.Builder clearOauthClientId()
         The OAuth client ID used to obtain OAuth access tokens for a user on the
         add-on's behalf.
         
        string oauth_client_id = 3;
        Returns:
        This builder for chaining.
      • setOauthClientIdBytes

        public Authorization.Builder setOauthClientIdBytes​(com.google.protobuf.ByteString value)
         The OAuth client ID used to obtain OAuth access tokens for a user on the
         add-on's behalf.
         
        string oauth_client_id = 3;
        Parameters:
        value - The bytes for oauthClientId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Authorization.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<Authorization.Builder>
      • mergeUnknownFields

        public final Authorization.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<Authorization.Builder>