Interface UpdateExampleStoreRequestOrBuilder (3.64.0)

public interface UpdateExampleStoreRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExampleStore()

public abstract ExampleStore getExampleStore()

Required. The Example Store which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExampleStore

The exampleStore.

getExampleStoreOrBuilder()

public abstract ExampleStoreOrBuilder getExampleStoreOrBuilder()

Required. The Example Store which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExampleStoreOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

* display_name
* description

.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:

* display_name
* description

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

Returns
Type Description
FieldMaskOrBuilder

hasExampleStore()

public abstract boolean hasExampleStore()

Required. The Example Store which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the exampleStore field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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

* display_name
* description

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

Returns
Type Description
boolean

Whether the updateMask field is set.