
com.google.cloud.visionai.v1.AnalysisOrBuilder 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/lva_resources.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface AnalysisOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.Analysis)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The name of resource.
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The name of resource.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. The create timestamp.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. The create timestamp.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. The create timestamp.
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. The update timestamp.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the updateTime field is set.
*/
boolean hasUpdateTime();
/**
*
*
*
* Output only. The update timestamp.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* Output only. The update timestamp.
*
*
* .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
/**
*
*
*
* Labels as key value pairs.
*
*
* map<string, string> labels = 4;
*/
int getLabelsCount();
/**
*
*
*
* Labels as key value pairs.
*
*
* map<string, string> labels = 4;
*/
boolean containsLabels(java.lang.String key);
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Deprecated
java.util.Map getLabels();
/**
*
*
*
* Labels as key value pairs.
*
*
* map<string, string> labels = 4;
*/
java.util.Map getLabelsMap();
/**
*
*
*
* Labels as key value pairs.
*
*
* map<string, string> labels = 4;
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Labels as key value pairs.
*
*
* map<string, string> labels = 4;
*/
java.lang.String getLabelsOrThrow(java.lang.String key);
/**
*
*
*
* The definition of the analysis.
*
*
* .google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;
*
* @return Whether the analysisDefinition field is set.
*/
boolean hasAnalysisDefinition();
/**
*
*
*
* The definition of the analysis.
*
*
* .google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;
*
* @return The analysisDefinition.
*/
com.google.cloud.visionai.v1.AnalysisDefinition getAnalysisDefinition();
/**
*
*
*
* The definition of the analysis.
*
*
* .google.cloud.visionai.v1.AnalysisDefinition analysis_definition = 5;
*/
com.google.cloud.visionai.v1.AnalysisDefinitionOrBuilder getAnalysisDefinitionOrBuilder();
/**
*
*
*
* Map from the input parameter in the definition to the real stream.
* E.g., suppose you had a stream source operator named "input-0" and you try
* to receive from the real stream "stream-0". You can add the following
* mapping: [input-0: stream-0].
*
*
* map<string, string> input_streams_mapping = 6;
*/
int getInputStreamsMappingCount();
/**
*
*
*
* Map from the input parameter in the definition to the real stream.
* E.g., suppose you had a stream source operator named "input-0" and you try
* to receive from the real stream "stream-0". You can add the following
* mapping: [input-0: stream-0].
*
*
* map<string, string> input_streams_mapping = 6;
*/
boolean containsInputStreamsMapping(java.lang.String key);
/** Use {@link #getInputStreamsMappingMap()} instead. */
@java.lang.Deprecated
java.util.Map getInputStreamsMapping();
/**
*
*
*
* Map from the input parameter in the definition to the real stream.
* E.g., suppose you had a stream source operator named "input-0" and you try
* to receive from the real stream "stream-0". You can add the following
* mapping: [input-0: stream-0].
*
*
* map<string, string> input_streams_mapping = 6;
*/
java.util.Map getInputStreamsMappingMap();
/**
*
*
*
* Map from the input parameter in the definition to the real stream.
* E.g., suppose you had a stream source operator named "input-0" and you try
* to receive from the real stream "stream-0". You can add the following
* mapping: [input-0: stream-0].
*
*
* map<string, string> input_streams_mapping = 6;
*/
/* nullable */
java.lang.String getInputStreamsMappingOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Map from the input parameter in the definition to the real stream.
* E.g., suppose you had a stream source operator named "input-0" and you try
* to receive from the real stream "stream-0". You can add the following
* mapping: [input-0: stream-0].
*
*
* map<string, string> input_streams_mapping = 6;
*/
java.lang.String getInputStreamsMappingOrThrow(java.lang.String key);
/**
*
*
*
* Map from the output parameter in the definition to the real stream.
* E.g., suppose you had a stream sink operator named "output-0" and you try
* to send to the real stream "stream-0". You can add the following
* mapping: [output-0: stream-0].
*
*
* map<string, string> output_streams_mapping = 7;
*/
int getOutputStreamsMappingCount();
/**
*
*
*
* Map from the output parameter in the definition to the real stream.
* E.g., suppose you had a stream sink operator named "output-0" and you try
* to send to the real stream "stream-0". You can add the following
* mapping: [output-0: stream-0].
*
*
* map<string, string> output_streams_mapping = 7;
*/
boolean containsOutputStreamsMapping(java.lang.String key);
/** Use {@link #getOutputStreamsMappingMap()} instead. */
@java.lang.Deprecated
java.util.Map getOutputStreamsMapping();
/**
*
*
*
* Map from the output parameter in the definition to the real stream.
* E.g., suppose you had a stream sink operator named "output-0" and you try
* to send to the real stream "stream-0". You can add the following
* mapping: [output-0: stream-0].
*
*
* map<string, string> output_streams_mapping = 7;
*/
java.util.Map getOutputStreamsMappingMap();
/**
*
*
*
* Map from the output parameter in the definition to the real stream.
* E.g., suppose you had a stream sink operator named "output-0" and you try
* to send to the real stream "stream-0". You can add the following
* mapping: [output-0: stream-0].
*
*
* map<string, string> output_streams_mapping = 7;
*/
/* nullable */
java.lang.String getOutputStreamsMappingOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Map from the output parameter in the definition to the real stream.
* E.g., suppose you had a stream sink operator named "output-0" and you try
* to send to the real stream "stream-0". You can add the following
* mapping: [output-0: stream-0].
*
*
* map<string, string> output_streams_mapping = 7;
*/
java.lang.String getOutputStreamsMappingOrThrow(java.lang.String key);
/**
*
*
*
* Boolean flag to indicate whether you would like to disable the ability
* to automatically start a Process when new event happening in the input
* Stream. If you would like to start a Process manually, the field needs
* to be set to true.
*
*
* bool disable_event_watch = 8;
*
* @return The disableEventWatch.
*/
boolean getDisableEventWatch();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy