public interface UpdateScheduleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Schedule |
getSchedule()
Required.
|
ScheduleOrBuilder |
getScheduleOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasSchedule()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.