public static final class ListCatalogItemsRequest.Builder extends GeneratedMessageV3.Builder<ListCatalogItemsRequest.Builder> implements ListCatalogItemsRequestOrBuilderRequest message for ListCatalogItems method.
Protobuf type google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListCatalogItemsRequest.BuilderImplements
ListCatalogItemsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListCatalogItemsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListCatalogItemsRequest.Builder |
build()
public ListCatalogItemsRequest build()| Type | Description |
| ListCatalogItemsRequest |
buildPartial()
public ListCatalogItemsRequest buildPartial()| Type | Description |
| ListCatalogItemsRequest |
clear()
public ListCatalogItemsRequest.Builder clear()| Type | Description |
| ListCatalogItemsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListCatalogItemsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListCatalogItemsRequest.Builder |
clearFilter()
public ListCatalogItemsRequest.Builder clearFilter()Optional. A filter to apply on the list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListCatalogItemsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListCatalogItemsRequest.Builder |
clearPageSize()
public ListCatalogItemsRequest.Builder clearPageSize()Optional. Maximum number of results to return per page. If zero, the service will choose a reasonable default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListCatalogItemsRequest.Builder clearPageToken()Optional. The previous ListCatalogItemsResponse.next_page_token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
clearParent()
public ListCatalogItemsRequest.Builder clearParent() Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
clone()
public ListCatalogItemsRequest.Builder clone()| Type | Description |
| ListCatalogItemsRequest.Builder |
getDefaultInstanceForType()
public ListCatalogItemsRequest getDefaultInstanceForType()| Type | Description |
| ListCatalogItemsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()Optional. A filter to apply on the list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. A filter to apply on the list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for filter. |
getPageSize()
public int getPageSize()Optional. Maximum number of results to return per page. If zero, the service will choose a reasonable default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int | The pageSize. |
getPageToken()
public String getPageToken()Optional. The previous ListCatalogItemsResponse.next_page_token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. The previous ListCatalogItemsResponse.next_page_token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String getParent() Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListCatalogItemsRequest other)
public ListCatalogItemsRequest.Builder mergeFrom(ListCatalogItemsRequest other)| Name | Description |
| other | ListCatalogItemsRequest |
| Type | Description |
| ListCatalogItemsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCatalogItemsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListCatalogItemsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListCatalogItemsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListCatalogItemsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListCatalogItemsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListCatalogItemsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListCatalogItemsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListCatalogItemsRequest.Builder |
setFilter(String value)
public ListCatalogItemsRequest.Builder setFilter(String value)Optional. A filter to apply on the list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListCatalogItemsRequest.Builder setFilterBytes(ByteString value)Optional. A filter to apply on the list results.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListCatalogItemsRequest.Builder setPageSize(int value)Optional. Maximum number of results to return per page. If zero, the service will choose a reasonable default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListCatalogItemsRequest.Builder setPageToken(String value)Optional. The previous ListCatalogItemsResponse.next_page_token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListCatalogItemsRequest.Builder setPageTokenBytes(ByteString value)Optional. The previous ListCatalogItemsResponse.next_page_token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListCatalogItemsRequest.Builder setParent(String value) Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListCatalogItemsRequest.Builder setParentBytes(ByteString value) Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListCatalogItemsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListCatalogItemsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListCatalogItemsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListCatalogItemsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListCatalogItemsRequest.Builder |