Interface EventConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventConfig
,EventConfig.Builder
public interface EventConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnnotationSpecSets(int index)
Required.com.google.protobuf.ByteString
getAnnotationSpecSetsBytes(int index)
Required.int
getAnnotationSpecSetsCount()
Required.List<String>
getAnnotationSpecSetsList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationSpecSetsList
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:
- A list containing the annotationSpecSets.
-
getAnnotationSpecSetsCount
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:
- The count of annotationSpecSets.
-
getAnnotationSpecSets
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];
- Parameters:
index
- The index of the element to return.- Returns:
- The annotationSpecSets at the given index.
-
getAnnotationSpecSetsBytes
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 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the annotationSpecSets at the given index.
-
-