Send feedback
Class Process (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.1 keyboard_arrow_down
public final class Process extends GeneratedMessageV3 implements ProcessOrBuilder
Message describing the Process object.
Protobuf type google.events.cloud.visionai.v1.Process
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
ANALYSIS_FIELD_NUMBER
public static final int ANALYSIS_FIELD_NUMBER
Field Value Type Description int
ATTRIBUTE_OVERRIDES_FIELD_NUMBER
public static final int ATTRIBUTE_OVERRIDES_FIELD_NUMBER
Field Value Type Description int
BATCH_ID_FIELD_NUMBER
public static final int BATCH_ID_FIELD_NUMBER
Field Value Type Description int
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value Type Description int
EVENT_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER
Field Value Type Description int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
RETRY_COUNT_FIELD_NUMBER
public static final int RETRY_COUNT_FIELD_NUMBER
Field Value Type Description int
RUN_MODE_FIELD_NUMBER
public static final int RUN_MODE_FIELD_NUMBER
Field Value Type Description int
RUN_STATUS_FIELD_NUMBER
public static final int RUN_STATUS_FIELD_NUMBER
Field Value Type Description int
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Process getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Process . Builder newBuilder ()
newBuilder(Process prototype)
public static Process . Builder newBuilder ( Process prototype )
Parameter Name Description prototype
Process
public static Process parseDelimitedFrom ( InputStream input )
public static Process parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Process parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Process parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Process parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Process parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Process parseFrom ( CodedInputStream input )
public static Process parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Process parseFrom ( InputStream input )
public static Process parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Process parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Process parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Process> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAnalysis()
public String getAnalysis ()
Required. Reference to an existing Analysis resource.
string analysis = 4;
Returns Type Description String
The analysis.
getAnalysisBytes()
public ByteString getAnalysisBytes ()
Required. Reference to an existing Analysis resource.
string analysis = 4;
Returns Type Description ByteString
The bytes for analysis.
getAttributeOverrides(int index)
public String getAttributeOverrides ( int index )
Optional. Attribute overrides of the Analyzers.
Format for each single override item:
"{analyzer_name}:{attribute_key}={value}"
repeated string attribute_overrides = 5;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The attributeOverrides at the given index.
getAttributeOverridesBytes(int index)
public ByteString getAttributeOverridesBytes ( int index )
Optional. Attribute overrides of the Analyzers.
Format for each single override item:
"{analyzer_name}:{attribute_key}={value}"
repeated string attribute_overrides = 5;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the attributeOverrides at the given index.
getAttributeOverridesCount()
public int getAttributeOverridesCount ()
Optional. Attribute overrides of the Analyzers.
Format for each single override item:
"{analyzer_name}:{attribute_key}={value}"
repeated string attribute_overrides = 5;
Returns Type Description int
The count of attributeOverrides.
getAttributeOverridesList()
public ProtocolStringList getAttributeOverridesList ()
Optional. Attribute overrides of the Analyzers.
Format for each single override item:
"{analyzer_name}:{attribute_key}={value}"
repeated string attribute_overrides = 5;
getBatchId()
public String getBatchId ()
Optional. Optional: Batch ID of the Process.
string batch_id = 9;
Returns Type Description String
The batchId.
getBatchIdBytes()
public ByteString getBatchIdBytes ()
Optional. Optional: Batch ID of the Process.
string batch_id = 9;
Returns Type Description ByteString
The bytes for batchId.
getCreateTime()
public Timestamp getCreateTime ()
Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
Returns Type Description Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
getDefaultInstanceForType()
public Process getDefaultInstanceForType ()
getEventId()
public String getEventId ()
Optional. Event ID of the input/output streams.
This is useful when you have a StreamSource/StreamSink operator in the
Analysis, and you want to manually specify the Event to read from/write to.
string event_id = 8;
Returns Type Description String
The eventId.
getEventIdBytes()
public ByteString getEventIdBytes ()
Optional. Event ID of the input/output streams.
This is useful when you have a StreamSource/StreamSink operator in the
Analysis, and you want to manually specify the Event to read from/write to.
string event_id = 8;
Returns Type Description ByteString
The bytes for eventId.
getName()
The name of resource.
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
The name of resource.
string name = 1;
Returns Type Description ByteString
The bytes for name.
getParserForType()
public Parser<Process> getParserForType ()
Overrides
getRetryCount()
public int getRetryCount ()
Optional. Optional: The number of retries for a process in submission mode
the system should try before declaring failure. By default, no retry will
be performed.
int32 retry_count = 10;
Returns Type Description int
The retryCount.
getRunMode()
public RunMode getRunMode ()
Optional. Run mode of the Process.
.google.events.cloud.visionai.v1.RunMode run_mode = 7;
Returns Type Description RunMode
The runMode.
getRunModeValue()
public int getRunModeValue ()
Optional. Run mode of the Process.
.google.events.cloud.visionai.v1.RunMode run_mode = 7;
Returns Type Description int
The enum numeric value on the wire for runMode.
getRunStatus()
public RunStatus getRunStatus ()
Optional. Status of the Process.
.google.events.cloud.visionai.v1.RunStatus run_status = 6;
Returns Type Description RunStatus
The runStatus.
getRunStatusOrBuilder()
public RunStatusOrBuilder getRunStatusOrBuilder ()
Optional. Status of the Process.
.google.events.cloud.visionai.v1.RunStatus run_status = 6;
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUpdateTime()
public Timestamp getUpdateTime ()
Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
Returns Type Description Timestamp
The updateTime.
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder ()
Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
hasCreateTime()
public boolean hasCreateTime ()
Output only. The create timestamp.
.google.protobuf.Timestamp create_time = 2;
Returns Type Description boolean
Whether the createTime field is set.
hasRunStatus()
public boolean hasRunStatus ()
Optional. Status of the Process.
.google.events.cloud.visionai.v1.RunStatus run_status = 6;
Returns Type Description boolean
Whether the runStatus field is set.
hasUpdateTime()
public boolean hasUpdateTime ()
Output only. The update timestamp.
.google.protobuf.Timestamp update_time = 3;
Returns Type Description boolean
Whether the updateTime field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Process . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Process . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Process . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]