Class: Google::Cloud::DataCatalog::V1::ListEntryGroupsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Request message for ListEntryGroups.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of items to return.

Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of items to return.

    Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is greater than 1000.



251
252
253
254
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 251

class ListEntryGroupsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. Pagination token that specifies the next page to return. If empty, returns the first page.

Returns:

  • (::String)

    Optional. Pagination token that specifies the next page to return. If empty, returns the first page.



251
252
253
254
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 251

class ListEntryGroupsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the location that contains the entry groups to list.

Can be provided as a URL.

Returns:

  • (::String)

    Required. The name of the location that contains the entry groups to list.

    Can be provided as a URL.



251
252
253
254
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 251

class ListEntryGroupsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end