All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.visionai.v1.Index 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;

/**
 *
 *
 * 
 * An Index is a resource in Corpus. It contains an indexed version of the
 * assets and annotations. When deployed to an endpoint, it will allow users to
 * search the Index.
 * 
* * Protobuf type {@code google.cloud.visionai.v1.Index} */ public final class Index extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.visionai.v1.Index) IndexOrBuilder { private static final long serialVersionUID = 0L; // Use Index.newBuilder() to construct. private Index(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Index() { name_ = ""; displayName_ = ""; description_ = ""; state_ = 0; deployedIndexes_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Index(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.visionai.v1.WarehouseProto .internal_static_google_cloud_visionai_v1_Index_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.visionai.v1.WarehouseProto .internal_static_google_cloud_visionai_v1_Index_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.visionai.v1.Index.class, com.google.cloud.visionai.v1.Index.Builder.class); } /** * * *
   * Enum representing the different states through which an Index might cycle
   * during its lifetime.
   * 
* * Protobuf enum {@code google.cloud.visionai.v1.Index.State} */ public enum State implements com.google.protobuf.ProtocolMessageEnum { /** * * *
     * The default value. Should not be used.
     * 
* * STATE_UNSPECIFIED = 0; */ STATE_UNSPECIFIED(0), /** * * *
     * State CREATING.
     * 
* * CREATING = 1; */ CREATING(1), /** * * *
     * State CREATED.
     * 
* * CREATED = 2; */ CREATED(2), /** * * *
     * State UPDATING.
     * 
* * UPDATING = 3; */ UPDATING(3), UNRECOGNIZED(-1), ; /** * * *
     * The default value. Should not be used.
     * 
* * STATE_UNSPECIFIED = 0; */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** * * *
     * State CREATING.
     * 
* * CREATING = 1; */ public static final int CREATING_VALUE = 1; /** * * *
     * State CREATED.
     * 
* * CREATED = 2; */ public static final int CREATED_VALUE = 2; /** * * *
     * State UPDATING.
     * 
* * UPDATING = 3; */ public static final int UPDATING_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static State valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static State forNumber(int value) { switch (value) { case 0: return STATE_UNSPECIFIED; case 1: return CREATING; case 2: return CREATED; case 3: return UPDATING; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public State findValueByNumber(int number) { return State.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return com.google.cloud.visionai.v1.Index.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private State(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:google.cloud.visionai.v1.Index.State) } private int bitField0_; private int assetFilterCase_ = 0; @SuppressWarnings("serial") private java.lang.Object assetFilter_; public enum AssetFilterCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { ENTIRE_CORPUS(9), ASSETFILTER_NOT_SET(0); private final int value; private AssetFilterCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static AssetFilterCase valueOf(int value) { return forNumber(value); } public static AssetFilterCase forNumber(int value) { switch (value) { case 9: return ENTIRE_CORPUS; case 0: return ASSETFILTER_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public AssetFilterCase getAssetFilterCase() { return AssetFilterCase.forNumber(assetFilterCase_); } public static final int ENTIRE_CORPUS_FIELD_NUMBER = 9; /** * * *
   * Include all assets under the corpus.
   * 
* * bool entire_corpus = 9; * * @return Whether the entireCorpus field is set. */ @java.lang.Override public boolean hasEntireCorpus() { return assetFilterCase_ == 9; } /** * * *
   * Include all assets under the corpus.
   * 
* * bool entire_corpus = 9; * * @return The entireCorpus. */ @java.lang.Override public boolean getEntireCorpus() { if (assetFilterCase_ == 9) { return (java.lang.Boolean) assetFilter_; } return false; } public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** * * *
   * 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.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** * * *
   * 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. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DISPLAY_NAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; /** * * *
   * Optional. Optional user-specified display name of the index.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The displayName. */ @java.lang.Override public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } } /** * * *
   * Optional. Optional user-specified display name of the index.
   * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for displayName. */ @java.lang.Override public com.google.protobuf.ByteString getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); displayName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DESCRIPTION_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object description_ = ""; /** * * *
   * Optional. Optional description of the index.
   * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The description. */ @java.lang.Override public java.lang.String getDescription() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** * * *
   * Optional. Optional description of the index.
   * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for description. */ @java.lang.Override public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); description_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STATE_FIELD_NUMBER = 4; private int state_ = 0; /** * * *
   * 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. */ @java.lang.Override public int getStateValue() { return state_; } /** * * *
   * Output only. State of the index.
   * 
* * * .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ @java.lang.Override public com.google.cloud.visionai.v1.Index.State getState() { com.google.cloud.visionai.v1.Index.State result = com.google.cloud.visionai.v1.Index.State.forNumber(state_); return result == null ? com.google.cloud.visionai.v1.Index.State.UNRECOGNIZED : result; } public static final int CREATE_TIME_FIELD_NUMBER = 5; private com.google.protobuf.Timestamp createTime_; /** * * *
   * Output only. The create timestamp.
   * 
* * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the createTime field is set. */ @java.lang.Override public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
   * Output only. The create timestamp.
   * 
* * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The createTime. */ @java.lang.Override public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** * * *
   * Output only. The create timestamp.
   * 
* * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } public static final int UPDATE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp updateTime_; /** * * *
   * Output only. The update timestamp.
   * 
* * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the updateTime field is set. */ @java.lang.Override public boolean hasUpdateTime() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
   * Output only. The update timestamp.
   * 
* * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The updateTime. */ @java.lang.Override public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** * * *
   * Output only. The update timestamp.
   * 
* * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } public static final int DEPLOYED_INDEXES_FIELD_NUMBER = 8; @SuppressWarnings("serial") private java.util.List deployedIndexes_; /** * * *
   * 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.lang.Override public java.util.List getDeployedIndexesList() { return deployedIndexes_; } /** * * *
   * 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.lang.Override public java.util.List getDeployedIndexesOrBuilderList() { return deployedIndexes_; } /** * * *
   * 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.lang.Override public int getDeployedIndexesCount() { return deployedIndexes_.size(); } /** * * *
   * 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.lang.Override public com.google.cloud.visionai.v1.DeployedIndexReference getDeployedIndexes(int index) { return deployedIndexes_.get(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]; * */ @java.lang.Override public com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder getDeployedIndexesOrBuilder( int index) { return deployedIndexes_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, description_); } if (state_ != com.google.cloud.visionai.v1.Index.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(4, state_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(5, getCreateTime()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(6, getUpdateTime()); } for (int i = 0; i < deployedIndexes_.size(); i++) { output.writeMessage(8, deployedIndexes_.get(i)); } if (assetFilterCase_ == 9) { output.writeBool(9, (boolean) ((java.lang.Boolean) assetFilter_)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); } if (state_ != com.google.cloud.visionai.v1.Index.State.STATE_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, state_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getCreateTime()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getUpdateTime()); } for (int i = 0; i < deployedIndexes_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, deployedIndexes_.get(i)); } if (assetFilterCase_ == 9) { size += com.google.protobuf.CodedOutputStream.computeBoolSize( 9, (boolean) ((java.lang.Boolean) assetFilter_)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.visionai.v1.Index)) { return super.equals(obj); } com.google.cloud.visionai.v1.Index other = (com.google.cloud.visionai.v1.Index) obj; if (!getName().equals(other.getName())) return false; if (!getDisplayName().equals(other.getDisplayName())) return false; if (!getDescription().equals(other.getDescription())) return false; if (state_ != other.state_) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { if (!getCreateTime().equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { if (!getUpdateTime().equals(other.getUpdateTime())) return false; } if (!getDeployedIndexesList().equals(other.getDeployedIndexesList())) return false; if (!getAssetFilterCase().equals(other.getAssetFilterCase())) return false; switch (assetFilterCase_) { case 9: if (getEntireCorpus() != other.getEntireCorpus()) return false; break; case 0: default: } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + DISPLAY_NAME_FIELD_NUMBER; hash = (53 * hash) + getDisplayName().hashCode(); hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER; hash = (53 * hash) + getDescription().hashCode(); hash = (37 * hash) + STATE_FIELD_NUMBER; hash = (53 * hash) + state_; if (hasCreateTime()) { hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER; hash = (53 * hash) + getCreateTime().hashCode(); } if (hasUpdateTime()) { hash = (37 * hash) + UPDATE_TIME_FIELD_NUMBER; hash = (53 * hash) + getUpdateTime().hashCode(); } if (getDeployedIndexesCount() > 0) { hash = (37 * hash) + DEPLOYED_INDEXES_FIELD_NUMBER; hash = (53 * hash) + getDeployedIndexesList().hashCode(); } switch (assetFilterCase_) { case 9: hash = (37 * hash) + ENTIRE_CORPUS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEntireCorpus()); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.visionai.v1.Index parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.visionai.v1.Index parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.visionai.v1.Index parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.visionai.v1.Index parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.visionai.v1.Index parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.visionai.v1.Index parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.visionai.v1.Index parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.visionai.v1.Index parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.visionai.v1.Index parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.visionai.v1.Index parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.visionai.v1.Index parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.visionai.v1.Index parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.cloud.visionai.v1.Index prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * An Index is a resource in Corpus. It contains an indexed version of the
   * assets and annotations. When deployed to an endpoint, it will allow users to
   * search the Index.
   * 
* * Protobuf type {@code google.cloud.visionai.v1.Index} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.visionai.v1.Index) com.google.cloud.visionai.v1.IndexOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.visionai.v1.WarehouseProto .internal_static_google_cloud_visionai_v1_Index_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.visionai.v1.WarehouseProto .internal_static_google_cloud_visionai_v1_Index_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.visionai.v1.Index.class, com.google.cloud.visionai.v1.Index.Builder.class); } // Construct using com.google.cloud.visionai.v1.Index.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getCreateTimeFieldBuilder(); getUpdateTimeFieldBuilder(); getDeployedIndexesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; displayName_ = ""; description_ = ""; state_ = 0; createTime_ = null; if (createTimeBuilder_ != null) { createTimeBuilder_.dispose(); createTimeBuilder_ = null; } updateTime_ = null; if (updateTimeBuilder_ != null) { updateTimeBuilder_.dispose(); updateTimeBuilder_ = null; } if (deployedIndexesBuilder_ == null) { deployedIndexes_ = java.util.Collections.emptyList(); } else { deployedIndexes_ = null; deployedIndexesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000080); assetFilterCase_ = 0; assetFilter_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.visionai.v1.WarehouseProto .internal_static_google_cloud_visionai_v1_Index_descriptor; } @java.lang.Override public com.google.cloud.visionai.v1.Index getDefaultInstanceForType() { return com.google.cloud.visionai.v1.Index.getDefaultInstance(); } @java.lang.Override public com.google.cloud.visionai.v1.Index build() { com.google.cloud.visionai.v1.Index result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.visionai.v1.Index buildPartial() { com.google.cloud.visionai.v1.Index result = new com.google.cloud.visionai.v1.Index(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.cloud.visionai.v1.Index result) { if (deployedIndexesBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0)) { deployedIndexes_ = java.util.Collections.unmodifiableList(deployedIndexes_); bitField0_ = (bitField0_ & ~0x00000080); } result.deployedIndexes_ = deployedIndexes_; } else { result.deployedIndexes_ = deployedIndexesBuilder_.build(); } } private void buildPartial0(com.google.cloud.visionai.v1.Index result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000002) != 0)) { result.name_ = name_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.displayName_ = displayName_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.description_ = description_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.state_ = state_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000020) != 0)) { result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000040) != 0)) { result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs(com.google.cloud.visionai.v1.Index result) { result.assetFilterCase_ = assetFilterCase_; result.assetFilter_ = this.assetFilter_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.visionai.v1.Index) { return mergeFrom((com.google.cloud.visionai.v1.Index) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.visionai.v1.Index other) { if (other == com.google.cloud.visionai.v1.Index.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getDisplayName().isEmpty()) { displayName_ = other.displayName_; bitField0_ |= 0x00000004; onChanged(); } if (!other.getDescription().isEmpty()) { description_ = other.description_; bitField0_ |= 0x00000008; onChanged(); } if (other.state_ != 0) { setStateValue(other.getStateValue()); } if (other.hasCreateTime()) { mergeCreateTime(other.getCreateTime()); } if (other.hasUpdateTime()) { mergeUpdateTime(other.getUpdateTime()); } if (deployedIndexesBuilder_ == null) { if (!other.deployedIndexes_.isEmpty()) { if (deployedIndexes_.isEmpty()) { deployedIndexes_ = other.deployedIndexes_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureDeployedIndexesIsMutable(); deployedIndexes_.addAll(other.deployedIndexes_); } onChanged(); } } else { if (!other.deployedIndexes_.isEmpty()) { if (deployedIndexesBuilder_.isEmpty()) { deployedIndexesBuilder_.dispose(); deployedIndexesBuilder_ = null; deployedIndexes_ = other.deployedIndexes_; bitField0_ = (bitField0_ & ~0x00000080); deployedIndexesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getDeployedIndexesFieldBuilder() : null; } else { deployedIndexesBuilder_.addAllMessages(other.deployedIndexes_); } } } switch (other.getAssetFilterCase()) { case ENTIRE_CORPUS: { setEntireCorpus(other.getEntireCorpus()); break; } case ASSETFILTER_NOT_SET: { break; } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 10 case 18: { displayName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 18 case 26: { description_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 26 case 32: { state_ = input.readEnum(); bitField0_ |= 0x00000010; break; } // case 32 case 42: { input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 42 case 50: { input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000040; break; } // case 50 case 66: { com.google.cloud.visionai.v1.DeployedIndexReference m = input.readMessage( com.google.cloud.visionai.v1.DeployedIndexReference.parser(), extensionRegistry); if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); deployedIndexes_.add(m); } else { deployedIndexesBuilder_.addMessage(m); } break; } // case 66 case 72: { assetFilter_ = input.readBool(); assetFilterCase_ = 9; break; } // case 72 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int assetFilterCase_ = 0; private java.lang.Object assetFilter_; public AssetFilterCase getAssetFilterCase() { return AssetFilterCase.forNumber(assetFilterCase_); } public Builder clearAssetFilter() { assetFilterCase_ = 0; assetFilter_ = null; onChanged(); return this; } private int bitField0_; /** * * *
     * Include all assets under the corpus.
     * 
* * bool entire_corpus = 9; * * @return Whether the entireCorpus field is set. */ public boolean hasEntireCorpus() { return assetFilterCase_ == 9; } /** * * *
     * Include all assets under the corpus.
     * 
* * bool entire_corpus = 9; * * @return The entireCorpus. */ public boolean getEntireCorpus() { if (assetFilterCase_ == 9) { return (java.lang.Boolean) assetFilter_; } return false; } /** * * *
     * Include all assets under the corpus.
     * 
* * bool entire_corpus = 9; * * @param value The entireCorpus to set. * @return This builder for chaining. */ public Builder setEntireCorpus(boolean value) { assetFilterCase_ = 9; assetFilter_ = value; onChanged(); return this; } /** * * *
     * Include all assets under the corpus.
     * 
* * bool entire_corpus = 9; * * @return This builder for chaining. */ public Builder clearEntireCorpus() { if (assetFilterCase_ == 9) { assetFilterCase_ = 0; assetFilter_ = null; onChanged(); } return this; } private java.lang.Object name_ = ""; /** * * *
     * 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. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * 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. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * 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]; * * @param value The name to set. * @return This builder for chaining. */ public Builder setName(java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * 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 This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * * *
     * 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]; * * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object displayName_ = ""; /** * * *
     * Optional. Optional user-specified display name of the index.
     * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Optional. Optional user-specified display name of the index.
     * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for displayName. */ public com.google.protobuf.ByteString getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); displayName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Optional. Optional user-specified display name of the index.
     * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The displayName to set. * @return This builder for chaining. */ public Builder setDisplayName(java.lang.String value) { if (value == null) { throw new NullPointerException(); } displayName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Optional. Optional user-specified display name of the index.
     * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ public Builder clearDisplayName() { displayName_ = getDefaultInstance().getDisplayName(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * * *
     * Optional. Optional user-specified display name of the index.
     * 
* * string display_name = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes for displayName to set. * @return This builder for chaining. */ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); displayName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.lang.Object description_ = ""; /** * * *
     * Optional. Optional description of the index.
     * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Optional. Optional description of the index.
     * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for description. */ public com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); description_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Optional. Optional description of the index.
     * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The description to set. * @return This builder for chaining. */ public Builder setDescription(java.lang.String value) { if (value == null) { throw new NullPointerException(); } description_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * Optional. Optional description of the index.
     * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ public Builder clearDescription() { description_ = getDefaultInstance().getDescription(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * * *
     * Optional. Optional description of the index.
     * 
* * string description = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes for description to set. * @return This builder for chaining. */ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); description_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } private int state_ = 0; /** * * *
     * 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. */ @java.lang.Override public int getStateValue() { return state_; } /** * * *
     * Output only. State of the index.
     * 
* * * .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { state_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Output only. State of the index.
     * 
* * * .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ @java.lang.Override public com.google.cloud.visionai.v1.Index.State getState() { com.google.cloud.visionai.v1.Index.State result = com.google.cloud.visionai.v1.Index.State.forNumber(state_); return result == null ? com.google.cloud.visionai.v1.Index.State.UNRECOGNIZED : result; } /** * * *
     * Output only. State of the index.
     * 
* * * .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @param value The state to set. * @return This builder for chaining. */ public Builder setState(com.google.cloud.visionai.v1.Index.State value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; state_ = value.getNumber(); onChanged(); return this; } /** * * *
     * Output only. State of the index.
     * 
* * * .google.cloud.visionai.v1.Index.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return This builder for chaining. */ public Builder clearState() { bitField0_ = (bitField0_ & ~0x00000010); state_ = 0; onChanged(); return this; } private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000020) != 0); } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } createTime_ = value; } else { createTimeBuilder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { createTimeBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0) && createTime_ != null && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; } } else { createTimeBuilder_.mergeFrom(value); } if (createTime_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000020); createTime_ = null; if (createTimeBuilder_ != null) { createTimeBuilder_.dispose(); createTimeBuilder_ = null; } onChanged(); return this; } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000020; onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** * * *
     * Output only. The create timestamp.
     * 
* * * .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( getCreateTime(), getParentForChildren(), isClean()); createTime_ = null; } return createTimeBuilder_; } private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000040) != 0); } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } updateTime_ = value; } else { updateTimeBuilder_.setMessage(value); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { updateTimeBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000040; onChanged(); return this; } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0) && updateTime_ != null && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; } } else { updateTimeBuilder_.mergeFrom(value); } if (updateTime_ != null) { bitField0_ |= 0x00000040; onChanged(); } return this; } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000040); updateTime_ = null; if (updateTimeBuilder_ != null) { updateTimeBuilder_.dispose(); updateTimeBuilder_ = null; } onChanged(); return this; } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000040; onChanged(); return getUpdateTimeFieldBuilder().getBuilder(); } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } } /** * * *
     * Output only. The update timestamp.
     * 
* * * .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( getUpdateTime(), getParentForChildren(), isClean()); updateTime_ = null; } return updateTimeBuilder_; } private java.util.List deployedIndexes_ = java.util.Collections.emptyList(); private void ensureDeployedIndexesIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { deployedIndexes_ = new java.util.ArrayList( deployedIndexes_); bitField0_ |= 0x00000080; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.visionai.v1.DeployedIndexReference, com.google.cloud.visionai.v1.DeployedIndexReference.Builder, com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder> deployedIndexesBuilder_; /** * * *
     * 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]; * */ public java.util.List getDeployedIndexesList() { if (deployedIndexesBuilder_ == null) { return java.util.Collections.unmodifiableList(deployedIndexes_); } else { return deployedIndexesBuilder_.getMessageList(); } } /** * * *
     * 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]; * */ public int getDeployedIndexesCount() { if (deployedIndexesBuilder_ == null) { return deployedIndexes_.size(); } else { return deployedIndexesBuilder_.getCount(); } } /** * * *
     * 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]; * */ public com.google.cloud.visionai.v1.DeployedIndexReference getDeployedIndexes(int index) { if (deployedIndexesBuilder_ == null) { return deployedIndexes_.get(index); } else { return deployedIndexesBuilder_.getMessage(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]; * */ public Builder setDeployedIndexes( int index, com.google.cloud.visionai.v1.DeployedIndexReference value) { if (deployedIndexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDeployedIndexesIsMutable(); deployedIndexes_.set(index, value); onChanged(); } else { deployedIndexesBuilder_.setMessage(index, value); } return this; } /** * * *
     * 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]; * */ public Builder setDeployedIndexes( int index, com.google.cloud.visionai.v1.DeployedIndexReference.Builder builderForValue) { if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); deployedIndexes_.set(index, builderForValue.build()); onChanged(); } else { deployedIndexesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * 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]; * */ public Builder addDeployedIndexes(com.google.cloud.visionai.v1.DeployedIndexReference value) { if (deployedIndexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDeployedIndexesIsMutable(); deployedIndexes_.add(value); onChanged(); } else { deployedIndexesBuilder_.addMessage(value); } return this; } /** * * *
     * 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]; * */ public Builder addDeployedIndexes( int index, com.google.cloud.visionai.v1.DeployedIndexReference value) { if (deployedIndexesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDeployedIndexesIsMutable(); deployedIndexes_.add(index, value); onChanged(); } else { deployedIndexesBuilder_.addMessage(index, value); } return this; } /** * * *
     * 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]; * */ public Builder addDeployedIndexes( com.google.cloud.visionai.v1.DeployedIndexReference.Builder builderForValue) { if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); deployedIndexes_.add(builderForValue.build()); onChanged(); } else { deployedIndexesBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * 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]; * */ public Builder addDeployedIndexes( int index, com.google.cloud.visionai.v1.DeployedIndexReference.Builder builderForValue) { if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); deployedIndexes_.add(index, builderForValue.build()); onChanged(); } else { deployedIndexesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * 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]; * */ public Builder addAllDeployedIndexes( java.lang.Iterable values) { if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, deployedIndexes_); onChanged(); } else { deployedIndexesBuilder_.addAllMessages(values); } return this; } /** * * *
     * 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]; * */ public Builder clearDeployedIndexes() { if (deployedIndexesBuilder_ == null) { deployedIndexes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); } else { deployedIndexesBuilder_.clear(); } return this; } /** * * *
     * 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]; * */ public Builder removeDeployedIndexes(int index) { if (deployedIndexesBuilder_ == null) { ensureDeployedIndexesIsMutable(); deployedIndexes_.remove(index); onChanged(); } else { deployedIndexesBuilder_.remove(index); } return this; } /** * * *
     * 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]; * */ public com.google.cloud.visionai.v1.DeployedIndexReference.Builder getDeployedIndexesBuilder( int index) { return getDeployedIndexesFieldBuilder().getBuilder(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]; * */ public com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder getDeployedIndexesOrBuilder( int index) { if (deployedIndexesBuilder_ == null) { return deployedIndexes_.get(index); } else { return deployedIndexesBuilder_.getMessageOrBuilder(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]; * */ public java.util.List getDeployedIndexesOrBuilderList() { if (deployedIndexesBuilder_ != null) { return deployedIndexesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(deployedIndexes_); } } /** * * *
     * 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]; * */ public com.google.cloud.visionai.v1.DeployedIndexReference.Builder addDeployedIndexesBuilder() { return getDeployedIndexesFieldBuilder() .addBuilder(com.google.cloud.visionai.v1.DeployedIndexReference.getDefaultInstance()); } /** * * *
     * 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]; * */ public com.google.cloud.visionai.v1.DeployedIndexReference.Builder addDeployedIndexesBuilder( int index) { return getDeployedIndexesFieldBuilder() .addBuilder( index, com.google.cloud.visionai.v1.DeployedIndexReference.getDefaultInstance()); } /** * * *
     * 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]; * */ public java.util.List getDeployedIndexesBuilderList() { return getDeployedIndexesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.visionai.v1.DeployedIndexReference, com.google.cloud.visionai.v1.DeployedIndexReference.Builder, com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder> getDeployedIndexesFieldBuilder() { if (deployedIndexesBuilder_ == null) { deployedIndexesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.visionai.v1.DeployedIndexReference, com.google.cloud.visionai.v1.DeployedIndexReference.Builder, com.google.cloud.visionai.v1.DeployedIndexReferenceOrBuilder>( deployedIndexes_, ((bitField0_ & 0x00000080) != 0), getParentForChildren(), isClean()); deployedIndexes_ = null; } return deployedIndexesBuilder_; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.visionai.v1.Index) } // @@protoc_insertion_point(class_scope:google.cloud.visionai.v1.Index) private static final com.google.cloud.visionai.v1.Index DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.visionai.v1.Index(); } public static com.google.cloud.visionai.v1.Index getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Index parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.visionai.v1.Index getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy