
com.google.cloud.visionai.v1.StreamWithAnnotationOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 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/visionai/v1/platform.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface StreamWithAnnotationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.StreamWithAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Vision AI Stream resource name.
*
*
* string stream = 1 [(.google.api.resource_reference) = { ... }
*
* @return The stream.
*/
java.lang.String getStream();
/**
*
*
*
* Vision AI Stream resource name.
*
*
* string stream = 1 [(.google.api.resource_reference) = { ... }
*
* @return The bytes for stream.
*/
com.google.protobuf.ByteString getStreamBytes();
/**
*
*
*
* Annotations that will be applied to the whole application.
*
*
* repeated .google.cloud.visionai.v1.StreamAnnotation application_annotations = 2;
*/
java.util.List getApplicationAnnotationsList();
/**
*
*
*
* Annotations that will be applied to the whole application.
*
*
* repeated .google.cloud.visionai.v1.StreamAnnotation application_annotations = 2;
*/
com.google.cloud.visionai.v1.StreamAnnotation getApplicationAnnotations(int index);
/**
*
*
*
* Annotations that will be applied to the whole application.
*
*
* repeated .google.cloud.visionai.v1.StreamAnnotation application_annotations = 2;
*/
int getApplicationAnnotationsCount();
/**
*
*
*
* Annotations that will be applied to the whole application.
*
*
* repeated .google.cloud.visionai.v1.StreamAnnotation application_annotations = 2;
*/
java.util.List extends com.google.cloud.visionai.v1.StreamAnnotationOrBuilder>
getApplicationAnnotationsOrBuilderList();
/**
*
*
*
* Annotations that will be applied to the whole application.
*
*
* repeated .google.cloud.visionai.v1.StreamAnnotation application_annotations = 2;
*/
com.google.cloud.visionai.v1.StreamAnnotationOrBuilder getApplicationAnnotationsOrBuilder(
int index);
/**
*
*
*
* Annotations that will be applied to the specific node of the application.
* If the same type of the annotations is applied to both application and
* node, the node annotation will be added in addition to the global
* application one.
* For example, if there is one active zone annotation for the whole
* application and one active zone annotation for the Occupancy Analytic
* processor, then the Occupancy Analytic processor will have two active zones
* defined.
*
*
*
* repeated .google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;
*
*/
java.util.List
getNodeAnnotationsList();
/**
*
*
*
* Annotations that will be applied to the specific node of the application.
* If the same type of the annotations is applied to both application and
* node, the node annotation will be added in addition to the global
* application one.
* For example, if there is one active zone annotation for the whole
* application and one active zone annotation for the Occupancy Analytic
* processor, then the Occupancy Analytic processor will have two active zones
* defined.
*
*
*
* repeated .google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;
*
*/
com.google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation getNodeAnnotations(int index);
/**
*
*
*
* Annotations that will be applied to the specific node of the application.
* If the same type of the annotations is applied to both application and
* node, the node annotation will be added in addition to the global
* application one.
* For example, if there is one active zone annotation for the whole
* application and one active zone annotation for the Occupancy Analytic
* processor, then the Occupancy Analytic processor will have two active zones
* defined.
*
*
*
* repeated .google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;
*
*/
int getNodeAnnotationsCount();
/**
*
*
*
* Annotations that will be applied to the specific node of the application.
* If the same type of the annotations is applied to both application and
* node, the node annotation will be added in addition to the global
* application one.
* For example, if there is one active zone annotation for the whole
* application and one active zone annotation for the Occupancy Analytic
* processor, then the Occupancy Analytic processor will have two active zones
* defined.
*
*
*
* repeated .google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;
*
*/
java.util.List<
? extends com.google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotationOrBuilder>
getNodeAnnotationsOrBuilderList();
/**
*
*
*
* Annotations that will be applied to the specific node of the application.
* If the same type of the annotations is applied to both application and
* node, the node annotation will be added in addition to the global
* application one.
* For example, if there is one active zone annotation for the whole
* application and one active zone annotation for the Occupancy Analytic
* processor, then the Occupancy Analytic processor will have two active zones
* defined.
*
*
*
* repeated .google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotation node_annotations = 3;
*
*/
com.google.cloud.visionai.v1.StreamWithAnnotation.NodeAnnotationOrBuilder
getNodeAnnotationsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy