Interface AnalysisOrBuilder (0.2.0)

public interface AnalysisOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsInputStreamsMapping(String key)

public abstract boolean containsInputStreamsMapping(String key)

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

map<string, string> input_streams_mapping = 6;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsLabels(String key)

public abstract boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsOutputStreamsMapping(String key)

public abstract boolean containsOutputStreamsMapping(String key)

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

map<string, string> output_streams_mapping = 7;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAnalysisDefinition()

public abstract AnalysisDefinition getAnalysisDefinition()

The definition of the analysis.

.google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;

Returns
Type Description
AnalysisDefinition

The analysisDefinition.

getAnalysisDefinitionOrBuilder()

public abstract AnalysisDefinitionOrBuilder getAnalysisDefinitionOrBuilder()

The definition of the analysis.

.google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;

Returns
Type Description
AnalysisDefinitionOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The create timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The create timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDisableEventWatch()

public abstract boolean getDisableEventWatch()

Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.

bool disable_event_watch = 8;

Returns
Type Description
boolean

The disableEventWatch.

getInputStreamsMapping() (deprecated)

public abstract Map<String,String> getInputStreamsMapping()
Returns
Type Description
Map<String,String>

getInputStreamsMappingCount()

public abstract int getInputStreamsMappingCount()

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

map<string, string> input_streams_mapping = 6;

Returns
Type Description
int

getInputStreamsMappingMap()

public abstract Map<String,String> getInputStreamsMappingMap()

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

map<string, string> input_streams_mapping = 6;

Returns
Type Description
Map<String,String>

getInputStreamsMappingOrDefault(String key, String defaultValue)

public abstract String getInputStreamsMappingOrDefault(String key, String defaultValue)

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

map<string, string> input_streams_mapping = 6;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getInputStreamsMappingOrThrow(String key)

public abstract String getInputStreamsMappingOrThrow(String key)

Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].

map<string, string> input_streams_mapping = 6;

Parameter
Name Description
key String
Returns
Type Description
String

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Labels as key value pairs.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getName()

public abstract String getName()

The name of resource.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of resource.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getOutputStreamsMapping() (deprecated)

public abstract Map<String,String> getOutputStreamsMapping()
Returns
Type Description
Map<String,String>

getOutputStreamsMappingCount()

public abstract int getOutputStreamsMappingCount()

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

map<string, string> output_streams_mapping = 7;

Returns
Type Description
int

getOutputStreamsMappingMap()

public abstract Map<String,String> getOutputStreamsMappingMap()

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

map<string, string> output_streams_mapping = 7;

Returns
Type Description
Map<String,String>

getOutputStreamsMappingOrDefault(String key, String defaultValue)

public abstract String getOutputStreamsMappingOrDefault(String key, String defaultValue)

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

map<string, string> output_streams_mapping = 7;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getOutputStreamsMappingOrThrow(String key)

public abstract String getOutputStreamsMappingOrThrow(String key)

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].

map<string, string> output_streams_mapping = 7;

Parameter
Name Description
key String
Returns
Type Description
String

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The update timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The update timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasAnalysisDefinition()

public abstract boolean hasAnalysisDefinition()

The definition of the analysis.

.google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;

Returns
Type Description
boolean

Whether the analysisDefinition field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The create timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The update timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.