Class: Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Request message for PrivateCatalog.SearchVersions.
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 SearchVersions that indicates where this listing should continue from.
-
#query ⇒ ::String
Required.
-
#resource ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of entries that are requested.
122 123 124 125 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 122 class SearchVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
122 123 124 125 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 122 class SearchVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns Required. The query to filter the versions.
The supported queries are:
- List versions under a product:
parent=catalogs/{catalog}/products/{product}
- Get a version by name:
name=catalogs/{catalog}/products/{product}/versions/{version}
.
122 123 124 125 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 122 class SearchVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
122 123 124 125 |
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 122 class SearchVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |