Class Google::Cloud::DataCatalog::V1::ListEntriesRequest (v0.10.0)

Request message for ListEntries.

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 items to return. Default is 10. Maximum limit is

    1. Throws an invalid argument if page_size is more than 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) —

    The maximum number of items to return. Default is 10. Maximum limit is

    1. Throws an invalid argument if page_size is more than 1000.
Returns
  • (::Integer) —

    The maximum number of items to return. Default is 10. Maximum limit is

    1. Throws an invalid argument if page_size is more than 1000.

#page_token

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

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.
Returns
  • (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.

#parent

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

    Can be provided in URL format.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the entry group that contains the entries to list.

    Can be provided in URL format.

Returns
  • (::String) — Required. The name of the entry group that contains the entries to list.

    Can be provided in URL format.

#read_mask

def read_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — The fields to return for each entry. If empty or omitted, all fields are returned.

    For example, to return a list of entries with only the name field, set read_mask to only one path with the name value.

#read_mask=

def read_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The fields to return for each entry. If empty or omitted, all fields are returned.

    For example, to return a list of entries with only the name field, set read_mask to only one path with the name value.

Returns
  • (::Google::Protobuf::FieldMask) — The fields to return for each entry. If empty or omitted, all fields are returned.

    For example, to return a list of entries with only the name field, set read_mask to only one path with the name value.