Class ListProvisioningQuotasRequest.Builder (0.41.0)

public static final class ListProvisioningQuotasRequest.Builder extends GeneratedMessageV3.Builder<ListProvisioningQuotasRequest.Builder> implements ListProvisioningQuotasRequestOrBuilder

Message for requesting the list of provisioning quotas.

Protobuf type google.cloud.baremetalsolution.v2.ListProvisioningQuotasRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListProvisioningQuotasRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

build()

public ListProvisioningQuotasRequest build()
Returns
TypeDescription
ListProvisioningQuotasRequest

buildPartial()

public ListProvisioningQuotasRequest buildPartial()
Returns
TypeDescription
ListProvisioningQuotasRequest

clear()

public ListProvisioningQuotasRequest.Builder clear()
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListProvisioningQuotasRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListProvisioningQuotasRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

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
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

clearPageToken()

public ListProvisioningQuotasRequest.Builder clearPageToken()

A token identifying a page of results from the server.

string page_token = 3;

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

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
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

clone()

public ListProvisioningQuotasRequest.Builder clone()
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

getDefaultInstanceForType()

public ListProvisioningQuotasRequest getDefaultInstanceForType()
Returns
TypeDescription
ListProvisioningQuotasRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

A token identifying a page of results from the server.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A token identifying a page of results from the server.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Parent value for ListProvisioningQuotasRequest.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Parent value for ListProvisioningQuotasRequest.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListProvisioningQuotasRequest other)

public ListProvisioningQuotasRequest.Builder mergeFrom(ListProvisioningQuotasRequest other)
Parameter
NameDescription
otherListProvisioningQuotasRequest
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListProvisioningQuotasRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListProvisioningQuotasRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListProvisioningQuotasRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListProvisioningQuotasRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

setPageSize(int value)

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;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListProvisioningQuotasRequest.Builder setPageToken(String value)

A token identifying a page of results from the server.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListProvisioningQuotasRequest.Builder setPageTokenBytes(ByteString value)

A token identifying a page of results from the server.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

setParent(String value)

public ListProvisioningQuotasRequest.Builder setParent(String value)

Required. Parent value for ListProvisioningQuotasRequest.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListProvisioningQuotasRequest.Builder setParentBytes(ByteString value)

Required. Parent value for ListProvisioningQuotasRequest.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListProvisioningQuotasRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListProvisioningQuotasRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListProvisioningQuotasRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListProvisioningQuotasRequest.Builder
Overrides