- 0.55.0 (latest)
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.7
public static final class SearchCatalogsRequest.Builder extends GeneratedMessageV3.Builder<SearchCatalogsRequest.Builder> implements SearchCatalogsRequestOrBuilder
Request 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()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
build()
public SearchCatalogsRequest build()
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest |
buildPartial()
public SearchCatalogsRequest buildPartial()
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest |
clear()
public SearchCatalogsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchCatalogsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCatalogsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
clearPageSize()
public SearchCatalogsRequest.Builder clearPageSize()
The maximum number of entries that are requested.
int32 page_size = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder | This builder for chaining. |
clone()
public SearchCatalogsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
getDefaultInstanceForType()
public SearchCatalogsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
The maximum number of entries that are requested.
int32 page_size = 3;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for resource. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SearchCatalogsRequest other)
public SearchCatalogsRequest.Builder mergeFrom(SearchCatalogsRequest other)
Parameter | |
---|---|
Name | Description |
other | SearchCatalogsRequest |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchCatalogsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SearchCatalogsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCatalogsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | int The pageSize to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | String The pageToken to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for pageToken to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | String The query to set. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for query to set. |
Returns | |
---|---|
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)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
value | String The resource to set. |
Returns | |
---|---|
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];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for resource to set. |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCatalogsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchCatalogsRequest.Builder |