Class ListTransferableSkusRequest

  • All Implemented Interfaces:
    ListTransferableSkusRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ListTransferableSkusRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements ListTransferableSkusRequestOrBuilder
     Request message for
     [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus]
     
    Protobuf type google.cloud.channel.v1.ListTransferableSkusRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • hasCustomerName

        public boolean hasCustomerName()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Specified by:
        hasCustomerName in interface ListTransferableSkusRequestOrBuilder
        Returns:
        Whether the customerName field is set.
      • getCustomerName

        public String getCustomerName()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Specified by:
        getCustomerName in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The customerName.
      • getCustomerNameBytes

        public com.google.protobuf.ByteString getCustomerNameBytes()
         A reseller is required to create a customer and use the resource name of
         the created customer here.
         Customer_name uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string customer_name = 7;
        Specified by:
        getCustomerNameBytes in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The bytes for customerName.
      • getParent

        public String getParent()
         Required. The reseller account's resource name.
         Parent uses the format: accounts/{account_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParent in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The reseller account's resource name.
         Parent uses the format: accounts/{account_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParentBytes in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The bytes for parent.
      • getPageSize

        public int getPageSize()
         The requested page size. Server might return fewer results than requested.
         If unspecified, returns at most 100 SKUs.
         The maximum value is 1000; the server will coerce values above 1000.
         Optional.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The pageSize.
      • getPageToken

        public String getPageToken()
         A token for a page of results other than the first page.
         Obtained using
         [ListTransferableSkusResponse.next_page_token][google.cloud.channel.v1.ListTransferableSkusResponse.next_page_token]
         of the previous
         [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus]
         call. Optional.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A token for a page of results other than the first page.
         Obtained using
         [ListTransferableSkusResponse.next_page_token][google.cloud.channel.v1.ListTransferableSkusResponse.next_page_token]
         of the previous
         [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus]
         call. Optional.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • getAuthToken

        public String getAuthToken()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAuthToken in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The authToken.
      • getAuthTokenBytes

        public com.google.protobuf.ByteString getAuthTokenBytes()
         Optional. The super admin of the resold customer generates this token to
         authorize a reseller to access their Cloud Identity and purchase
         entitlements on their behalf. You can omit this token after authorization.
         See https://support.google.com/a/answer/7643790 for more details.
         
        string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAuthTokenBytes in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The bytes for authToken.
      • getLanguageCode

        public String getLanguageCode()
         The BCP-47 language code. For example, "en-US". The
         response will localize in the corresponding language code, if specified.
         The default value is "en-US".
         Optional.
         
        string language_code = 6;
        Specified by:
        getLanguageCode in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.ByteString getLanguageCodeBytes()
         The BCP-47 language code. For example, "en-US". The
         response will localize in the corresponding language code, if specified.
         The default value is "en-US".
         Optional.
         
        string language_code = 6;
        Specified by:
        getLanguageCodeBytes in interface ListTransferableSkusRequestOrBuilder
        Returns:
        The bytes for languageCode.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(ByteBuffer data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(ByteBuffer data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(com.google.protobuf.ByteString data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(byte[] data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ListTransferableSkusRequest parseFrom​(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public ListTransferableSkusRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ListTransferableSkusRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ListTransferableSkusRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ListTransferableSkusRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ListTransferableSkusRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder