Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsRequest.
Request message for PrivateCatalog.SearchVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of entries that are requested.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of entries that are requested.
Returns
- (::Integer) — The maximum number of entries that are requested.
#page_token
def page_token() -> ::String
Returns
- (::String) — A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
Returns
- (::String) — A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
#query
def query() -> ::String
Returns
-
(::String) —
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}
- List versions under a product:
#query=
def query=(value) -> ::String
Parameter
-
value (::String) —
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}
- List versions under a product:
Returns
-
(::String) —
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}
- List versions under a product:
#resource
def resource() -> ::String
Returns
- (::String) — Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
#resource=
def resource=(value) -> ::String
Parameter
- value (::String) — Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
Returns
- (::String) — Required. The name of the resource context. See SearchCatalogsRequest.resource for details.