public final class BatchRunProcessResponse extends GeneratedMessage implements BatchRunProcessResponseOrBuilderResponse message for running the processes in a batch.
Protobuf type google.cloud.visionai.v1.BatchRunProcessResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchRunProcessResponseImplements
BatchRunProcessResponseOrBuilderStatic Fields
BATCH_ID_FIELD_NUMBER
public static final int BATCH_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PROCESSES_FIELD_NUMBER
public static final int PROCESSES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchRunProcessResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchRunProcessResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse.Builder |
|
newBuilder(BatchRunProcessResponse prototype)
public static BatchRunProcessResponse.Builder newBuilder(BatchRunProcessResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchRunProcessResponse |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchRunProcessResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchRunProcessResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchRunProcessResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchRunProcessResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchRunProcessResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchRunProcessResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchRunProcessResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchRunProcessResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBatchId()
public String getBatchId()The batch ID.
string batch_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The batchId. |
getBatchIdBytes()
public ByteString getBatchIdBytes()The batch ID.
string batch_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for batchId. |
getDefaultInstanceForType()
public BatchRunProcessResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse |
|
getParserForType()
public Parser<BatchRunProcessResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchRunProcessResponse> |
|
getProcesses(int index)
public Process getProcesses(int index)Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Process |
|
getProcessesCount()
public int getProcessesCount()Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getProcessesList()
public List<Process> getProcessesList()Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
| Returns | |
|---|---|
| Type | Description |
List<Process> |
|
getProcessesOrBuilder(int index)
public ProcessOrBuilder getProcessesOrBuilder(int index)Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessOrBuilder |
|
getProcessesOrBuilderList()
public List<? extends ProcessOrBuilder> getProcessesOrBuilderList()Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.ProcessOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchRunProcessResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchRunProcessResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse.Builder |
|
toBuilder()
public BatchRunProcessResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchRunProcessResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|