public interface ListEvaluationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize() The standard list page size.
If unspecified, at most 5 evaluations are returned.
The maximum value is 100. Values above 100 are coerced to 100.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken() A page token, received from a previous ListEvaluations call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() A page token, received from a previous ListEvaluations call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent() Required. The resource name of the
ProcessorVersion to list
evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
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 resource name of the
ProcessorVersion to list
evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |