Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::ListEntryGroupsRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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. Max limit is 1000. Throws an invalid argument for page_size > 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for page_size > 1000.
Returns
  • (::Integer) — Optional. The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for page_size > 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Token that specifies which page is requested. If empty, the first page is returned.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Token that specifies which page is requested. If empty, the first page is returned.
Returns
  • (::String) — Optional. Token that specifies which page is requested. If empty, the first page is returned.

#parent

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

    Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:

    • projects/{project_id}/locations/{location}

#parent=

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

    Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:

    • projects/{project_id}/locations/{location}
Returns
  • (::String) —

    Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:

    • projects/{project_id}/locations/{location}