public static final class UpdateEndpointLongRunningRequest.Builder extends GeneratedMessageV3.Builder<UpdateEndpointLongRunningRequest.Builder> implements UpdateEndpointLongRunningRequestOrBuilder
Request message for
EndpointService.UpdateEndpointLongRunning.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateEndpointLongRunningRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public UpdateEndpointLongRunningRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateEndpointLongRunningRequest build()
public UpdateEndpointLongRunningRequest buildPartial()
public UpdateEndpointLongRunningRequest.Builder clear()
Overrides
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];
public UpdateEndpointLongRunningRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public UpdateEndpointLongRunningRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public UpdateEndpointLongRunningRequest.Builder clone()
Overrides
public UpdateEndpointLongRunningRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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];
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];
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
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
|
public UpdateEndpointLongRunningRequest.Builder mergeFrom(UpdateEndpointLongRunningRequest other)
public UpdateEndpointLongRunningRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public UpdateEndpointLongRunningRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final UpdateEndpointLongRunningRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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];
public UpdateEndpointLongRunningRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpdateEndpointLongRunningRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final UpdateEndpointLongRunningRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides