Interface UpdateOnlineEvaluatorRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateOnlineEvaluatorRequest, UpdateOnlineEvaluatorRequest.Builder

@Generated public interface UpdateOnlineEvaluatorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.FieldMask
    Optional.
    com.google.protobuf.FieldMaskOrBuilder
    Optional.
    boolean
    Required.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasOnlineEvaluator

      boolean hasOnlineEvaluator()
       Required. The OnlineEvaluator to update.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the onlineEvaluator field is set.
    • getOnlineEvaluator

      OnlineEvaluator getOnlineEvaluator()
       Required. The OnlineEvaluator to update.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The onlineEvaluator.
    • getOnlineEvaluatorOrBuilder

      OnlineEvaluatorOrBuilder getOnlineEvaluatorOrBuilder()
       Required. The OnlineEvaluator to update.
       Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
       
      .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluator = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Optional. Field mask is used to control which fields get updated. If the
       mask is not present, all fields will be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Optional. Field mask is used to control which fields get updated. If the
       mask is not present, all fields will be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. Field mask is used to control which fields get updated. If the
       mask is not present, all fields will be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];