public static final class SearchCatalogsRequest.Builder extends GeneratedMessageV3.Builder<SearchCatalogsRequest.Builder> implements SearchCatalogsRequestOrBuilderRequest message for PrivateCatalog.SearchCatalogs.
Protobuf type google.cloud.privatecatalog.v1beta1.SearchCatalogsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchCatalogsRequest.BuilderImplements
SearchCatalogsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SearchCatalogsRequest.Builder |
build()
public SearchCatalogsRequest build()| Type | Description |
| SearchCatalogsRequest |
buildPartial()
public SearchCatalogsRequest buildPartial()| Type | Description |
| SearchCatalogsRequest |
clear()
public SearchCatalogsRequest.Builder clear()| Type | Description |
| SearchCatalogsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| SearchCatalogsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| SearchCatalogsRequest.Builder |
clearPageSize()
public SearchCatalogsRequest.Builder clearPageSize()The maximum number of entries that are requested.
int32 page_size = 3;
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
clearPageToken()
public SearchCatalogsRequest.Builder clearPageToken()A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
clearQuery()
public SearchCatalogsRequest.Builder clearQuery()The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
clearResource()
public SearchCatalogsRequest.Builder clearResource()Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
clone()
public SearchCatalogsRequest.Builder clone()| Type | Description |
| SearchCatalogsRequest.Builder |
getDefaultInstanceForType()
public SearchCatalogsRequest getDefaultInstanceForType()| Type | Description |
| SearchCatalogsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getPageSize()
public int getPageSize()The maximum number of entries that are requested.
int32 page_size = 3;
| Type | Description |
| int | The pageSize. |
getPageToken()
public String getPageToken()A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
| Type | Description |
| ByteString | The bytes for pageToken. |
getQuery()
public String getQuery()The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
| Type | Description |
| String | The query. |
getQueryBytes()
public ByteString getQueryBytes()The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
| Type | Description |
| ByteString | The bytes for query. |
getResource()
public String getResource()Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The resource. |
getResourceBytes()
public ByteString getResourceBytes()Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for resource. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(SearchCatalogsRequest other)
public SearchCatalogsRequest.Builder mergeFrom(SearchCatalogsRequest other)| Name | Description |
| other | SearchCatalogsRequest |
| Type | Description |
| SearchCatalogsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchCatalogsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| SearchCatalogsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public SearchCatalogsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| SearchCatalogsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SearchCatalogsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| SearchCatalogsRequest.Builder |
setPageSize(int value)
public SearchCatalogsRequest.Builder setPageSize(int value)The maximum number of entries that are requested.
int32 page_size = 3;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public SearchCatalogsRequest.Builder setPageToken(String value)A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public SearchCatalogsRequest.Builder setPageTokenBytes(ByteString value)A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setQuery(String value)
public SearchCatalogsRequest.Builder setQuery(String value)The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
| Name | Description |
| value | StringThe query to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setQueryBytes(ByteString value)
public SearchCatalogsRequest.Builder setQueryBytes(ByteString value)The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
| Name | Description |
| value | ByteStringThe bytes for query to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCatalogsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| SearchCatalogsRequest.Builder |
setResource(String value)
public SearchCatalogsRequest.Builder setResource(String value)Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe resource to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setResourceBytes(ByteString value)
public SearchCatalogsRequest.Builder setResourceBytes(ByteString value)Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for resource to set. |
| Type | Description |
| SearchCatalogsRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| SearchCatalogsRequest.Builder |