public interface ListProcessesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The token to specify as `page_token` in the next call to get the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token to specify as `page_token` in the next call to get the next page.
|
Process |
getProcesses(int index)
The processes from the specified project and location.
|
int |
getProcessesCount()
The processes from the specified project and location.
|
List<Process> |
getProcessesList()
The processes from the specified project and location.
|
ProcessOrBuilder |
getProcessesOrBuilder(int index)
The processes from the specified project and location.
|
List<? extends ProcessOrBuilder> |
getProcessesOrBuilderList()
The processes from the specified project and location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Process> getProcessesList()
The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;Process getProcesses(int index)
The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;int getProcessesCount()
The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;List<? extends ProcessOrBuilder> getProcessesOrBuilderList()
The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;ProcessOrBuilder getProcessesOrBuilder(int index)
The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;String getNextPageToken()
The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token to specify as `page_token` in the next call to get the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.