public interface BatchSearchLinkProcessesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLinks(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The links at the given index. |
getLinksBytes(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the links at the given index. |
getLinksCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int | The count of links. |
getLinksList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<String> | A list containing the links. |
getPageSize()
public abstract 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;
Returns | |
---|---|
Type | Description |
int | The pageSize. |
getPageToken()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public abstract String getParent()
Required. The project and location you want search in the format projects/*/locations/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The project and location you want search in the format projects/*/locations/*
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for parent. |