Interface UpdateEndpointLongRunningRequestOrBuilder (3.55.0)

public interface UpdateEndpointLongRunningRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoint()

public abstract 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.aiplatform.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Endpoint

The endpoint.

getEndpointOrBuilder()

public abstract 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.aiplatform.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EndpointOrBuilder

hasEndpoint()

public abstract boolean 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.aiplatform.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the endpoint field is set.