public interface UpdatePersistentResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PersistentResource |
getPersistentResource()
Required.
|
PersistentResourceOrBuilder |
getPersistentResourceOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasPersistentResource()
Required.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPersistentResource()
Required. The PersistentResource to update.
The PersistentResource's `name` field is used to identify the
PersistentResource to update. Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
.google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
PersistentResource getPersistentResource()
Required. The PersistentResource to update.
The PersistentResource's `name` field is used to identify the
PersistentResource to update. Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
.google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
PersistentResourceOrBuilder getPersistentResourceOrBuilder()
Required. The PersistentResource to update.
The PersistentResource's `name` field is used to identify the
PersistentResource to update. Format:
`projects/{project}/locations/{location}/persistentResources/{persistent_resource}`
.google.cloud.aiplatform.v1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Required. Specify the fields to be overwritten in the PersistentResource by the update method.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. Specify the fields to be overwritten in the PersistentResource by the update method.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Specify the fields to be overwritten in the PersistentResource by the update method.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.