Class: Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Request message for PrivateCatalog.SearchCatalogs.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of entries that are requested.
-
#page_token ⇒ ::String
A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
-
#query ⇒ ::String
The query to filter the catalogs.
-
#resource ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of entries that are requested.
44 45 46 47 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 44 class SearchCatalogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
44 45 46 47 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 44 class SearchCatalogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
.
44 45 46 47 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 44 class SearchCatalogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}
.
44 45 46 47 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 44 class SearchCatalogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |