Interface ProcessorOrBuilder (0.14.1)

public interface ProcessorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getConfigurationTypeurl()

public abstract String getConfigurationTypeurl()

Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.

string configuration_typeurl = 14;

Returns
TypeDescription
String

The configurationTypeurl.

getConfigurationTypeurlBytes()

public abstract ByteString getConfigurationTypeurlBytes()

Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.

string configuration_typeurl = 14;

Returns
TypeDescription
ByteString

The bytes for configurationTypeurl.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. [Output only] Create timestamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. [Output only] Create timestamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getCustomProcessorSourceInfo()

public abstract CustomProcessorSourceInfo getCustomProcessorSourceInfo()

Source info for customer created processor.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo custom_processor_source_info = 7;

Returns
TypeDescription
CustomProcessorSourceInfo

The customProcessorSourceInfo.

getCustomProcessorSourceInfoOrBuilder()

public abstract CustomProcessorSourceInfoOrBuilder getCustomProcessorSourceInfoOrBuilder()

Source info for customer created processor.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo custom_processor_source_info = 7;

Returns
TypeDescription
CustomProcessorSourceInfoOrBuilder

getDescription()

public abstract String getDescription()

Illustrative sentences for describing the functionality of the processor.

string description = 10;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Illustrative sentences for describing the functionality of the processor.

string description = 10;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. A user friendly display name for the processor.

string display_name = 5;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. A user friendly display name for the processor.

string display_name = 5;

Returns
TypeDescription
ByteString

The bytes for displayName.

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 4;

Returns
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getModelType()

public abstract ModelType getModelType()

Model Type.

.google.events.cloud.visionai.v1.ModelType model_type = 13;

Returns
TypeDescription
ModelType

The modelType.

getModelTypeValue()

public abstract int getModelTypeValue()

Model Type.

.google.events.cloud.visionai.v1.ModelType model_type = 13;

Returns
TypeDescription
int

The enum numeric value on the wire for modelType.

getName()

public abstract String getName()

name of resource.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

name of resource.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getProcessorIoSpec()

public abstract ProcessorIOSpec getProcessorIoSpec()

Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.

.google.events.cloud.visionai.v1.ProcessorIOSpec processor_io_spec = 11;

Returns
TypeDescription
ProcessorIOSpec

The processorIoSpec.

getProcessorIoSpecOrBuilder()

public abstract ProcessorIOSpecOrBuilder getProcessorIoSpecOrBuilder()

Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.

.google.events.cloud.visionai.v1.ProcessorIOSpec processor_io_spec = 11;

Returns
TypeDescription
ProcessorIOSpecOrBuilder

getProcessorType()

public abstract Processor.ProcessorType getProcessorType()

Output only. Processor Type.

.google.events.cloud.visionai.v1.Processor.ProcessorType processor_type = 6;

Returns
TypeDescription
Processor.ProcessorType

The processorType.

getProcessorTypeValue()

public abstract int getProcessorTypeValue()

Output only. Processor Type.

.google.events.cloud.visionai.v1.Processor.ProcessorType processor_type = 6;

Returns
TypeDescription
int

The enum numeric value on the wire for processorType.

getState()

public abstract Processor.ProcessorState getState()

Output only. State of the Processor.

.google.events.cloud.visionai.v1.Processor.ProcessorState state = 8;

Returns
TypeDescription
Processor.ProcessorState

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the Processor.

.google.events.cloud.visionai.v1.Processor.ProcessorState state = 8;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getSupportedAnnotationTypes(int index)

public abstract StreamAnnotationType getSupportedAnnotationTypes(int index)

repeated .google.events.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
StreamAnnotationType

The supportedAnnotationTypes at the given index.

getSupportedAnnotationTypesCount()

public abstract int getSupportedAnnotationTypesCount()

repeated .google.events.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15;

Returns
TypeDescription
int

The count of supportedAnnotationTypes.

getSupportedAnnotationTypesList()

public abstract List<StreamAnnotationType> getSupportedAnnotationTypesList()

repeated .google.events.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15;

Returns
TypeDescription
List<StreamAnnotationType>

A list containing the supportedAnnotationTypes.

getSupportedAnnotationTypesValue(int index)

public abstract int getSupportedAnnotationTypesValue(int index)

repeated .google.events.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of supportedAnnotationTypes at the given index.

getSupportedAnnotationTypesValueList()

public abstract List<Integer> getSupportedAnnotationTypesValueList()

repeated .google.events.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for supportedAnnotationTypes.

getSupportsPostProcessing()

public abstract boolean getSupportsPostProcessing()

Indicates if the processor supports post processing.

bool supports_post_processing = 17;

Returns
TypeDescription
boolean

The supportsPostProcessing.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. [Output only] Update timestamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. [Output only] Update timestamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. [Output only] Create timestamp.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasCustomProcessorSourceInfo()

public abstract boolean hasCustomProcessorSourceInfo()

Source info for customer created processor.

.google.events.cloud.visionai.v1.CustomProcessorSourceInfo custom_processor_source_info = 7;

Returns
TypeDescription
boolean

Whether the customProcessorSourceInfo field is set.

hasProcessorIoSpec()

public abstract boolean hasProcessorIoSpec()

Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.

.google.events.cloud.visionai.v1.ProcessorIOSpec processor_io_spec = 11;

Returns
TypeDescription
boolean

Whether the processorIoSpec field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. [Output only] Update timestamp.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
boolean

Whether the updateTime field is set.