Class ListLogicalProductsRequest.Builder (0.1.0)

public static final class ListLogicalProductsRequest.Builder extends GeneratedMessage.Builder<ListLogicalProductsRequest.Builder> implements ListLogicalProductsRequestOrBuilder

Request message for ListLogicalProducts.

Protobuf type google.cloud.productregistry.v1.ListLogicalProductsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListLogicalProductsRequest build()
Returns
Type Description
ListLogicalProductsRequest

buildPartial()

public ListLogicalProductsRequest buildPartial()
Returns
Type Description
ListLogicalProductsRequest

clear()

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

clearFilter()

public ListLogicalProductsRequest.Builder clearFilter()

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

string filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

clearPageSize()

public ListLogicalProductsRequest.Builder clearPageSize()

Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

clearPageToken()

public ListLogicalProductsRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListLogicalProductsRequest getDefaultInstanceForType()
Returns
Type Description
ListLogicalProductsRequest

getDescriptorForType()

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

getFilter()

public String getFilter()

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

string filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

string filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListLogicalProductsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public ListLogicalProductsRequest.Builder setFilter(String value)

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

string filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListLogicalProductsRequest.Builder setFilterBytes(ByteString value)

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

string filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListLogicalProductsRequest.Builder setPageSize(int value)

Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListLogicalProductsRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListLogicalProductsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListLogicalProducts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListLogicalProductsRequest.Builder

This builder for chaining.