Interface ReasoningEngineOrBuilder

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

@Generated public interface ReasoningEngineOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Identifier. The resource name of the ReasoningEngine.
       Format:
       `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifier. The resource name of the ReasoningEngine.
       Format:
       `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The bytes for name.
    • getDisplayName

      String getDisplayName()
       Required. The display name of the ReasoningEngine.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Required. The display name of the ReasoningEngine.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for displayName.
    • getDescription

      String getDescription()
       Optional. The description of the ReasoningEngine.
       
      string description = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Optional. The description of the ReasoningEngine.
       
      string description = 7 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for description.
    • hasSpec

      boolean hasSpec()
       Optional. Configurations of the ReasoningEngine
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the spec field is set.
    • getSpec

       Optional. Configurations of the ReasoningEngine
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The spec.
    • getSpecOrBuilder

      ReasoningEngineSpecOrBuilder getSpecOrBuilder()
       Optional. Configurations of the ReasoningEngine
       
      .google.cloud.aiplatform.v1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = OPTIONAL];
    • hasCreateTime

      boolean hasCreateTime()
       Output only. Timestamp when this ReasoningEngine was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this ReasoningEngine was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this ReasoningEngine was created.
       
      .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasUpdateTime

      boolean hasUpdateTime()
       Output only. Timestamp when this ReasoningEngine was most recently updated.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this ReasoningEngine was most recently updated.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this ReasoningEngine was most recently updated.
       
      .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getEtag

      String getEtag()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The etag.
    • getEtagBytes

      com.google.protobuf.ByteString getEtagBytes()
       Optional. Used to perform consistent read-modify-write updates. If not set,
       a blind "overwrite" update happens.
       
      string etag = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for etag.
    • hasEncryptionSpec

      boolean hasEncryptionSpec()
       Customer-managed encryption key spec for a ReasoningEngine. If set, this
       ReasoningEngine and all sub-resources of this ReasoningEngine will be
       secured by this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 11;
      Returns:
      Whether the encryptionSpec field is set.
    • getEncryptionSpec

      EncryptionSpec getEncryptionSpec()
       Customer-managed encryption key spec for a ReasoningEngine. If set, this
       ReasoningEngine and all sub-resources of this ReasoningEngine will be
       secured by this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 11;
      Returns:
      The encryptionSpec.
    • getEncryptionSpecOrBuilder

      EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
       Customer-managed encryption key spec for a ReasoningEngine. If set, this
       ReasoningEngine and all sub-resources of this ReasoningEngine will be
       secured by this key.
       
      .google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 11;
    • getLabelsCount

      int getLabelsCount()
       Labels for the ReasoningEngine.
       
      map<string, string> labels = 17;
    • containsLabels

      boolean containsLabels(String key)
       Labels for the ReasoningEngine.
       
      map<string, string> labels = 17;
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<String,String> getLabelsMap()
       Labels for the ReasoningEngine.
       
      map<string, string> labels = 17;
    • getLabelsOrDefault

      String getLabelsOrDefault(String key, String defaultValue)
       Labels for the ReasoningEngine.
       
      map<string, string> labels = 17;
    • getLabelsOrThrow

      String getLabelsOrThrow(String key)
       Labels for the ReasoningEngine.
       
      map<string, string> labels = 17;