Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListProcessesRequest.
Request message for [ListProcesses][google.cloud.datacatalog.lineage.v1.ListProcesses].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::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.
#page_size=
def page_size=(value) -> ::Integer
- value (::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.
- (::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.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
- (::String) — Required. The name of the project and its location that owns this collection of processes.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The name of the project and its location that owns this collection of processes.
- (::String) — Required. The name of the project and its location that owns this collection of processes.