Interface BatchDeleteRagDataSchemasRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getNames(int index)
    Required.
    com.google.protobuf.ByteString
    getNamesBytes(int index)
    Required.
    int
    Required.
    Required.
    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

    • getParent

      String getParent()
       Required. The resource name of the RagCorpus from which to delete the
       RagDataSchemas. 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 from which to delete the
       RagDataSchemas. 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.
    • getNamesList

      List<String> getNamesList()
       Required. The RagDataSchemas to delete.
       A maximum of 500 schemas can be deleted in a batch.
       Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      A list containing the names.
    • getNamesCount

      int getNamesCount()
       Required. The RagDataSchemas to delete.
       A maximum of 500 schemas can be deleted in a batch.
       Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The count of names.
    • getNames

      String getNames(int index)
       Required. The RagDataSchemas to delete.
       A maximum of 500 schemas can be deleted in a batch.
       Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      com.google.protobuf.ByteString getNamesBytes(int index)
       Required. The RagDataSchemas to delete.
       A maximum of 500 schemas can be deleted in a batch.
       Format:
       `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragDataSchemas/{rag_data_schema}`
       
      repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.