Interface UpdateMemoryRequestOrBuilder (3.68.0)

public interface UpdateMemoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMemory()

public abstract Memory getMemory()

Required. The Memory which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.Memory memory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Memory

The memory.

getMemoryOrBuilder()

public abstract MemoryOrBuilder getMemoryOrBuilder()

Required. The Memory which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.Memory memory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MemoryOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Mask specifying which fields to update. Supported fields:

* <code>display_name</code>
* <code>description</code>
* <code>fact</code>

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Mask specifying which fields to update. Supported fields:

* <code>display_name</code>
* <code>description</code>
* <code>fact</code>

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasMemory()

public abstract boolean hasMemory()

Required. The Memory which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.Memory memory = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the memory field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Mask specifying which fields to update. Supported fields:

* <code>display_name</code>
* <code>description</code>
* <code>fact</code>

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.