Interface UpdateContextRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateContextRequest, UpdateContextRequest.Builder

    public interface UpdateContextRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Context getContext()
      Required.
      ContextOrBuilder getContextOrBuilder()
      Required.
      com.google.protobuf.FieldMask getUpdateMask()
      Optional.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Optional.
      boolean hasContext()
      Required.
      boolean hasUpdateMask()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasContext

        boolean hasContext()
         Required. The context to update.
         
        .google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the context field is set.
      • getContext

        Context getContext()
         Required. The context to update.
         
        .google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The context.
      • getContextOrBuilder

        ContextOrBuilder getContextOrBuilder()
         Required. The context to update.
         
        .google.cloud.dialogflow.v2.Context context = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];