Interface UpdateExampleRequestOrBuilder (0.52.0)

public interface UpdateExampleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExample()

public abstract Example getExample()

Required. The example to update.

.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Example

The example.

getExampleOrBuilder()

public abstract ExampleOrBuilder getExampleOrBuilder()

Required. The example to update.

.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExampleOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

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

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasExample()

public abstract boolean hasExample()

Required. The example to update.

.google.cloud.dialogflow.cx.v3beta1.Example example = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the example field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.