
com.google.cloud.visionai.v1.DataSchemaDetailsOrBuilder 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/warehouse.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface DataSchemaDetailsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.DataSchemaDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Type of the annotation.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.DataType type = 1;
*
* @return Whether the type field is set.
*/
boolean hasType();
/**
*
*
*
* Type of the annotation.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.DataType type = 1;
*
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*
*
* Type of the annotation.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.DataType type = 1;
*
* @return The type.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.DataType getType();
/**
*
*
*
* Config for protobuf any type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ProtoAnyConfig proto_any_config = 6;
*
* @return Whether the protoAnyConfig field is set.
*/
boolean hasProtoAnyConfig();
/**
*
*
*
* Config for protobuf any type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ProtoAnyConfig proto_any_config = 6;
*
* @return The protoAnyConfig.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.ProtoAnyConfig getProtoAnyConfig();
/**
*
*
*
* Config for protobuf any type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ProtoAnyConfig proto_any_config = 6;
*/
com.google.cloud.visionai.v1.DataSchemaDetails.ProtoAnyConfigOrBuilder
getProtoAnyConfigOrBuilder();
/**
*
*
*
* Config for List data type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ListConfig list_config = 8;
*
* @return Whether the listConfig field is set.
*/
boolean hasListConfig();
/**
*
*
*
* Config for List data type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ListConfig list_config = 8;
*
* @return The listConfig.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.ListConfig getListConfig();
/**
*
*
*
* Config for List data type.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.ListConfig list_config = 8;
*/
com.google.cloud.visionai.v1.DataSchemaDetails.ListConfigOrBuilder getListConfigOrBuilder();
/**
*
*
*
* Config for CustomizedStruct data type.
*
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfig customized_struct_config = 9;
*
*
* @return Whether the customizedStructConfig field is set.
*/
boolean hasCustomizedStructConfig();
/**
*
*
*
* Config for CustomizedStruct data type.
*
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfig customized_struct_config = 9;
*
*
* @return The customizedStructConfig.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfig getCustomizedStructConfig();
/**
*
*
*
* Config for CustomizedStruct data type.
*
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfig customized_struct_config = 9;
*
*/
com.google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfigOrBuilder
getCustomizedStructConfigOrBuilder();
/**
*
*
*
* The granularity associated with this DataSchema.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.Granularity granularity = 5;
*
* @return Whether the granularity field is set.
*/
boolean hasGranularity();
/**
*
*
*
* The granularity associated with this DataSchema.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.Granularity granularity = 5;
*
* @return The enum numeric value on the wire for granularity.
*/
int getGranularityValue();
/**
*
*
*
* The granularity associated with this DataSchema.
*
*
* optional .google.cloud.visionai.v1.DataSchemaDetails.Granularity granularity = 5;
*
* @return The granularity.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.Granularity getGranularity();
/**
*
*
*
* The search strategy to be applied on the `key` above.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy search_strategy = 7;
*
* @return Whether the searchStrategy field is set.
*/
boolean hasSearchStrategy();
/**
*
*
*
* The search strategy to be applied on the `key` above.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy search_strategy = 7;
*
* @return The searchStrategy.
*/
com.google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy getSearchStrategy();
/**
*
*
*
* The search strategy to be applied on the `key` above.
*
*
* .google.cloud.visionai.v1.DataSchemaDetails.SearchStrategy search_strategy = 7;
*/
com.google.cloud.visionai.v1.DataSchemaDetails.SearchStrategyOrBuilder
getSearchStrategyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy