Class: Google::Cloud::DataCatalog::V1::ListEntriesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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


1277
1278
1279
1280
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1277

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

#page_token::String

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



1277
1278
1279
1280
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1277

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

#parent::String

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



1277
1278
1279
1280
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1277

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

#read_mask::Google::Protobuf::FieldMask

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



1277
1278
1279
1280
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1277

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