Class: Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_size::Integer

Returns The maximum number of entries that are requested.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

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

Returns:

  • (::String)

    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