/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto

package com.google.cloud.videointelligence.v1p3beta1;

public interface StreamingVideoConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Config for STREAMING_SHOT_CHANGE_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
   * </code>
   *
   * @return Whether the shotChangeDetectionConfig field is set.
   */
  boolean hasShotChangeDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_SHOT_CHANGE_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
   * </code>
   *
   * @return The shotChangeDetectionConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig
      getShotChangeDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_SHOT_CHANGE_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfig shot_change_detection_config = 2;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingShotChangeDetectionConfigOrBuilder
      getShotChangeDetectionConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_LABEL_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
   * </code>
   *
   * @return Whether the labelDetectionConfig field is set.
   */
  boolean hasLabelDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_LABEL_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
   * </code>
   *
   * @return The labelDetectionConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig
      getLabelDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_LABEL_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfig label_detection_config = 3;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingLabelDetectionConfigOrBuilder
      getLabelDetectionConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
   * </code>
   *
   * @return Whether the explicitContentDetectionConfig field is set.
   */
  boolean hasExplicitContentDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
   * </code>
   *
   * @return The explicitContentDetectionConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig
      getExplicitContentDetectionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfig explicit_content_detection_config = 4;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingExplicitContentDetectionConfigOrBuilder
      getExplicitContentDetectionConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
   * </code>
   *
   * @return Whether the objectTrackingConfig field is set.
   */
  boolean hasObjectTrackingConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
   * </code>
   *
   * @return The objectTrackingConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig
      getObjectTrackingConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfig object_tracking_config = 5;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingObjectTrackingConfigOrBuilder
      getObjectTrackingConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_ACTION_RECOGNITION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
   * </code>
   *
   * @return Whether the automlActionRecognitionConfig field is set.
   */
  boolean hasAutomlActionRecognitionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_ACTION_RECOGNITION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
   * </code>
   *
   * @return The automlActionRecognitionConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig
      getAutomlActionRecognitionConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_ACTION_RECOGNITION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfig automl_action_recognition_config = 23;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlActionRecognitionConfigOrBuilder
      getAutomlActionRecognitionConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_CLASSIFICATION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
   * </code>
   *
   * @return Whether the automlClassificationConfig field is set.
   */
  boolean hasAutomlClassificationConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_CLASSIFICATION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
   * </code>
   *
   * @return The automlClassificationConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig
      getAutomlClassificationConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_CLASSIFICATION.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfig automl_classification_config = 21;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlClassificationConfigOrBuilder
      getAutomlClassificationConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
   * </code>
   *
   * @return Whether the automlObjectTrackingConfig field is set.
   */
  boolean hasAutomlObjectTrackingConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
   * </code>
   *
   * @return The automlObjectTrackingConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig
      getAutomlObjectTrackingConfig();
  /**
   *
   *
   * <pre>
   * Config for STREAMING_AUTOML_OBJECT_TRACKING.
   * </pre>
   *
   * <code>
   * .google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfig automl_object_tracking_config = 22;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingAutomlObjectTrackingConfigOrBuilder
      getAutomlObjectTrackingConfigOrBuilder();

  /**
   *
   *
   * <pre>
   * Requested annotation feature.
   * </pre>
   *
   * <code>.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;</code>
   *
   * @return The enum numeric value on the wire for feature.
   */
  int getFeatureValue();
  /**
   *
   *
   * <pre>
   * Requested annotation feature.
   * </pre>
   *
   * <code>.google.cloud.videointelligence.v1p3beta1.StreamingFeature feature = 1;</code>
   *
   * @return The feature.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingFeature getFeature();

  /**
   *
   *
   * <pre>
   * Streaming storage option. By default: storage is disabled.
   * </pre>
   *
   * <code>.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
   * </code>
   *
   * @return Whether the storageConfig field is set.
   */
  boolean hasStorageConfig();
  /**
   *
   *
   * <pre>
   * Streaming storage option. By default: storage is disabled.
   * </pre>
   *
   * <code>.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
   * </code>
   *
   * @return The storageConfig.
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig getStorageConfig();
  /**
   *
   *
   * <pre>
   * Streaming storage option. By default: storage is disabled.
   * </pre>
   *
   * <code>.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig storage_config = 30;
   * </code>
   */
  com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfigOrBuilder
      getStorageConfigOrBuilder();

  public com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig.StreamingConfigCase
      getStreamingConfigCase();
}
