Class UpdateEndpointLongRunningRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
com.google.cloud.aiplatform.v1.UpdateEndpointLongRunningRequest.Builder
All Implemented Interfaces:
UpdateEndpointLongRunningRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateEndpointLongRunningRequest

public static final class UpdateEndpointLongRunningRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder> implements UpdateEndpointLongRunningRequestOrBuilder
 Request message for
 [EndpointService.UpdateEndpointLongRunning][google.cloud.aiplatform.v1.EndpointService.UpdateEndpointLongRunning].
 
Protobuf type google.cloud.aiplatform.v1.UpdateEndpointLongRunningRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
    • getDefaultInstanceForType

      public UpdateEndpointLongRunningRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public UpdateEndpointLongRunningRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public UpdateEndpointLongRunningRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
    • mergeFrom

      public UpdateEndpointLongRunningRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateEndpointLongRunningRequest.Builder>
      Throws:
      IOException
    • 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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasEndpoint in interface UpdateEndpointLongRunningRequestOrBuilder
      Returns:
      Whether the endpoint field is set.
    • 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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEndpoint in interface UpdateEndpointLongRunningRequestOrBuilder
      Returns:
      The endpoint.
    • setEndpoint

       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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
    • setEndpoint

      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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeEndpoint

      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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
    • 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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
    • 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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
    • 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.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEndpointOrBuilder in interface UpdateEndpointLongRunningRequestOrBuilder