
com.google.cloud.visionai.v1.IndexOrBuilder 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 IndexOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.Index)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Include all assets under the corpus.
*
*
* bool entire_corpus = 9;
*
* @return Whether the entireCorpus field is set.
*/
boolean hasEntireCorpus();
/**
*
*
*
* Include all assets under the corpus.
*
*
* bool entire_corpus = 9;
*
* @return The entireCorpus.
*/
boolean getEntireCorpus();
/**
*
*
*
* Output only. Resource name of the Index resource.
* Format:
* `projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. Resource name of the Index resource.
* Format:
* `projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/indexes/{index_id}`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Optional. Optional user-specified display name of the index.
*
*
* string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* Optional. Optional user-specified display name of the index.
*
*
* string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* Optional. Optional description of the index.
*
*
* string description = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* Optional. Optional description of the index.
*
*
* string description = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* Output only. State of the index.
*
*
*
* .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*
*
* Output only. State of the index.
*
*
*
* .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The state.
*/
com.google.cloud.visionai.v1.Index.State getState();
/**
*
*
*
* Output only. The create timestamp.
*
*
* .google.protobuf.Timestamp create_time = 5 [(.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 = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. The create timestamp.
*
*
* .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. The update timestamp.
*
*
* .google.protobuf.Timestamp update_time = 6 [(.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 = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* Output only. The update timestamp.
*
*
* .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
/**
*
*
*
* Output only. References to the deployed index instance.
* Index of VIDEO_ON_DEMAND corpus can have at most one deployed index.
* Index of IMAGE corpus can have multiple deployed indexes.
*
*
*
* repeated .google.cloud.visionai.v1.DeployedIndexReference deployed_indexes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List getDeployedIndexesList();
/**
*
*
*
* Output only. References to the deployed index instance.
* Index of VIDEO_ON_DEMAND corpus can have at most one deployed index.
* Index of IMAGE corpus can have multiple deployed indexes.
*
*
*
* repeated .google.cloud.visionai.v1.DeployedIndexReference deployed_indexes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.visionai.v1.DeployedIndexReference getDeployedIndexes(int index);
/**
*
*
*
* Output only. References to the deployed index instance.
* Index of VIDEO_ON_DEMAND corpus can have at most one deployed index.
* Index of IMAGE corpus can have multiple deployed indexes.
*
*
*
* repeated .google.cloud.visionai.v1.DeployedIndexReference deployed_indexes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
int getDeployedIndexesCount();
/**
*
*
*
* Output only. References to the deployed index instance.
* Index of VIDEO_ON_DEMAND corpus can have at most one deployed index.
* Index of IMAGE corpus can have multiple deployed indexes.
*
*
*
* repeated .google.cloud.visionai.v1.DeployedIndexReference deployed_indexes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
java.util.List extends com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder>
getDeployedIndexesOrBuilderList();
/**
*
*
*
* Output only. References to the deployed index instance.
* Index of VIDEO_ON_DEMAND corpus can have at most one deployed index.
* Index of IMAGE corpus can have multiple deployed indexes.
*
*
*
* repeated .google.cloud.visionai.v1.DeployedIndexReference deployed_indexes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder getDeployedIndexesOrBuilder(
int index);
com.google.cloud.visionai.v1.Index.AssetFilterCase getAssetFilterCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy