Interface UpdatePersistentResourceRequestOrBuilder (3.31.0)

public interface UpdatePersistentResourceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1beta1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1beta1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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.v1beta1.PersistentResource persistent_resource = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.