azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.analytics.purview...

698 строки
164 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient"
name: "GlossaryAsyncClient"
nameWithType: "GlossaryAsyncClient"
summary: "Initializes a new instance of the asynchronous Purview<wbr>Catalog<wbr>Client type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **GlossaryAsyncClient**"
methods:
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.assignTermToEntitiesWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.assignTermToEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
name: "assignTermToEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.assignTermToEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
summary: "Assign the given term to the provided list of related objects."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An array of related object IDs to which the term has to be associated."
name: "relatedObjectIds"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> assignTermToEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
desc: "Assign the given term to the provided list of related objects.\n\n**Request Body Schema**\n\n```java\n[\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n```"
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.beginImportGlossaryTermsViaCsv(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.beginImportGlossaryTermsViaCsv(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
name: "beginImportGlossaryTermsViaCsv(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.beginImportGlossaryTermsViaCsv(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
summary: "Import Glossary Terms from local csv file."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The csv file to import glossary terms from."
name: "file"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginImportGlossaryTermsViaCsv(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
desc: "Import Glossary Terms from local csv file.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\nFlux\n```\n\n**Response Body Schema**\n\n```java\n{\n id: String\n status: String(NotStarted/Succeeded/Failed/Running)\n createTime: String\n lastUpdateTime: String\n properties: {\n importedTerms: String\n totalTermsDetected: String\n }\n error: {\n errorCode: Integer\n errorMessage: String\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of status of import csv operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.beginImportGlossaryTermsViaCsvByGlossaryName(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.beginImportGlossaryTermsViaCsvByGlossaryName(String glossaryName, BinaryData file, RequestOptions requestOptions)"
name: "beginImportGlossaryTermsViaCsvByGlossaryName(String glossaryName, BinaryData file, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.beginImportGlossaryTermsViaCsvByGlossaryName(String glossaryName, BinaryData file, RequestOptions requestOptions)"
summary: "Import Glossary Terms from local csv file by glossary<wbr>Name."
parameters:
- description: "The name of the glossary."
name: "glossaryName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The csv file to import glossary terms from."
name: "file"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PollerFlux<BinaryData,BinaryData> beginImportGlossaryTermsViaCsvByGlossaryName(String glossaryName, BinaryData file, RequestOptions requestOptions)"
desc: "Import Glossary Terms from local csv file by glossaryName.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\nFlux\n```\n\n**Response Body Schema**\n\n```java\n{\n id: String\n status: String(NotStarted/Succeeded/Failed/Running)\n createTime: String\n lastUpdateTime: String\n properties: {\n importedTerms: String\n totalTermsDetected: String\n }\n error: {\n errorCode: Integer\n errorMessage: String\n }\n }\n```"
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of status of import csv operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryCategoriesWithResponse(com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryCategoriesWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
name: "createGlossaryCategoriesWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.createGlossaryCategoriesWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
summary: "Create glossary category in bulk."
parameters:
- description: "An array of glossary category definitions to be created."
name: "glossaryCategory"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> createGlossaryCategoriesWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
desc: "Create glossary category in bulk.\n\n**Request Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n ]\n```\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n ]\n```"
returns:
description: "an array of glossary category created successfully in bulk along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryCategoryWithResponse(com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryCategoryWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
name: "createGlossaryCategoryWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.createGlossaryCategoryWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
summary: "Create a glossary category."
parameters:
- description: "The glossary category definition. A category must be anchored to a Glossary when\n creating. Optionally, terms belonging to the category and the hierarchy can also be defined during creation."
name: "glossaryCategory"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> createGlossaryCategoryWithResponse(BinaryData glossaryCategory, RequestOptions requestOptions)"
desc: "Create a glossary category.\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```"
returns:
description: "atlasGlossaryCategory along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryTermWithResponse(com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryTermWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
name: "createGlossaryTermWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.createGlossaryTermWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
summary: "Create a glossary term."
parameters:
- description: "The glossary term definition. A term must be anchored to a Glossary at the time of creation.\n Optionally it can be categorized as well."
name: "glossaryTerm"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> createGlossaryTermWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
desc: "Create a glossary term.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```"
returns:
description: "atlasGlossaryTerm along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryTermsWithResponse(com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryTermsWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
name: "createGlossaryTermsWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.createGlossaryTermsWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
summary: "Create glossary terms in bulk."
parameters:
- description: "An array of glossary term definitions to be created in bulk."
name: "glossaryTerm"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> createGlossaryTermsWithResponse(BinaryData glossaryTerm, RequestOptions requestOptions)"
desc: "Create glossary terms in bulk.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n ]\n```\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n ]\n```"
returns:
description: "if bulk glossary terms creation was successful along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryWithResponse(com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.createGlossaryWithResponse(BinaryData atlasGlossary, RequestOptions requestOptions)"
name: "createGlossaryWithResponse(BinaryData atlasGlossary, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.createGlossaryWithResponse(BinaryData atlasGlossary, RequestOptions requestOptions)"
summary: "Create a glossary."
parameters:
- description: "Glossary definition, terms &amp;amp; categories can be anchored to a glossary. Using the\n anchor attribute when creating the Term/Category."
name: "atlasGlossary"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> createGlossaryWithResponse(BinaryData atlasGlossary, RequestOptions requestOptions)"
desc: "Create a glossary.\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```"
returns:
description: "atlasGlossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryCategoryWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
name: "deleteGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.deleteGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
summary: "Delete a glossary category."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> deleteGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
desc: "Delete a glossary category."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryTermWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
name: "deleteGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.deleteGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
summary: "Delete a glossary term."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> deleteGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
desc: "Delete a glossary term."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "deleteGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.deleteGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Delete a glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> deleteGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Delete a glossary."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteTermAssignmentFromEntitiesWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.deleteTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
name: "deleteTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.deleteTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
summary: "Delete the term assignment for the given list of related objects."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An array of related object IDs from which the term has to be dissociated."
name: "relatedObjectIds"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> deleteTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
desc: "Delete the term assignment for the given list of related objects.\n\n**Request Body Schema**\n\n```java\n[\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n```"
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.exportGlossaryTermsAsCsvWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.exportGlossaryTermsAsCsvWithResponse(String glossaryGuid, BinaryData termGuids, RequestOptions requestOptions)"
name: "exportGlossaryTermsAsCsvWithResponse(String glossaryGuid, BinaryData termGuids, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.exportGlossaryTermsAsCsvWithResponse(String glossaryGuid, BinaryData termGuids, RequestOptions requestOptions)"
summary: "Export Glossary Terms as csv file."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An array of term guids."
name: "termGuids"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Flux<ByteBuffer>>> exportGlossaryTermsAsCsvWithResponse(String glossaryGuid, BinaryData termGuids, RequestOptions requestOptions)"
desc: "Export Glossary Terms as csv file.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n[\n String\n ]\n```\n\n**Response Body Schema**\n\n```java\nFlux\n```"
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getDetailedGlossaryWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getDetailedGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "getDetailedGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getDetailedGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get a specific glossary with detailed information."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getDetailedGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get a specific glossary with detailed information.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n categoryInfo: {\n String: {\n guid: String\n classifications: [\n (recursive schema, see above)\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n (recursive schema, see above)\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n (recursive schema, see above)\n ]\n }\n }\n termInfo: {\n String: {\n guid: String\n classifications: [\n (recursive schema, see above)\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: (recursive schema, see anchor above)\n antonyms: [\n (recursive schema, see above)\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n }\n }\n```"
returns:
description: "a specific glossary with detailed information along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getEntitiesAssignedWithTermWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getEntitiesAssignedWithTermWithResponse(String termGuid, RequestOptions requestOptions)"
name: "getEntitiesAssignedWithTermWithResponse(String termGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getEntitiesAssignedWithTermWithResponse(String termGuid, RequestOptions requestOptions)"
summary: "Get all related objects assigned with the specified term."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getEntitiesAssignedWithTermWithResponse(String termGuid, RequestOptions requestOptions)"
desc: "Get all related objects assigned with the specified term.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n```"
returns:
description: "all related objects assigned with the specified term along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryCategoryWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
name: "getGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
summary: "Get specific glossary category by its GUID."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getGlossaryCategoryWithResponse(String categoryGuid, RequestOptions requestOptions)"
desc: "Get specific glossary category by its GUID.\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```"
returns:
description: "specific glossary category by its GUID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryTermWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
name: "getGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
summary: "Get a specific glossary term by its GUID."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getGlossaryTermWithResponse(String termGuid, RequestOptions requestOptions)"
desc: "Get a specific glossary term by its GUID.\n\n**Query Parameters**\n\n | ------------------------ | ------------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n | excludeRelationshipTypes | List<String> | No | An array of relationship types which need to be excluded. Call <xref uid=\"com.azure.core.http.rest.RequestOptions.addQueryParam\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RequestOptions#addQueryParam\"></xref> to add string to array. |\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```"
returns:
description: "a specific glossary term by its GUID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "getGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get a specific Glossary by its GUID."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getGlossaryWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get a specific Glossary by its GUID.\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```"
returns:
description: "a specific Glossary by its GUID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getImportCsvOperationStatusWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.getImportCsvOperationStatusWithResponse(String operationGuid, RequestOptions requestOptions)"
name: "getImportCsvOperationStatusWithResponse(String operationGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.getImportCsvOperationStatusWithResponse(String operationGuid, RequestOptions requestOptions)"
summary: "Get the status of import csv operation."
parameters:
- description: "The globally unique identifier for async operation/job."
name: "operationGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> getImportCsvOperationStatusWithResponse(String operationGuid, RequestOptions requestOptions)"
desc: "Get the status of import csv operation.\n\n**Response Body Schema**\n\n```java\n{\n id: String\n status: String(NotStarted/Succeeded/Failed/Running)\n createTime: String\n lastUpdateTime: String\n properties: {\n importedTerms: String\n totalTermsDetected: String\n }\n error: {\n errorCode: Integer\n errorMessage: String\n }\n }\n```"
returns:
description: "the status of import csv operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.importGlossaryTermsViaCsvByGlossaryNameWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.importGlossaryTermsViaCsvByGlossaryNameWithResponse(String glossaryName, BinaryData file, RequestOptions requestOptions)"
name: "importGlossaryTermsViaCsvByGlossaryNameWithResponse(String glossaryName, BinaryData file, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.importGlossaryTermsViaCsvByGlossaryNameWithResponse(String glossaryName, BinaryData file, RequestOptions requestOptions)"
summary: "Import Glossary Terms from local csv file by glossary<wbr>Name."
parameters:
- description: "The name of the glossary."
name: "glossaryName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The csv file to import glossary terms from."
name: "file"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> importGlossaryTermsViaCsvByGlossaryNameWithResponse(String glossaryName, BinaryData file, RequestOptions requestOptions)"
desc: "Import Glossary Terms from local csv file by glossaryName.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\nFlux\n```\n\n**Response Body Schema**\n\n```java\n{\n id: String\n status: String(NotStarted/Succeeded/Failed/Running)\n createTime: String\n lastUpdateTime: String\n properties: {\n importedTerms: String\n totalTermsDetected: String\n }\n error: {\n errorCode: Integer\n errorMessage: String\n }\n }\n```"
returns:
description: "status of import csv operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.importGlossaryTermsViaCsvWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.importGlossaryTermsViaCsvWithResponse(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
name: "importGlossaryTermsViaCsvWithResponse(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.importGlossaryTermsViaCsvWithResponse(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
summary: "Import Glossary Terms from local csv file."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The csv file to import glossary terms from."
name: "file"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> importGlossaryTermsViaCsvWithResponse(String glossaryGuid, BinaryData file, RequestOptions requestOptions)"
desc: "Import Glossary Terms from local csv file.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\nFlux\n```\n\n**Response Body Schema**\n\n```java\n{\n id: String\n status: String(NotStarted/Succeeded/Failed/Running)\n createTime: String\n lastUpdateTime: String\n properties: {\n importedTerms: String\n totalTermsDetected: String\n }\n error: {\n errorCode: Integer\n errorMessage: String\n }\n }\n```"
returns:
description: "status of import csv operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listCategoryTermsWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listCategoryTermsWithResponse(String categoryGuid, RequestOptions requestOptions)"
name: "listCategoryTermsWithResponse(String categoryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listCategoryTermsWithResponse(String categoryGuid, RequestOptions requestOptions)"
summary: "Get all terms associated with the specific category."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listCategoryTermsWithResponse(String categoryGuid, RequestOptions requestOptions)"
desc: "Get all terms associated with the specific category.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n```"
returns:
description: "all terms associated with the specific category along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossariesWithResponse(com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossariesWithResponse(RequestOptions requestOptions)"
name: "listGlossariesWithResponse(RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listGlossariesWithResponse(RequestOptions requestOptions)"
summary: "Get all glossaries registered with Atlas."
parameters:
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listGlossariesWithResponse(RequestOptions requestOptions)"
desc: "Get all glossaries registered with Atlas.\n\n**Query Parameters**\n\n | ------------------------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n | ignoreTermsAndCategories | Boolean | No | Whether ignore terms and categories |\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n ]\n```"
returns:
description: "all glossaries registered with Atlas along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryCategoriesHeadersWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryCategoriesHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "listGlossaryCategoriesHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listGlossaryCategoriesHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get the category headers belonging to a specific glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listGlossaryCategoriesHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get the category headers belonging to a specific glossary.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n```"
returns:
description: "the category headers belonging to a specific glossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryCategoriesWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryCategoriesWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "listGlossaryCategoriesWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listGlossaryCategoriesWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get the categories belonging to a specific glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listGlossaryCategoriesWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get the categories belonging to a specific glossary.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n ]\n```"
returns:
description: "the categories belonging to a specific glossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryTermHeadersWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryTermHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "listGlossaryTermHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listGlossaryTermHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get term headers belonging to a specific glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listGlossaryTermHeadersWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get term headers belonging to a specific glossary.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n```"
returns:
description: "term headers belonging to a specific glossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryTermsWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listGlossaryTermsWithResponse(String glossaryGuid, RequestOptions requestOptions)"
name: "listGlossaryTermsWithResponse(String glossaryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listGlossaryTermsWithResponse(String glossaryGuid, RequestOptions requestOptions)"
summary: "Get terms belonging to a specific glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listGlossaryTermsWithResponse(String glossaryGuid, RequestOptions requestOptions)"
desc: "Get terms belonging to a specific glossary.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n ]\n```"
returns:
description: "terms belonging to a specific glossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listRelatedCategoriesWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listRelatedCategoriesWithResponse(String categoryGuid, RequestOptions requestOptions)"
name: "listRelatedCategoriesWithResponse(String categoryGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listRelatedCategoriesWithResponse(String categoryGuid, RequestOptions requestOptions)"
summary: "Get all related categories (parent and children)."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listRelatedCategoriesWithResponse(String categoryGuid, RequestOptions requestOptions)"
desc: "Get all related categories (parent and children). Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n{\n String: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n }\n```"
returns:
description: "all related categories (parent and children) along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listRelatedTermsWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listRelatedTermsWithResponse(String termGuid, RequestOptions requestOptions)"
name: "listRelatedTermsWithResponse(String termGuid, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listRelatedTermsWithResponse(String termGuid, RequestOptions requestOptions)"
summary: "Get all related terms for a specific term by its GUID."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listRelatedTermsWithResponse(String termGuid, RequestOptions requestOptions)"
desc: "Get all related terms for a specific term by its GUID. Limit, offset, and sort parameters are currently not being enabled and won't work even they are passed.\n\n**Query Parameters**\n\n | ------ | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | sort | String | No | The sort order, ASC (default) or DESC. |\n\n**Response Body Schema**\n\n```java\n{\n String: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```"
returns:
description: "all related terms for a specific term by its GUID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listTermsByGlossaryNameWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.listTermsByGlossaryNameWithResponse(String glossaryName, RequestOptions requestOptions)"
name: "listTermsByGlossaryNameWithResponse(String glossaryName, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.listTermsByGlossaryNameWithResponse(String glossaryName, RequestOptions requestOptions)"
summary: "Get terms by glossary name."
parameters:
- description: "The name of the glossary."
name: "glossaryName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> listTermsByGlossaryNameWithResponse(String glossaryName, RequestOptions requestOptions)"
desc: "Get terms by glossary name.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ---------------------------------------------- |\n | Name | Type | Required | Description |\n | limit | Integer | No | The page size - by default there is no paging. |\n | offset | Integer | No | The offset for pagination purpose. |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Response Body Schema**\n\n```java\n[\n {\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n ]\n```"
returns:
description: "terms by glossary name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryCategoryWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryCategoryWithResponse(String categoryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
name: "partialUpdateGlossaryCategoryWithResponse(String categoryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.partialUpdateGlossaryCategoryWithResponse(String categoryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
summary: "Update the glossary category partially."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A map containing keys as attribute names and values as corresponding attribute values for\n partial update."
name: "partialUpdates"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> partialUpdateGlossaryCategoryWithResponse(String categoryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
desc: "Update the glossary category partially.\n\n**Request Body Schema**\n\n```java\n{\n String: String\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```"
returns:
description: "atlasGlossaryCategory along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryTermWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryTermWithResponse(String termGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
name: "partialUpdateGlossaryTermWithResponse(String termGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.partialUpdateGlossaryTermWithResponse(String termGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
summary: "Update the glossary term partially."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A map containing keys as attribute names and values as corresponding attribute values to be\n updated."
name: "partialUpdates"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> partialUpdateGlossaryTermWithResponse(String termGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
desc: "Update the glossary term partially.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n{\n String: String\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```"
returns:
description: "atlasGlossaryTerm along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.partialUpdateGlossaryWithResponse(String glossaryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
name: "partialUpdateGlossaryWithResponse(String glossaryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.partialUpdateGlossaryWithResponse(String glossaryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
summary: "Update the glossary partially."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A map containing keys as attribute names and values as corresponding attribute values."
name: "partialUpdates"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> partialUpdateGlossaryWithResponse(String glossaryGuid, BinaryData partialUpdates, RequestOptions requestOptions)"
desc: "Update the glossary partially. Some properties such as qualifiedName are not allowed to be updated.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n{\n String: String\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```"
returns:
description: "atlasGlossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.removeTermAssignmentFromEntitiesWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.removeTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
name: "removeTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.removeTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
summary: "Delete the term assignment for the given list of related objects."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An array of related object IDs from which the term has to be dissociated."
name: "relatedObjectIds"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<Void>> removeTermAssignmentFromEntitiesWithResponse(String termGuid, BinaryData relatedObjectIds, RequestOptions requestOptions)"
desc: "Delete the term assignment for the given list of related objects.\n\n**Request Body Schema**\n\n```java\n[\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n```"
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryCategoryWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryCategoryWithResponse(String categoryGuid, BinaryData glossaryCategory, RequestOptions requestOptions)"
name: "updateGlossaryCategoryWithResponse(String categoryGuid, BinaryData glossaryCategory, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.updateGlossaryCategoryWithResponse(String categoryGuid, BinaryData glossaryCategory, RequestOptions requestOptions)"
summary: "Update the given glossary category by its GUID."
parameters:
- description: "The globally unique identifier of the category."
name: "categoryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The glossary category to be updated."
name: "glossaryCategory"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> updateGlossaryCategoryWithResponse(String categoryGuid, BinaryData glossaryCategory, RequestOptions requestOptions)"
desc: "Update the given glossary category by its GUID.\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n childrenCategories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n parentCategory: (recursive schema, see parentCategory above)\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n }\n```"
returns:
description: "atlasGlossaryCategory along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryTermWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryTermWithResponse(String termGuid, BinaryData glossaryTerm, RequestOptions requestOptions)"
name: "updateGlossaryTermWithResponse(String termGuid, BinaryData glossaryTerm, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.updateGlossaryTermWithResponse(String termGuid, BinaryData glossaryTerm, RequestOptions requestOptions)"
summary: "Update the given glossary term by its GUID."
parameters:
- description: "The globally unique identifier for glossary term."
name: "termGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The glossary term to be updated."
name: "glossaryTerm"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> updateGlossaryTermWithResponse(String termGuid, BinaryData glossaryTerm, RequestOptions requestOptions)"
desc: "Update the given glossary term by its GUID.\n\n**Query Parameters**\n\n | -------------------- | ------- | -------- | ------------------------------ |\n | Name | Type | Required | Description |\n | includeTermHierarchy | Boolean | No | Whether include term hierarchy |\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n abbreviation: String\n templateName: [\n Object\n ]\n anchor: {\n displayText: String\n glossaryGuid: String\n relationGuid: String\n }\n antonyms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n createTime: Float\n createdBy: String\n updateTime: Float\n updatedBy: String\n status: String(Draft/Approved/Alert/Expired)\n resources: [\n {\n displayName: String\n url: String\n }\n ]\n contacts: {\n String: [\n {\n id: String\n info: String\n }\n ]\n }\n attributes: {\n String: {\n String: Object\n }\n }\n assignedEntities: [\n {\n guid: String\n typeName: String\n uniqueAttributes: {\n String: Object\n }\n displayText: String\n entityStatus: String(ACTIVE/DELETED)\n relationshipType: String\n relationshipAttributes: {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n }\n relationshipGuid: String\n relationshipStatus: String(ACTIVE/DELETED)\n }\n ]\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n relationGuid: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n }\n ]\n classifies: [\n (recursive schema, see above)\n ]\n examples: [\n String\n ]\n isA: [\n (recursive schema, see above)\n ]\n preferredTerms: [\n (recursive schema, see above)\n ]\n preferredToTerms: [\n (recursive schema, see above)\n ]\n replacedBy: [\n (recursive schema, see above)\n ]\n replacementTerms: [\n (recursive schema, see above)\n ]\n seeAlso: [\n (recursive schema, see above)\n ]\n synonyms: [\n (recursive schema, see above)\n ]\n translatedTerms: [\n (recursive schema, see above)\n ]\n translationTerms: [\n (recursive schema, see above)\n ]\n usage: String\n validValues: [\n (recursive schema, see above)\n ]\n validValuesFor: [\n (recursive schema, see above)\n ]\n }\n```"
returns:
description: "atlasGlossaryTerm along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryWithResponse(java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions)"
fullName: "com.azure.analytics.purview.catalog.GlossaryAsyncClient.updateGlossaryWithResponse(String glossaryGuid, BinaryData updatedGlossary, RequestOptions requestOptions)"
name: "updateGlossaryWithResponse(String glossaryGuid, BinaryData updatedGlossary, RequestOptions requestOptions)"
nameWithType: "GlossaryAsyncClient.updateGlossaryWithResponse(String glossaryGuid, BinaryData updatedGlossary, RequestOptions requestOptions)"
summary: "Update the given glossary."
parameters:
- description: "The globally unique identifier for glossary."
name: "glossaryGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The glossary definition to be updated."
name: "updatedGlossary"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The options to configure the HTTP request before HTTP client sends it."
name: "requestOptions"
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Mono<Response<BinaryData>> updateGlossaryWithResponse(String glossaryGuid, BinaryData updatedGlossary, RequestOptions requestOptions)"
desc: "Update the given glossary.\n\n**Request Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```\n\n**Response Body Schema**\n\n```java\n{\n guid: String\n classifications: [\n {\n attributes: {\n String: Object\n }\n typeName: String\n lastModifiedTS: String\n entityGuid: String\n entityStatus: String(ACTIVE/DELETED)\n removePropagationsOnEntityDelete: Boolean\n validityPeriods: [\n {\n endTime: String\n startTime: String\n timeZone: String\n }\n ]\n source: String\n sourceDetails: {\n String: Object\n }\n }\n ]\n longDescription: String\n name: String\n qualifiedName: String\n shortDescription: String\n lastModifiedTS: String\n categories: [\n {\n categoryGuid: String\n description: String\n displayText: String\n parentCategoryGuid: String\n relationGuid: String\n }\n ]\n language: String\n terms: [\n {\n description: String\n displayText: String\n expression: String\n relationGuid: String\n source: String\n status: String(DRAFT/ACTIVE/DEPRECATED/OBSOLETE/OTHER)\n steward: String\n termGuid: String\n }\n ]\n usage: String\n }\n```"
returns:
description: "atlasGlossary along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "class"
desc: "Initializes a new instance of the asynchronous PurviewCatalogClient type."
metadata: {}
package: "com.azure.analytics.purview.catalog"
artifact: com.azure:azure-analytics-purview-catalog:1.0.0-beta.4