public interface UpdateEndpointLongRunningRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint()
Required.
|
EndpointOrBuilder |
getEndpointOrBuilder()
Required.
|
boolean |
hasEndpoint()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEndpoint()
Required. The Endpoint which replaces the resource on the server. Currently we only support updating the `client_connection_config` field, all the other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
Endpoint getEndpoint()
Required. The Endpoint which replaces the resource on the server. Currently we only support updating the `client_connection_config` field, all the other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
EndpointOrBuilder getEndpointOrBuilder()
Required. The Endpoint which replaces the resource on the server. Currently we only support updating the `client_connection_config` field, all the other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.