Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::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. Maximum limit is
- Throws an invalid argument if
page_sizeis more than 1000.
- Throws an invalid argument if
#page_size=
def page_size=(value) -> ::Integer-
value (::Integer) —
The maximum number of items to return. Default is 10. Maximum limit is
- Throws an invalid argument if
page_sizeis more than 1000.
- Throws an invalid argument if
-
(::Integer) —
The maximum number of items to return. Default is 10. Maximum limit is
- Throws an invalid argument if
page_sizeis more than 1000.
- Throws an invalid argument if
#page_token
def page_token() -> ::String- (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.
#page_token=
def page_token=(value) -> ::String- value (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.
- (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.
#parent
def parent() -> ::String-
(::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-
value (::String) — Required. The name of the entry group that contains the entries to list.
Can be provided in URL format.
-
(::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-
(::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
namefield, setread_maskto only one path with thenamevalue.
#read_mask=
def read_mask=(value) -> ::Google::Protobuf::FieldMask-
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
namefield, setread_maskto only one path with thenamevalue.
-
(::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
namefield, setread_maskto only one path with thenamevalue.