Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ListEntryGroupsRequest (v0.13.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ListEntryGroupsRequest.

Request message for ListEntryGroups.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.

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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Pagination token that specifies the next page to return. If empty, returns the first page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the location that contains the entry groups to list.

    Can be provided as a URL.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.