Class ListUnitKindsRequest.Builder (0.15.0)

public static final class ListUnitKindsRequest.Builder extends GeneratedMessage.Builder<ListUnitKindsRequest.Builder> implements ListUnitKindsRequestOrBuilder

The request structure for the ListUnitKinds method.

Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.ListUnitKindsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListUnitKindsRequest build()
Returns
Type Description
ListUnitKindsRequest

buildPartial()

public ListUnitKindsRequest buildPartial()
Returns
Type Description
ListUnitKindsRequest

clear()

public ListUnitKindsRequest.Builder clear()
Returns
Type Description
ListUnitKindsRequest.Builder
Overrides

clearFilter()

public ListUnitKindsRequest.Builder clearFilter()

Filter the list as specified in https://google.aip.dev/160.

string filter = 10507;

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

clearOrderBy()

public ListUnitKindsRequest.Builder clearOrderBy()

Order results as specified in https://google.aip.dev/132.

string order_by = 10508;

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

clearPageSize()

public ListUnitKindsRequest.Builder clearPageSize()

The maximum number of unit kinds to send per page.

int32 page_size = 10505;

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

clearPageToken()

public ListUnitKindsRequest.Builder clearPageToken()

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

string page_token = 10506;

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

clearParent()

public ListUnitKindsRequest.Builder clearParent()

Required. The parent of the unit kind.

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

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListUnitKindsRequest getDefaultInstanceForType()
Returns
Type Description
ListUnitKindsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Filter the list as specified in https://google.aip.dev/160.

string filter = 10507;

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Filter the list as specified in https://google.aip.dev/160.

string filter = 10507;

Returns
Type Description
ByteString

The bytes for filter.

getOrderBy()

public String getOrderBy()

Order results as specified in https://google.aip.dev/132.

string order_by = 10508;

Returns
Type Description
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Order results as specified in https://google.aip.dev/132.

string order_by = 10508;

Returns
Type Description
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

The maximum number of unit kinds to send per page.

int32 page_size = 10505;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

string page_token = 10506;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

string page_token = 10506;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent of the unit kind.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent of the unit kind.

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListUnitKindsRequest other)

public ListUnitKindsRequest.Builder mergeFrom(ListUnitKindsRequest other)
Parameter
Name Description
other ListUnitKindsRequest
Returns
Type Description
ListUnitKindsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListUnitKindsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListUnitKindsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListUnitKindsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListUnitKindsRequest.Builder
Overrides

setFilter(String value)

public ListUnitKindsRequest.Builder setFilter(String value)

Filter the list as specified in https://google.aip.dev/160.

string filter = 10507;

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListUnitKindsRequest.Builder setFilterBytes(ByteString value)

Filter the list as specified in https://google.aip.dev/160.

string filter = 10507;

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setOrderBy(String value)

public ListUnitKindsRequest.Builder setOrderBy(String value)

Order results as specified in https://google.aip.dev/132.

string order_by = 10508;

Parameter
Name Description
value String

The orderBy to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListUnitKindsRequest.Builder setOrderByBytes(ByteString value)

Order results as specified in https://google.aip.dev/132.

string order_by = 10508;

Parameter
Name Description
value ByteString

The bytes for orderBy to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListUnitKindsRequest.Builder setPageSize(int value)

The maximum number of unit kinds to send per page.

int32 page_size = 10505;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListUnitKindsRequest.Builder setPageToken(String value)

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

string page_token = 10506;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListUnitKindsRequest.Builder setPageTokenBytes(ByteString value)

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

string page_token = 10506;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setParent(String value)

public ListUnitKindsRequest.Builder setParent(String value)

Required. The parent of the unit kind.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListUnitKindsRequest.Builder setParentBytes(ByteString value)

Required. The parent of the unit kind.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListUnitKindsRequest.Builder

This builder for chaining.