public final class StreamingVideoConfig extends GeneratedMessageV3 implements StreamingVideoConfigOrBuilder
   
   Provides information to the annotator that specifies how to process the
 request.
 Protobuf type google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  AUTOML_ACTION_RECOGNITION_CONFIG_FIELD_NUMBER
  
    public static final int AUTOML_ACTION_RECOGNITION_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  AUTOML_CLASSIFICATION_CONFIG_FIELD_NUMBER
  
    public static final int AUTOML_CLASSIFICATION_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  AUTOML_OBJECT_TRACKING_CONFIG_FIELD_NUMBER
  
    public static final int AUTOML_OBJECT_TRACKING_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER
  
    public static final int EXPLICIT_CONTENT_DETECTION_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  FEATURE_FIELD_NUMBER
  
    public static final int FEATURE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  LABEL_DETECTION_CONFIG_FIELD_NUMBER
  
    public static final int LABEL_DETECTION_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  OBJECT_TRACKING_CONFIG_FIELD_NUMBER
  
    public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER
  
    public static final int SHOT_CHANGE_DETECTION_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  STORAGE_CONFIG_FIELD_NUMBER
  
    public static final int STORAGE_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static StreamingVideoConfig getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static StreamingVideoConfig.Builder newBuilder()
   
  
  
  newBuilder(StreamingVideoConfig prototype)
  
    public static StreamingVideoConfig.Builder newBuilder(StreamingVideoConfig prototype)
   
  
  
  
  
  
    public static StreamingVideoConfig parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static StreamingVideoConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static StreamingVideoConfig parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static StreamingVideoConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static StreamingVideoConfig parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static StreamingVideoConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static StreamingVideoConfig parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static StreamingVideoConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static StreamingVideoConfig parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static StreamingVideoConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static StreamingVideoConfig parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static StreamingVideoConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<StreamingVideoConfig> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getAutomlActionRecognitionConfig()
  
    public StreamingAutomlActionRecognitionConfig getAutomlActionRecognitionConfig()
   
   Config for STREAMING_AUTOML_ACTION_RECOGNITION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
 
getAutomlActionRecognitionConfigOrBuilder()
  
    public StreamingAutomlActionRecognitionConfigOrBuilder getAutomlActionRecognitionConfigOrBuilder()
   
   Config for STREAMING_AUTOML_ACTION_RECOGNITION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
 
getAutomlClassificationConfig()
  
    public StreamingAutomlClassificationConfig getAutomlClassificationConfig()
   
   Config for STREAMING_AUTOML_CLASSIFICATION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
 
getAutomlClassificationConfigOrBuilder()
  
    public StreamingAutomlClassificationConfigOrBuilder getAutomlClassificationConfigOrBuilder()
   
   Config for STREAMING_AUTOML_CLASSIFICATION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
 
getAutomlObjectTrackingConfig()
  
    public StreamingAutomlObjectTrackingConfig getAutomlObjectTrackingConfig()
   
   Config for STREAMING_AUTOML_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
 
getAutomlObjectTrackingConfigOrBuilder()
  
    public StreamingAutomlObjectTrackingConfigOrBuilder getAutomlObjectTrackingConfigOrBuilder()
   
   Config for STREAMING_AUTOML_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
 
getDefaultInstanceForType()
  
    public StreamingVideoConfig getDefaultInstanceForType()
   
  
  
  getExplicitContentDetectionConfig()
  
    public StreamingExplicitContentDetectionConfig getExplicitContentDetectionConfig()
   
   Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
 
getExplicitContentDetectionConfigOrBuilder()
  
    public StreamingExplicitContentDetectionConfigOrBuilder getExplicitContentDetectionConfigOrBuilder()
   
   Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
 
getFeature()
  
    public StreamingFeature getFeature()
   
   Requested annotation feature.
 .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
getFeatureValue()
  
    public int getFeatureValue()
   
   Requested annotation feature.
 .google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for feature. | 
    
  
  
  getLabelDetectionConfig()
  
    public StreamingLabelDetectionConfig getLabelDetectionConfig()
   
   Config for STREAMING_LABEL_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
 
getLabelDetectionConfigOrBuilder()
  
    public StreamingLabelDetectionConfigOrBuilder getLabelDetectionConfigOrBuilder()
   
   Config for STREAMING_LABEL_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
 
getObjectTrackingConfig()
  
    public StreamingObjectTrackingConfig getObjectTrackingConfig()
   
   Config for STREAMING_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
 
getObjectTrackingConfigOrBuilder()
  
    public StreamingObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
   
   Config for STREAMING_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
 
getParserForType()
  
    public Parser<StreamingVideoConfig> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getShotChangeDetectionConfig()
  
    public StreamingShotChangeDetectionConfig getShotChangeDetectionConfig()
   
   Config for STREAMING_SHOT_CHANGE_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
 
getShotChangeDetectionConfigOrBuilder()
  
    public StreamingShotChangeDetectionConfigOrBuilder getShotChangeDetectionConfigOrBuilder()
   
   Config for STREAMING_SHOT_CHANGE_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
 
getStorageConfig()
  
    public StreamingStorageConfig getStorageConfig()
   
   Streaming storage option. By default: storage is disabled.
 .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
 
getStorageConfigOrBuilder()
  
    public StreamingStorageConfigOrBuilder getStorageConfigOrBuilder()
   
   Streaming storage option. By default: storage is disabled.
 .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
 
getStreamingConfigCase()
  
    public StreamingVideoConfig.StreamingConfigCase getStreamingConfigCase()
   
  
  
  hasAutomlActionRecognitionConfig()
  
    public boolean hasAutomlActionRecognitionConfig()
   
   Config for STREAMING_AUTOML_ACTION_RECOGNITION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the automlActionRecognitionConfig field is set. | 
    
  
  
  hasAutomlClassificationConfig()
  
    public boolean hasAutomlClassificationConfig()
   
   Config for STREAMING_AUTOML_CLASSIFICATION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the automlClassificationConfig field is set. | 
    
  
  
  hasAutomlObjectTrackingConfig()
  
    public boolean hasAutomlObjectTrackingConfig()
   
   Config for STREAMING_AUTOML_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the automlObjectTrackingConfig field is set. | 
    
  
  
  hasExplicitContentDetectionConfig()
  
    public boolean hasExplicitContentDetectionConfig()
   
   Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the explicitContentDetectionConfig field is set. | 
    
  
  
  hasLabelDetectionConfig()
  
    public boolean hasLabelDetectionConfig()
   
   Config for STREAMING_LABEL_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the labelDetectionConfig field is set. | 
    
  
  
  hasObjectTrackingConfig()
  
    public boolean hasObjectTrackingConfig()
   
   Config for STREAMING_OBJECT_TRACKING.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the objectTrackingConfig field is set. | 
    
  
  
  hasShotChangeDetectionConfig()
  
    public boolean hasShotChangeDetectionConfig()
   
   Config for STREAMING_SHOT_CHANGE_DETECTION.
 
 .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the shotChangeDetectionConfig field is set. | 
    
  
  
  hasStorageConfig()
  
    public boolean hasStorageConfig()
   
   Streaming storage option. By default: storage is disabled.
 .google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the storageConfig field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public StreamingVideoConfig.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected StreamingVideoConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public StreamingVideoConfig.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides