public interface UpdateEndpointLongRunningRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endpoint field is set. |