Class: Google::Cloud::DataCatalog::Lineage::V1::ListProcessesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::ListProcessesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [ListProcesses][google.cloud.datacatalog.lineage.v1.ListProcesses].
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of processes to return.
-
#page_token ⇒ ::String
The page token received from a previous
ListProcesses
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
The maximum number of processes to return. The service may return fewer than this value. If unspecified, at most 50 processes are returned. The maximum value is 100; values greater than 100 are cut to 100.
340 341 342 343 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 340 class ListProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token received from a previous ListProcesses
call. Specify
it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
340 341 342 343 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 340 class ListProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project and its location that owns this collection of processes.
340 341 342 343 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 340 class ListProcessesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |