Interface DeleteReasoningEngineRequestOrBuilder

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

@Generated public interface DeleteReasoningEngineRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.

    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 Details

    • getName

      String getName()
       Required. The name of the ReasoningEngine resource to be deleted.
       Format:
       `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. The name of the ReasoningEngine resource to be deleted.
       Format:
       `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for name.
    • getForce

      boolean getForce()
       Optional. If set to true, child resources of this reasoning engine will
       also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION
       error when the reasoning engine has undeleted child resources.
       
      bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The force.