Interface UpdateContextRequestOrBuilder (4.43.0)

public interface UpdateContextRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract Context getContext()

Required. The context to update.

.google.cloud.dialogflow.v2beta1.Context context = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Context

The context.

getContextOrBuilder()

public abstract ContextOrBuilder getContextOrBuilder()

Required. The context to update.

.google.cloud.dialogflow.v2beta1.Context context = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ContextOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The mask to control which fields get 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.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasContext()

public abstract boolean hasContext()

Required. The context to update.

.google.cloud.dialogflow.v2beta1.Context context = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the context field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The mask to control which fields get updated.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.