public interface BatchSearchLinkProcessesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLinks(int index)
Required.
|
com.google.protobuf.ByteString |
getLinksBytes(int index)
Required.
|
int |
getLinksCount()
Required.
|
List<String> |
getLinksList()
Required.
|
int |
getPageSize()
The maximum number of processes to return in a single page of the response.
|
String |
getPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The page token received from a previous `BatchSearchLinkProcesses` call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project and location where you want to search.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location where you want to search.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getLinksList()
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
`INVALID_ARGUMENT` error.
Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];int getLinksCount()
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
`INVALID_ARGUMENT` error.
Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];String getLinks(int index)
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
`INVALID_ARGUMENT` error.
Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getLinksBytes(int index)
Required. An array of links to check for their associated LineageProcesses.
The maximum number of items in this array is 100.
If the request contains more than 100 links, it returns the
`INVALID_ARGUMENT` error.
Format: `projects/{project}/locations/{location}/links/{link}`.
repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.int getPageSize()
The maximum number of processes to return in a single page of the response. A page may contain fewer results than this value.
int32 page_size = 3;String getPageToken()
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
The page token received from a previous `BatchSearchLinkProcesses` call. Use it to get the next page. When requesting subsequent pages of a response, remember that all parameters must match the values you provided in the original request.
string page_token = 4;Copyright © 2023 Google LLC. All rights reserved.