Interface CreateRagDataSchemaRequestOrBuilder

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

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

    • getParent

      String getParent()
       Required. The resource name of the RagCorpus to create the RagDataSchema
       in. Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the RagCorpus to create the RagDataSchema
       in. Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasRagDataSchema

      boolean hasRagDataSchema()
       Required. The RagDataSchema to create.
       
      .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the ragDataSchema field is set.
    • getRagDataSchema

      RagDataSchema getRagDataSchema()
       Required. The RagDataSchema to create.
       
      .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The ragDataSchema.
    • getRagDataSchemaOrBuilder

      RagDataSchemaOrBuilder getRagDataSchemaOrBuilder()
       Required. The RagDataSchema to create.
       
      .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
    • hasRagDataSchemaId

      boolean hasRagDataSchemaId()
       Optional. The ID to use for the RagDataSchema, which will become the final
       component of the RagDataSchema's resource name if the user chooses to
       specify. Otherwise, RagDataSchema id will be generated by system.
      
       This value should be up to 63 characters, and valid characters
       are /[a-z][0-9]-/. The first character must be a letter, the last could be
       a letter or a number.
       
      optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the ragDataSchemaId field is set.
    • getRagDataSchemaId

      String getRagDataSchemaId()
       Optional. The ID to use for the RagDataSchema, which will become the final
       component of the RagDataSchema's resource name if the user chooses to
       specify. Otherwise, RagDataSchema id will be generated by system.
      
       This value should be up to 63 characters, and valid characters
       are /[a-z][0-9]-/. The first character must be a letter, the last could be
       a letter or a number.
       
      optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The ragDataSchemaId.
    • getRagDataSchemaIdBytes

      com.google.protobuf.ByteString getRagDataSchemaIdBytes()
       Optional. The ID to use for the RagDataSchema, which will become the final
       component of the RagDataSchema's resource name if the user chooses to
       specify. Otherwise, RagDataSchema id will be generated by system.
      
       This value should be up to 63 characters, and valid characters
       are /[a-z][0-9]-/. The first character must be a letter, the last could be
       a letter or a number.
       
      optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for ragDataSchemaId.