public interface EventConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationSpecSets(int index)
Required.
|
com.google.protobuf.ByteString |
getAnnotationSpecSetsBytes(int index)
Required.
|
int |
getAnnotationSpecSetsCount()
Required.
|
List<String> |
getAnnotationSpecSetsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.