com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// 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 StreamingStorageConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Enable streaming storage. Default: false.
*
*
* bool enable_storage_annotation_result = 1;
*/
boolean getEnableStorageAnnotationResult();
/**
*
*
*
* GCS URI to store all annotation results for one client. Client should
* specify this field as the top-level storage directory. Annotation results
* of different sessions will be put into different sub-directories denoted
* by project_name and session_id. All sub-directories will be auto generated
* by program and will be made accessible to client in response proto.
* URIs must be specified in the following format: `gs://bucket-id/object-id`
* `bucket-id` should be a valid GCS bucket created by client and bucket
* permission shall also be configured properly. `object-id` can be arbitrary
* string that make sense to client. Other URI formats will return error and
* cause GCS write failure.
*
*
* string annotation_result_storage_directory = 3;
*/
java.lang.String getAnnotationResultStorageDirectory();
/**
*
*
*
* GCS URI to store all annotation results for one client. Client should
* specify this field as the top-level storage directory. Annotation results
* of different sessions will be put into different sub-directories denoted
* by project_name and session_id. All sub-directories will be auto generated
* by program and will be made accessible to client in response proto.
* URIs must be specified in the following format: `gs://bucket-id/object-id`
* `bucket-id` should be a valid GCS bucket created by client and bucket
* permission shall also be configured properly. `object-id` can be arbitrary
* string that make sense to client. Other URI formats will return error and
* cause GCS write failure.
*
*
* string annotation_result_storage_directory = 3;
*/
com.google.protobuf.ByteString getAnnotationResultStorageDirectoryBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy