public interface BatchSearchLinkProcessesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The token to specify as `page_token` in the subsequent call to get the next
page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token to specify as `page_token` in the subsequent call to get the next
page.
|
ProcessLinks |
getProcessLinks(int index)
An array of processes associated with the specified links.
|
int |
getProcessLinksCount()
An array of processes associated with the specified links.
|
List<ProcessLinks> |
getProcessLinksList()
An array of processes associated with the specified links.
|
ProcessLinksOrBuilder |
getProcessLinksOrBuilder(int index)
An array of processes associated with the specified links.
|
List<? extends ProcessLinksOrBuilder> |
getProcessLinksOrBuilderList()
An array of processes associated with the specified links.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProcessLinks> getProcessLinksList()
An array of processes associated with the specified links.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;ProcessLinks getProcessLinks(int index)
An array of processes associated with the specified links.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;int getProcessLinksCount()
An array of processes associated with the specified links.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;List<? extends ProcessLinksOrBuilder> getProcessLinksOrBuilderList()
An array of processes associated with the specified links.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;ProcessLinksOrBuilder getProcessLinksOrBuilder(int index)
An array of processes associated with the specified links.
repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;String getNextPageToken()
The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no more pages in the response.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no more pages in the response.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.