public interface BatchRunProcessRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBatchId()
public abstract String getBatchId()
Output only. The batch ID.
string batch_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The batchId. |
getBatchIdBytes()
public abstract ByteString getBatchIdBytes()
Output only. The batch ID.
string batch_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for batchId. |
getOptions()
public abstract BatchRunProcessRequest.BatchRunProcessOptions getOptions()
Optional. Options for batch processes.
.google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptions options = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BatchRunProcessRequest.BatchRunProcessOptions |
The options. |
getOptionsOrBuilder()
public abstract BatchRunProcessRequest.BatchRunProcessOptionsOrBuilder getOptionsOrBuilder()
Optional. Options for batch processes.
.google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptions options = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BatchRunProcessRequest.BatchRunProcessOptionsOrBuilder |
getParent()
public abstract String getParent()
Required. The parent resource shared by all processes being created.
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 parent resource shared by all processes being created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public abstract CreateProcessRequest getRequests(int index)
Required. The create process requests.
repeated .google.cloud.visionai.v1.CreateProcessRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateProcessRequest |
getRequestsCount()
public abstract int getRequestsCount()
Required. The create process requests.
repeated .google.cloud.visionai.v1.CreateProcessRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getRequestsList()
public abstract List<CreateProcessRequest> getRequestsList()
Required. The create process requests.
repeated .google.cloud.visionai.v1.CreateProcessRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<CreateProcessRequest> |
getRequestsOrBuilder(int index)
public abstract CreateProcessRequestOrBuilder getRequestsOrBuilder(int index)
Required. The create process requests.
repeated .google.cloud.visionai.v1.CreateProcessRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CreateProcessRequestOrBuilder |
getRequestsOrBuilderList()
public abstract List<? extends CreateProcessRequestOrBuilder> getRequestsOrBuilderList()
Required. The create process requests.
repeated .google.cloud.visionai.v1.CreateProcessRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.CreateProcessRequestOrBuilder> |
hasOptions()
public abstract boolean hasOptions()
Optional. Options for batch processes.
.google.cloud.visionai.v1.BatchRunProcessRequest.BatchRunProcessOptions options = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the options field is set. |