Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::ListEntriesRequest.
Request message for ListEntries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
-
(::Integer) — 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
-
value (::Integer) — The maximum number of items to return. Default is 10. Max limit is 1000.
Throws an invalid argument for
page_size > 1000
.
-
(::Integer) — 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
- (::String) — Token that specifies which page is requested. If empty, the first page is returned.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Token that specifies which page is requested. If empty, the first page is returned.
- (::String) — Token that specifies which page is requested. If empty, the first page is returned.
#parent
def parent() -> ::String
-
(::String) —
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
#parent=
def parent=(value) -> ::String
-
value (::String) —
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
-
(::String) —
Required. The name of the entry group that contains the entries, which can be provided in URL format. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
#read_mask
def read_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting read_mask to contain only one path "name" will cause ListEntries to return a list of Entries with only "name" field.
#read_mask=
def read_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting read_mask to contain only one path "name" will cause ListEntries to return a list of Entries with only "name" field.
- (::Google::Protobuf::FieldMask) — The fields to return for each Entry. If not set or empty, all fields are returned. For example, setting read_mask to contain only one path "name" will cause ListEntries to return a list of Entries with only "name" field.