Class CreateCustomerClientResponse.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<CreateCustomerClientResponse.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<CreateCustomerClientResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public CreateCustomerClientResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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<CreateCustomerClientResponse.Builder>
        Throws:
        java.io.IOException
      • getResourceName

        public java.lang.String getResourceName()
         The resource name of the newly created customer client.
         
        string resource_name = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getResourceName in interface CreateCustomerClientResponseOrBuilder
        Returns:
        The resourceName.
      • getResourceNameBytes

        public com.google.protobuf.ByteString getResourceNameBytes()
         The resource name of the newly created customer client.
         
        string resource_name = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getResourceNameBytes in interface CreateCustomerClientResponseOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public CreateCustomerClientResponse.Builder setResourceName​(java.lang.String value)
         The resource name of the newly created customer client.
         
        string resource_name = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The resourceName to set.
        Returns:
        This builder for chaining.
      • clearResourceName

        public CreateCustomerClientResponse.Builder clearResourceName()
         The resource name of the newly created customer client.
         
        string resource_name = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setResourceNameBytes

        public CreateCustomerClientResponse.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         The resource name of the newly created customer client.
         
        string resource_name = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for resourceName to set.
        Returns:
        This builder for chaining.
      • getInvitationLink

        public java.lang.String getInvitationLink()
         Link for inviting user to access the created customer. Accessible to
         allowlisted customers only.
         
        string invitation_link = 3;
        Specified by:
        getInvitationLink in interface CreateCustomerClientResponseOrBuilder
        Returns:
        The invitationLink.
      • getInvitationLinkBytes

        public com.google.protobuf.ByteString getInvitationLinkBytes()
         Link for inviting user to access the created customer. Accessible to
         allowlisted customers only.
         
        string invitation_link = 3;
        Specified by:
        getInvitationLinkBytes in interface CreateCustomerClientResponseOrBuilder
        Returns:
        The bytes for invitationLink.
      • setInvitationLink

        public CreateCustomerClientResponse.Builder setInvitationLink​(java.lang.String value)
         Link for inviting user to access the created customer. Accessible to
         allowlisted customers only.
         
        string invitation_link = 3;
        Parameters:
        value - The invitationLink to set.
        Returns:
        This builder for chaining.
      • clearInvitationLink

        public CreateCustomerClientResponse.Builder clearInvitationLink()
         Link for inviting user to access the created customer. Accessible to
         allowlisted customers only.
         
        string invitation_link = 3;
        Returns:
        This builder for chaining.
      • setInvitationLinkBytes

        public CreateCustomerClientResponse.Builder setInvitationLinkBytes​(com.google.protobuf.ByteString value)
         Link for inviting user to access the created customer. Accessible to
         allowlisted customers only.
         
        string invitation_link = 3;
        Parameters:
        value - The bytes for invitationLink to set.
        Returns:
        This builder for chaining.