Uses of Class
com.google.cloud.datalabeling.v1beta1.EventConfig
-
Packages that use EventConfig Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EventConfig in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EventConfig Modifier and Type Method Description EventConfig
EventConfig.Builder. build()
EventConfig
EventConfig.Builder. buildPartial()
static EventConfig
EventConfig. getDefaultInstance()
EventConfig
EventConfig.Builder. getDefaultInstanceForType()
EventConfig
EventConfig. getDefaultInstanceForType()
EventConfig
AnnotatedDatasetMetadata.Builder. getEventConfig()
Configuration for video event labeling task.EventConfig
AnnotatedDatasetMetadata. getEventConfig()
Configuration for video event labeling task.EventConfig
AnnotatedDatasetMetadataOrBuilder. getEventConfig()
Configuration for video event labeling task.EventConfig
LabelVideoRequest.Builder. getEventConfig()
Configuration for video event task.EventConfig
LabelVideoRequest. getEventConfig()
Configuration for video event task.EventConfig
LabelVideoRequestOrBuilder. getEventConfig()
Configuration for video event task.static EventConfig
EventConfig. parseDelimitedFrom(InputStream input)
static EventConfig
EventConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventConfig
EventConfig. parseFrom(byte[] data)
static EventConfig
EventConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventConfig
EventConfig. parseFrom(com.google.protobuf.ByteString data)
static EventConfig
EventConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventConfig
EventConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EventConfig
EventConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventConfig
EventConfig. parseFrom(InputStream input)
static EventConfig
EventConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventConfig
EventConfig. parseFrom(ByteBuffer data)
static EventConfig
EventConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type EventConfig Modifier and Type Method Description com.google.protobuf.Parser<EventConfig>
EventConfig. getParserForType()
static com.google.protobuf.Parser<EventConfig>
EventConfig. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type EventConfig Modifier and Type Method Description AnnotatedDatasetMetadata.Builder
AnnotatedDatasetMetadata.Builder. mergeEventConfig(EventConfig value)
Configuration for video event labeling task.LabelVideoRequest.Builder
LabelVideoRequest.Builder. mergeEventConfig(EventConfig value)
Configuration for video event task.EventConfig.Builder
EventConfig.Builder. mergeFrom(EventConfig other)
static EventConfig.Builder
EventConfig. newBuilder(EventConfig prototype)
AnnotatedDatasetMetadata.Builder
AnnotatedDatasetMetadata.Builder. setEventConfig(EventConfig value)
Configuration for video event labeling task.LabelVideoRequest.Builder
LabelVideoRequest.Builder. setEventConfig(EventConfig value)
Configuration for video event task.
-