
com.google.cloud.visionai.v1.AppPlatformCloudFunctionResponseOrBuilder 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/annotations.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface AppPlatformCloudFunctionResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.AppPlatformCloudFunctionResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The modified annotations that is returned back to AppPlatform.
* If the annotations fields are empty, then those annotations will be dropped
* by AppPlatform.
*
*
*
* repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation annotations = 2;
*
*/
java.util.List<
com.google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation>
getAnnotationsList();
/**
*
*
*
* The modified annotations that is returned back to AppPlatform.
* If the annotations fields are empty, then those annotations will be dropped
* by AppPlatform.
*
*
*
* repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation annotations = 2;
*
*/
com.google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation
getAnnotations(int index);
/**
*
*
*
* The modified annotations that is returned back to AppPlatform.
* If the annotations fields are empty, then those annotations will be dropped
* by AppPlatform.
*
*
*
* repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation annotations = 2;
*
*/
int getAnnotationsCount();
/**
*
*
*
* The modified annotations that is returned back to AppPlatform.
* If the annotations fields are empty, then those annotations will be dropped
* by AppPlatform.
*
*
*
* repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation annotations = 2;
*
*/
java.util.List<
? extends
com.google.cloud.visionai.v1.AppPlatformCloudFunctionResponse
.StructedOutputAnnotationOrBuilder>
getAnnotationsOrBuilderList();
/**
*
*
*
* The modified annotations that is returned back to AppPlatform.
* If the annotations fields are empty, then those annotations will be dropped
* by AppPlatform.
*
*
*
* repeated .google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotation annotations = 2;
*
*/
com.google.cloud.visionai.v1.AppPlatformCloudFunctionResponse.StructedOutputAnnotationOrBuilder
getAnnotationsOrBuilder(int index);
/**
*
*
*
* If set to true, AppPlatform will use original annotations instead of
* dropping them, even if it is empty in the annotations filed.
*
*
* bool annotation_passthrough = 3;
*
* @return The annotationPassthrough.
*/
boolean getAnnotationPassthrough();
/**
*
*
*
* The event notifications that is returned back to AppPlatform. Typically it
* will then be configured to be consumed/forwared to a operator that handles
* events, such as Pub/Sub operator.
*
*
* repeated .google.cloud.visionai.v1.AppPlatformEventBody events = 4;
*/
java.util.List getEventsList();
/**
*
*
*
* The event notifications that is returned back to AppPlatform. Typically it
* will then be configured to be consumed/forwared to a operator that handles
* events, such as Pub/Sub operator.
*
*
* repeated .google.cloud.visionai.v1.AppPlatformEventBody events = 4;
*/
com.google.cloud.visionai.v1.AppPlatformEventBody getEvents(int index);
/**
*
*
*
* The event notifications that is returned back to AppPlatform. Typically it
* will then be configured to be consumed/forwared to a operator that handles
* events, such as Pub/Sub operator.
*
*
* repeated .google.cloud.visionai.v1.AppPlatformEventBody events = 4;
*/
int getEventsCount();
/**
*
*
*
* The event notifications that is returned back to AppPlatform. Typically it
* will then be configured to be consumed/forwared to a operator that handles
* events, such as Pub/Sub operator.
*
*
* repeated .google.cloud.visionai.v1.AppPlatformEventBody events = 4;
*/
java.util.List extends com.google.cloud.visionai.v1.AppPlatformEventBodyOrBuilder>
getEventsOrBuilderList();
/**
*
*
*
* The event notifications that is returned back to AppPlatform. Typically it
* will then be configured to be consumed/forwared to a operator that handles
* events, such as Pub/Sub operator.
*
*
* repeated .google.cloud.visionai.v1.AppPlatformEventBody events = 4;
*/
com.google.cloud.visionai.v1.AppPlatformEventBodyOrBuilder getEventsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy