Private Catalog V1beta1 API - Class Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsRequest (v0.5.0)

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}

#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}
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}

#resource

def resource() -> ::String
Returns

#resource=

def resource=(value) -> ::String
Parameter
Returns