Interface EventConfigOrBuilder (0.162.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
List<String>

A list containing the annotationSpecSets.