Interface EventConfigOrBuilder (0.159.0)

public interface EventConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationSpecSets(int index)

public abstract String getAnnotationSpecSets(int index)

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

repeated string annotation_spec_sets = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The annotationSpecSets at the given index.

getAnnotationSpecSetsBytes(int index)

public abstract ByteString getAnnotationSpecSetsBytes(int index)

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

repeated string annotation_spec_sets = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the annotationSpecSets at the given index.

getAnnotationSpecSetsCount()

public abstract int getAnnotationSpecSetsCount()

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

repeated string annotation_spec_sets = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of annotationSpecSets.

getAnnotationSpecSetsList()

public abstract List<String> getAnnotationSpecSetsList()

Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.

repeated string annotation_spec_sets = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<String>

A list containing the annotationSpecSets.