Interface UpdateDocumentSchemaRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. The name of the document schema to update.
         Format:
         projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
         
        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 document schema to update.
         Format:
         projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • hasDocumentSchema

        boolean hasDocumentSchema()
         Required. The document schema to update with.
         
        .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 update with.
         
        .google.cloud.contentwarehouse.v1.DocumentSchema document_schema = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The documentSchema.
      • getDocumentSchemaOrBuilder

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