Interface UpdateEndpointRequestOrBuilder (0.1.0)

publicinterface UpdateEndpointRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoint()

publicabstractEndpointgetEndpoint()

Required. The Endpoint which replaces the resource on the server.

.google.cloud.vertexai.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Endpoint

The endpoint.

getEndpointOrBuilder()

publicabstractEndpointOrBuildergetEndpointOrBuilder()

Required. The Endpoint which replaces the resource on the server.

.google.cloud.vertexai.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EndpointOrBuilder

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasEndpoint()

publicabstractbooleanhasEndpoint()

Required. The Endpoint which replaces the resource on the server.

.google.cloud.vertexai.v1beta1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the endpoint field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

Required. The update mask applies to the resource. See google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.