
com.google.cloud.visionai.v1.ProcessorIOSpecOrBuilder 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 ProcessorIOSpecOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.ProcessorIOSpec)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* For processors with input_channel_specs, the processor must be explicitly
* connected to another processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;
*
*/
java.util.List
getGraphInputChannelSpecsList();
/**
*
*
*
* For processors with input_channel_specs, the processor must be explicitly
* connected to another processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec getGraphInputChannelSpecs(
int index);
/**
*
*
*
* For processors with input_channel_specs, the processor must be explicitly
* connected to another processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;
*
*/
int getGraphInputChannelSpecsCount();
/**
*
*
*
* For processors with input_channel_specs, the processor must be explicitly
* connected to another processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;
*
*/
java.util.List<
? extends com.google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpecOrBuilder>
getGraphInputChannelSpecsOrBuilderList();
/**
*
*
*
* For processors with input_channel_specs, the processor must be explicitly
* connected to another processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpecOrBuilder
getGraphInputChannelSpecsOrBuilder(int index);
/**
*
*
*
* The output artifact specifications for the current processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;
*
*/
java.util.List
getGraphOutputChannelSpecsList();
/**
*
*
*
* The output artifact specifications for the current processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec getGraphOutputChannelSpecs(
int index);
/**
*
*
*
* The output artifact specifications for the current processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;
*
*/
int getGraphOutputChannelSpecsCount();
/**
*
*
*
* The output artifact specifications for the current processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;
*
*/
java.util.List<
? extends com.google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpecOrBuilder>
getGraphOutputChannelSpecsOrBuilderList();
/**
*
*
*
* The output artifact specifications for the current processor.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpecOrBuilder
getGraphOutputChannelSpecsOrBuilder(int index);
/**
*
*
*
* The input resource that needs to be fed from the application instance.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;
*
*/
java.util.List
getInstanceResourceInputBindingSpecsList();
/**
*
*
*
* The input resource that needs to be fed from the application instance.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec
getInstanceResourceInputBindingSpecs(int index);
/**
*
*
*
* The input resource that needs to be fed from the application instance.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;
*
*/
int getInstanceResourceInputBindingSpecsCount();
/**
*
*
*
* The input resource that needs to be fed from the application instance.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;
*
*/
java.util.List<
? extends
com.google.cloud.visionai.v1.ProcessorIOSpec
.InstanceResourceInputBindingSpecOrBuilder>
getInstanceResourceInputBindingSpecsOrBuilderList();
/**
*
*
*
* The input resource that needs to be fed from the application instance.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder
getInstanceResourceInputBindingSpecsOrBuilder(int index);
/**
*
*
*
* The output resource that the processor will generate per instance.
* Other than the explicitly listed output bindings here, all the processors'
* GraphOutputChannels can be binded to stream resource. The bind name then is
* the same as the GraphOutputChannel's name.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;
*
*/
java.util.List
getInstanceResourceOutputBindingSpecsList();
/**
*
*
*
* The output resource that the processor will generate per instance.
* Other than the explicitly listed output bindings here, all the processors'
* GraphOutputChannels can be binded to stream resource. The bind name then is
* the same as the GraphOutputChannel's name.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec
getInstanceResourceOutputBindingSpecs(int index);
/**
*
*
*
* The output resource that the processor will generate per instance.
* Other than the explicitly listed output bindings here, all the processors'
* GraphOutputChannels can be binded to stream resource. The bind name then is
* the same as the GraphOutputChannel's name.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;
*
*/
int getInstanceResourceOutputBindingSpecsCount();
/**
*
*
*
* The output resource that the processor will generate per instance.
* Other than the explicitly listed output bindings here, all the processors'
* GraphOutputChannels can be binded to stream resource. The bind name then is
* the same as the GraphOutputChannel's name.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;
*
*/
java.util.List<
? extends
com.google.cloud.visionai.v1.ProcessorIOSpec
.InstanceResourceOutputBindingSpecOrBuilder>
getInstanceResourceOutputBindingSpecsOrBuilderList();
/**
*
*
*
* The output resource that the processor will generate per instance.
* Other than the explicitly listed output bindings here, all the processors'
* GraphOutputChannels can be binded to stream resource. The bind name then is
* the same as the GraphOutputChannel's name.
*
*
*
* repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;
*
*/
com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder
getInstanceResourceOutputBindingSpecsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy