
com.google.cloud.visionai.v1.UpdateIndexEndpointRequestOrBuilder 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 UpdateIndexEndpointRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.UpdateIndexEndpointRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. The resource being updated.
*
*
*
* .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the indexEndpoint field is set.
*/
boolean hasIndexEndpoint();
/**
*
*
*
* Required. The resource being updated.
*
*
*
* .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The indexEndpoint.
*/
com.google.cloud.visionai.v1.IndexEndpoint getIndexEndpoint();
/**
*
*
*
* Required. The resource being updated.
*
*
*
* .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.cloud.visionai.v1.IndexEndpointOrBuilder getIndexEndpointOrBuilder();
/**
*
*
*
* Required. Field mask is used to specify the fields to be overwritten in the
* IndexEndpoint resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request.
* A field of the resource will be overwritten if it is in the mask.
* Empty field mask is not allowed.
* If the mask is "*", then this is a full replacement of the resource.
*
*
* .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
*
*
* Required. Field mask is used to specify the fields to be overwritten in the
* IndexEndpoint resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request.
* A field of the resource will be overwritten if it is in the mask.
* Empty field mask is not allowed.
* If the mask is "*", then this is a full replacement of the resource.
*
*
* .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
*
*
* Required. Field mask is used to specify the fields to be overwritten in the
* IndexEndpoint resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request.
* A field of the resource will be overwritten if it is in the mask.
* Empty field mask is not allowed.
* If the mask is "*", then this is a full replacement of the resource.
*
*
* .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy