Interface UpdateScheduleRequestOrBuilder

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

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

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

    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

    • hasSchedule

      boolean hasSchedule()
       Required. The Schedule which replaces the resource on the server.
       The following restrictions will be applied:
      
       * The scheduled request type cannot be changed.
       * The non-empty fields cannot be unset.
       * The output_only fields will be ignored if specified.
       
      .google.cloud.aiplatform.v1.Schedule schedule = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the schedule field is set.
    • getSchedule

      Schedule getSchedule()
       Required. The Schedule which replaces the resource on the server.
       The following restrictions will be applied:
      
       * The scheduled request type cannot be changed.
       * The non-empty fields cannot be unset.
       * The output_only fields will be ignored if specified.
       
      .google.cloud.aiplatform.v1.Schedule schedule = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The schedule.
    • getScheduleOrBuilder

      ScheduleOrBuilder getScheduleOrBuilder()
       Required. The Schedule which replaces the resource on the server.
       The following restrictions will be applied:
      
       * The scheduled request type cannot be changed.
       * The non-empty fields cannot be unset.
       * The output_only fields will be ignored if specified.
       
      .google.cloud.aiplatform.v1.Schedule schedule = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Required. The update mask applies to the resource. See
       [google.protobuf.FieldMask][google.protobuf.FieldMask].
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Required. The update mask applies to the resource. See
       [google.protobuf.FieldMask][google.protobuf.FieldMask].
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Required. The update mask applies to the resource. See
       [google.protobuf.FieldMask][google.protobuf.FieldMask].
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];