public final class BatchRunProcessResponse extends GeneratedMessageV3 implements BatchRunProcessResponseOrBuilder
Response message for running the processes in a batch.
Protobuf type google.cloud.visionai.v1.BatchRunProcessResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static 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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchRunProcessResponse.Builder newBuilder()
newBuilder(BatchRunProcessResponse prototype)
public static BatchRunProcessResponse.Builder newBuilder(BatchRunProcessResponse prototype)
public static BatchRunProcessResponse parseDelimitedFrom(InputStream input)
public static BatchRunProcessResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchRunProcessResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchRunProcessResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(CodedInputStream input)
public static BatchRunProcessResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(InputStream input)
public static BatchRunProcessResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchRunProcessResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchRunProcessResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchRunProcessResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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()
getParserForType()
public Parser<BatchRunProcessResponse> getParserForType()
Overrides
getProcesses(int index)
public Process getProcesses(int index)
Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
Parameter |
Name |
Description |
index |
int
|
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;
getProcessesOrBuilder(int index)
public ProcessOrBuilder getProcessesOrBuilder(int index)
Processes created.
repeated .google.cloud.visionai.v1.Process processes = 2;
Parameter |
Name |
Description |
index |
int
|
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 |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchRunProcessResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchRunProcessResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BatchRunProcessResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides