Interface UpdateEndpointRequestOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface UpdateEndpointRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |