Class UpdateEndpointLongRunningRequest.Builder (3.84.0)

public static final class UpdateEndpointLongRunningRequest.Builder extends GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder> implements UpdateEndpointLongRunningRequestOrBuilder

Request message for EndpointService.UpdateEndpointLongRunning.

Protobuf type google.cloud.aiplatform.v1beta1.UpdateEndpointLongRunningRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateEndpointLongRunningRequest build()
Returns
Type Description
UpdateEndpointLongRunningRequest

buildPartial()

public UpdateEndpointLongRunningRequest buildPartial()
Returns
Type Description
UpdateEndpointLongRunningRequest

clear()

public UpdateEndpointLongRunningRequest.Builder clear()
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder
Overrides

clearEndpoint()

public UpdateEndpointLongRunningRequest.Builder clearEndpoint()

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
UpdateEndpointLongRunningRequest.Builder

getDefaultInstanceForType()

public UpdateEndpointLongRunningRequest getDefaultInstanceForType()
Returns
Type Description
UpdateEndpointLongRunningRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndpoint()

public 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.

getEndpointBuilder()

public Endpoint.Builder getEndpointBuilder()

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.Builder

getEndpointOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEndpoint(Endpoint value)

public UpdateEndpointLongRunningRequest.Builder mergeEndpoint(Endpoint value)

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];

Parameter
Name Description
value Endpoint
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder

mergeFrom(UpdateEndpointLongRunningRequest other)

public UpdateEndpointLongRunningRequest.Builder mergeFrom(UpdateEndpointLongRunningRequest other)
Parameter
Name Description
other UpdateEndpointLongRunningRequest
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateEndpointLongRunningRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateEndpointLongRunningRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder
Overrides

setEndpoint(Endpoint value)

public UpdateEndpointLongRunningRequest.Builder setEndpoint(Endpoint value)

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];

Parameter
Name Description
value Endpoint
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder

setEndpoint(Endpoint.Builder builderForValue)

public UpdateEndpointLongRunningRequest.Builder setEndpoint(Endpoint.Builder builderForValue)

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];

Parameter
Name Description
builderForValue Endpoint.Builder
Returns
Type Description
UpdateEndpointLongRunningRequest.Builder