Interface CreateDocumentSchemaRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent name.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent name.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasDocumentSchema

        boolean hasDocumentSchema()
         Required. The document schema to create.
         
        .google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the documentSchema field is set.
      • getDocumentSchema

        DocumentSchema getDocumentSchema()
         Required. The document schema to create.
         
        .google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The documentSchema.
      • getDocumentSchemaOrBuilder

        DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
         Required. The document schema to create.
         
        .google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];