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

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

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

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

        public ListBillingAccountsRequest.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<ListBillingAccountsRequest.Builder>
        Throws:
        IOException
      • getPageSize

        public int getPageSize()
         Requested page size. The maximum page size is 100; this is also the
         default.
         
        int32 page_size = 1;
        Specified by:
        getPageSize in interface ListBillingAccountsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListBillingAccountsRequest.Builder setPageSize​(int value)
         Requested page size. The maximum page size is 100; this is also the
         default.
         
        int32 page_size = 1;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListBillingAccountsRequest.Builder clearPageSize()
         Requested page size. The maximum page size is 100; this is also the
         default.
         
        int32 page_size = 1;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListBillingAccounts`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Specified by:
        getPageToken in interface ListBillingAccountsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListBillingAccounts`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Specified by:
        getPageTokenBytes in interface ListBillingAccountsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListBillingAccountsRequest.Builder setPageToken​(String value)
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListBillingAccounts`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListBillingAccountsRequest.Builder clearPageToken()
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListBillingAccounts`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListBillingAccountsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         A token identifying a page of results to return. This should be a
         `next_page_token` value returned from a previous `ListBillingAccounts`
         call. If unspecified, the first page of results is returned.
         
        string page_token = 2;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Options for how to filter the returned billing accounts.
         Currently this only supports filtering for
         [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
         single provided reseller billing account.
         (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
         Boolean algebra and other fields are not currently supported.
         
        string filter = 3;
        Specified by:
        getFilter in interface ListBillingAccountsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Options for how to filter the returned billing accounts.
         Currently this only supports filtering for
         [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
         single provided reseller billing account.
         (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
         Boolean algebra and other fields are not currently supported.
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface ListBillingAccountsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListBillingAccountsRequest.Builder setFilter​(String value)
         Options for how to filter the returned billing accounts.
         Currently this only supports filtering for
         [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
         single provided reseller billing account.
         (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
         Boolean algebra and other fields are not currently supported.
         
        string filter = 3;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListBillingAccountsRequest.Builder clearFilter()
         Options for how to filter the returned billing accounts.
         Currently this only supports filtering for
         [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
         single provided reseller billing account.
         (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
         Boolean algebra and other fields are not currently supported.
         
        string filter = 3;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListBillingAccountsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Options for how to filter the returned billing accounts.
         Currently this only supports filtering for
         [subaccounts](https://cloud.google.com/billing/docs/concepts) under a
         single provided reseller billing account.
         (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
         Boolean algebra and other fields are not currently supported.
         
        string filter = 3;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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