Private Catalog V1beta1 API - Class Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsRequest (v0.3.0)

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
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 SearchCatalogs 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 SearchCatalogs that indicates where this listing should continue from.
Returns
  • (::String) — A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.

#query

def query() -> ::String
Returns
  • (::String) —

    The query to filter the catalogs. The supported queries are:

    • Get a single catalog: name=catalogs/{catalog}

#query=

def query=(value) -> ::String
Parameter
  • value (::String) —

    The query to filter the catalogs. The supported queries are:

    • Get a single catalog: name=catalogs/{catalog}
Returns
  • (::String) —

    The query to filter the catalogs. The supported queries are:

    • Get a single catalog: name=catalogs/{catalog}

#resource

def resource() -> ::String
Returns
  • (::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
Parameter
  • value (::String) —

    Required. The name of the resource context. It can be in following formats:

    • projects/{project}
    • folders/{folder}
    • organizations/{organization}
Returns
  • (::String) —

    Required. The name of the resource context. It can be in following formats:

    • projects/{project}
    • folders/{folder}
    • organizations/{organization}