public interface UpdatePersistentResourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPersistentResource()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
PersistentResource |
The persistentResource. |
getPersistentResourceOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
PersistentResourceOrBuilder |
|
getUpdateMask()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasPersistentResource()
public abstract boolean 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the persistentResource field is set. |
hasUpdateMask()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |