Class ProcessorIOSpec.GraphInputChannelSpec (0.15.0)

public static final class ProcessorIOSpec.GraphInputChannelSpec extends GeneratedMessageV3 implements ProcessorIOSpec.GraphInputChannelSpecOrBuilder

Message for input channel specification.

Protobuf type google.events.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ProcessorIOSpec.GraphInputChannelSpec

Static Fields

ACCEPTED_DATA_TYPE_URIS_FIELD_NUMBER

public static final int ACCEPTED_DATA_TYPE_URIS_FIELD_NUMBER
Field Value
TypeDescription
int

DATA_TYPE_FIELD_NUMBER

public static final int DATA_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

MAX_CONNECTION_ALLOWED_FIELD_NUMBER

public static final int MAX_CONNECTION_ALLOWED_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

REQUIRED_FIELD_NUMBER

public static final int REQUIRED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ProcessorIOSpec.GraphInputChannelSpec getDefaultInstance()
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ProcessorIOSpec.GraphInputChannelSpec.Builder newBuilder()
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec.Builder

newBuilder(ProcessorIOSpec.GraphInputChannelSpec prototype)

public static ProcessorIOSpec.GraphInputChannelSpec.Builder newBuilder(ProcessorIOSpec.GraphInputChannelSpec prototype)
Parameter
NameDescription
prototypeProcessorIOSpec.GraphInputChannelSpec
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec.Builder

parseDelimitedFrom(InputStream input)

public static ProcessorIOSpec.GraphInputChannelSpec parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProcessorIOSpec.GraphInputChannelSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ProcessorIOSpec.GraphInputChannelSpec> parser()
Returns
TypeDescription
Parser<GraphInputChannelSpec>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAcceptedDataTypeUris(int index)

public String getAcceptedDataTypeUris(int index)

If specified, only those detailed data types can be connected to the processor. For example, jpeg stream for MEDIA, or PredictionResult proto for PROTO type. If unspecified, then any proto is accepted.

repeated string accepted_data_type_uris = 5;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The acceptedDataTypeUris at the given index.

getAcceptedDataTypeUrisBytes(int index)

public ByteString getAcceptedDataTypeUrisBytes(int index)

If specified, only those detailed data types can be connected to the processor. For example, jpeg stream for MEDIA, or PredictionResult proto for PROTO type. If unspecified, then any proto is accepted.

repeated string accepted_data_type_uris = 5;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the acceptedDataTypeUris at the given index.

getAcceptedDataTypeUrisCount()

public int getAcceptedDataTypeUrisCount()

If specified, only those detailed data types can be connected to the processor. For example, jpeg stream for MEDIA, or PredictionResult proto for PROTO type. If unspecified, then any proto is accepted.

repeated string accepted_data_type_uris = 5;

Returns
TypeDescription
int

The count of acceptedDataTypeUris.

getAcceptedDataTypeUrisList()

public ProtocolStringList getAcceptedDataTypeUrisList()

If specified, only those detailed data types can be connected to the processor. For example, jpeg stream for MEDIA, or PredictionResult proto for PROTO type. If unspecified, then any proto is accepted.

repeated string accepted_data_type_uris = 5;

Returns
TypeDescription
ProtocolStringList

A list containing the acceptedDataTypeUris.

getDataType()

public DataType getDataType()

The data types of the current input channel. When this field has more than 1 value, it means this input channel can be connected to either of these different data types.

.google.events.cloud.visionai.v1.DataType data_type = 2;

Returns
TypeDescription
DataType

The dataType.

getDataTypeValue()

public int getDataTypeValue()

The data types of the current input channel. When this field has more than 1 value, it means this input channel can be connected to either of these different data types.

.google.events.cloud.visionai.v1.DataType data_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dataType.

getDefaultInstanceForType()

public ProcessorIOSpec.GraphInputChannelSpec getDefaultInstanceForType()
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec

getMaxConnectionAllowed()

public long getMaxConnectionAllowed()

How many input edges can be connected to this input channel. 0 means unlimited.

int64 max_connection_allowed = 4;

Returns
TypeDescription
long

The maxConnectionAllowed.

getName()

public String getName()

The name of the current input channel.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the current input channel.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<ProcessorIOSpec.GraphInputChannelSpec> getParserForType()
Returns
TypeDescription
Parser<GraphInputChannelSpec>
Overrides

getRequired()

public boolean getRequired()

Whether the current input channel is required by the processor. For example, for a processor with required video input and optional audio input, if video input is missing, the application will be rejected while the audio input can be missing as long as the video input exists.

bool required = 3;

Returns
TypeDescription
boolean

The required.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ProcessorIOSpec.GraphInputChannelSpec.Builder newBuilderForType()
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProcessorIOSpec.GraphInputChannelSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ProcessorIOSpec.GraphInputChannelSpec.Builder toBuilder()
Returns
TypeDescription
ProcessorIOSpec.GraphInputChannelSpec.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException