Uses of Class
com.google.cloud.datalabeling.v1beta1.EventConfig.Builder
-
Packages that use EventConfig.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EventConfig.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EventConfig.Builder Modifier and Type Method Description EventConfig.Builder
EventConfig.Builder. addAllAnnotationSpecSets(Iterable<String> values)
Required.EventConfig.Builder
EventConfig.Builder. addAnnotationSpecSets(String value)
Required.EventConfig.Builder
EventConfig.Builder. addAnnotationSpecSetsBytes(com.google.protobuf.ByteString value)
Required.EventConfig.Builder
EventConfig.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EventConfig.Builder
EventConfig.Builder. clear()
EventConfig.Builder
EventConfig.Builder. clearAnnotationSpecSets()
Required.EventConfig.Builder
EventConfig.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EventConfig.Builder
EventConfig.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EventConfig.Builder
EventConfig.Builder. clone()
EventConfig.Builder
AnnotatedDatasetMetadata.Builder. getEventConfigBuilder()
Configuration for video event labeling task.EventConfig.Builder
LabelVideoRequest.Builder. getEventConfigBuilder()
Configuration for video event task.EventConfig.Builder
EventConfig.Builder. mergeFrom(EventConfig other)
EventConfig.Builder
EventConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EventConfig.Builder
EventConfig.Builder. mergeFrom(com.google.protobuf.Message other)
EventConfig.Builder
EventConfig.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EventConfig.Builder
EventConfig. newBuilder()
static EventConfig.Builder
EventConfig. newBuilder(EventConfig prototype)
EventConfig.Builder
EventConfig. newBuilderForType()
protected EventConfig.Builder
EventConfig. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EventConfig.Builder
EventConfig.Builder. setAnnotationSpecSets(int index, String value)
Required.EventConfig.Builder
EventConfig.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EventConfig.Builder
EventConfig.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EventConfig.Builder
EventConfig.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EventConfig.Builder
EventConfig. toBuilder()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type EventConfig.Builder Modifier and Type Method Description AnnotatedDatasetMetadata.Builder
AnnotatedDatasetMetadata.Builder. setEventConfig(EventConfig.Builder builderForValue)
Configuration for video event labeling task.LabelVideoRequest.Builder
LabelVideoRequest.Builder. setEventConfig(EventConfig.Builder builderForValue)
Configuration for video event task.
-