Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsRequest.
Request message for PrivateCatalog.SearchCatalogs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of entries that are requested.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of entries that are requested.
- (::Integer) — The maximum number of entries that are requested.
#page_token
def page_token() -> ::String
- (::String) — A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
#page_token=
def page_token=(value) -> ::String
- value (::String) — A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
- (::String) — A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
#query
def query() -> ::String
-
(::String) —
The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
- Get a single catalog:
#query=
def query=(value) -> ::String
-
value (::String) —
The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
- Get a single catalog:
-
(::String) —
The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
- Get a single catalog:
#resource
def resource() -> ::String
-
(::String) —
Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}
#resource=
def resource=(value) -> ::String
-
value (::String) —
Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}
-
(::String) —
Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}