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

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

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

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

        public ListProvisioningQuotasRequest.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<ListProvisioningQuotasRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. Parent value for ListProvisioningQuotasRequest.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListProvisioningQuotasRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Parent value for ListProvisioningQuotasRequest.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListProvisioningQuotasRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListProvisioningQuotasRequest.Builder setParent​(String value)
         Required. Parent value for ListProvisioningQuotasRequest.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListProvisioningQuotasRequest.Builder clearParent()
         Required. Parent value for ListProvisioningQuotasRequest.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListProvisioningQuotasRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. Parent value for ListProvisioningQuotasRequest.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Requested page size. The server might return fewer items than requested.
         If unspecified, server will pick an appropriate default.
         Notice that page_size field is not supported and won't be respected in
         the API request for now, will be updated when pagination is supported.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListProvisioningQuotasRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListProvisioningQuotasRequest.Builder setPageSize​(int value)
         Requested page size. The server might return fewer items than requested.
         If unspecified, server will pick an appropriate default.
         Notice that page_size field is not supported and won't be respected in
         the API request for now, will be updated when pagination is supported.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListProvisioningQuotasRequest.Builder clearPageSize()
         Requested page size. The server might return fewer items than requested.
         If unspecified, server will pick an appropriate default.
         Notice that page_size field is not supported and won't be respected in
         the API request for now, will be updated when pagination is supported.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A token identifying a page of results from the server.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListProvisioningQuotasRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListProvisioningQuotasRequest.Builder setPageToken​(String value)
         A token identifying a page of results from the server.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListProvisioningQuotasRequest.Builder clearPageToken()
         A token identifying a page of results from the server.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListProvisioningQuotasRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         A token identifying a page of results from the server.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.