Cloud Dataplex v1 API - Class BusinessGlossaryService.BusinessGlossaryServiceClient (3.10.0)

public class BusinessGlossaryService.BusinessGlossaryServiceClient : ClientBase<BusinessGlossaryService.BusinessGlossaryServiceClient>

Reference documentation and code samples for the Cloud Dataplex v1 API class BusinessGlossaryService.BusinessGlossaryServiceClient.

Client for BusinessGlossaryService

Inheritance

object > ClientBase > ClientBaseBusinessGlossaryServiceBusinessGlossaryServiceClient > BusinessGlossaryService.BusinessGlossaryServiceClient

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

BusinessGlossaryServiceClient()

protected BusinessGlossaryServiceClient()

Protected parameterless constructor to allow creation of test doubles.

BusinessGlossaryServiceClient(CallInvoker)

public BusinessGlossaryServiceClient(CallInvoker callInvoker)

Creates a new client for BusinessGlossaryService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

BusinessGlossaryServiceClient(ChannelBase)

public BusinessGlossaryServiceClient(ChannelBase channel)

Creates a new client for BusinessGlossaryService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

BusinessGlossaryServiceClient(ClientBaseConfiguration)

protected BusinessGlossaryServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateGlossary(CreateGlossaryRequest, CallOptions)

public virtual Operation CreateGlossary(CreateGlossaryRequest request, CallOptions options)

Creates a new Glossary resource.

Parameters
Name Description
request CreateGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateGlossary(CreateGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateGlossary(CreateGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Glossary resource.

Parameters
Name Description
request CreateGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateGlossaryAsync(CreateGlossaryRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateGlossaryAsync(CreateGlossaryRequest request, CallOptions options)

Creates a new Glossary resource.

Parameters
Name Description
request CreateGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateGlossaryAsync(CreateGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateGlossaryAsync(CreateGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Glossary resource.

Parameters
Name Description
request CreateGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateGlossaryCategory(CreateGlossaryCategoryRequest, CallOptions)

public virtual GlossaryCategory CreateGlossaryCategory(CreateGlossaryCategoryRequest request, CallOptions options)

Creates a new GlossaryCategory resource.

Parameters
Name Description
request CreateGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

CreateGlossaryCategory(CreateGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryCategory CreateGlossaryCategory(CreateGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new GlossaryCategory resource.

Parameters
Name Description
request CreateGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

CreateGlossaryCategoryAsync(CreateGlossaryCategoryRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryCategory> CreateGlossaryCategoryAsync(CreateGlossaryCategoryRequest request, CallOptions options)

Creates a new GlossaryCategory resource.

Parameters
Name Description
request CreateGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

CreateGlossaryCategoryAsync(CreateGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryCategory> CreateGlossaryCategoryAsync(CreateGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new GlossaryCategory resource.

Parameters
Name Description
request CreateGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

CreateGlossaryTerm(CreateGlossaryTermRequest, CallOptions)

public virtual GlossaryTerm CreateGlossaryTerm(CreateGlossaryTermRequest request, CallOptions options)

Creates a new GlossaryTerm resource.

Parameters
Name Description
request CreateGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

CreateGlossaryTerm(CreateGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryTerm CreateGlossaryTerm(CreateGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new GlossaryTerm resource.

Parameters
Name Description
request CreateGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

CreateGlossaryTermAsync(CreateGlossaryTermRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryTerm> CreateGlossaryTermAsync(CreateGlossaryTermRequest request, CallOptions options)

Creates a new GlossaryTerm resource.

Parameters
Name Description
request CreateGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.

CreateGlossaryTermAsync(CreateGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryTerm> CreateGlossaryTermAsync(CreateGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new GlossaryTerm resource.

Parameters
Name Description
request CreateGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteGlossary(DeleteGlossaryRequest, CallOptions)

public virtual Operation DeleteGlossary(DeleteGlossaryRequest request, CallOptions options)

Deletes a Glossary resource. All the categories and terms within the Glossary must be deleted before the Glossary can be deleted.

Parameters
Name Description
request DeleteGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteGlossary(DeleteGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteGlossary(DeleteGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Glossary resource. All the categories and terms within the Glossary must be deleted before the Glossary can be deleted.

Parameters
Name Description
request DeleteGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteGlossaryAsync(DeleteGlossaryRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteGlossaryAsync(DeleteGlossaryRequest request, CallOptions options)

Deletes a Glossary resource. All the categories and terms within the Glossary must be deleted before the Glossary can be deleted.

Parameters
Name Description
request DeleteGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteGlossaryAsync(DeleteGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteGlossaryAsync(DeleteGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Glossary resource. All the categories and terms within the Glossary must be deleted before the Glossary can be deleted.

Parameters
Name Description
request DeleteGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteGlossaryCategory(DeleteGlossaryCategoryRequest, CallOptions)

public virtual Empty DeleteGlossaryCategory(DeleteGlossaryCategoryRequest request, CallOptions options)

Deletes a GlossaryCategory resource. All the GlossaryCategories and GlossaryTerms nested directly under the specified GlossaryCategory will be moved one level up to the parent in the hierarchy.

Parameters
Name Description
request DeleteGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteGlossaryCategory(DeleteGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteGlossaryCategory(DeleteGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a GlossaryCategory resource. All the GlossaryCategories and GlossaryTerms nested directly under the specified GlossaryCategory will be moved one level up to the parent in the hierarchy.

Parameters
Name Description
request DeleteGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteGlossaryCategoryAsync(DeleteGlossaryCategoryRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteGlossaryCategoryAsync(DeleteGlossaryCategoryRequest request, CallOptions options)

Deletes a GlossaryCategory resource. All the GlossaryCategories and GlossaryTerms nested directly under the specified GlossaryCategory will be moved one level up to the parent in the hierarchy.

Parameters
Name Description
request DeleteGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteGlossaryCategoryAsync(DeleteGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteGlossaryCategoryAsync(DeleteGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a GlossaryCategory resource. All the GlossaryCategories and GlossaryTerms nested directly under the specified GlossaryCategory will be moved one level up to the parent in the hierarchy.

Parameters
Name Description
request DeleteGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteGlossaryTerm(DeleteGlossaryTermRequest, CallOptions)

public virtual Empty DeleteGlossaryTerm(DeleteGlossaryTermRequest request, CallOptions options)

Deletes a GlossaryTerm resource.

Parameters
Name Description
request DeleteGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteGlossaryTerm(DeleteGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteGlossaryTerm(DeleteGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a GlossaryTerm resource.

Parameters
Name Description
request DeleteGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteGlossaryTermAsync(DeleteGlossaryTermRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteGlossaryTermAsync(DeleteGlossaryTermRequest request, CallOptions options)

Deletes a GlossaryTerm resource.

Parameters
Name Description
request DeleteGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteGlossaryTermAsync(DeleteGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteGlossaryTermAsync(DeleteGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a GlossaryTerm resource.

Parameters
Name Description
request DeleteGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

GetGlossary(GetGlossaryRequest, CallOptions)

public virtual Glossary GetGlossary(GetGlossaryRequest request, CallOptions options)

Gets a Glossary resource.

Parameters
Name Description
request GetGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Glossary

The response received from the server.

GetGlossary(GetGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual Glossary GetGlossary(GetGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Glossary resource.

Parameters
Name Description
request GetGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Glossary

The response received from the server.

GetGlossaryAsync(GetGlossaryRequest, CallOptions)

public virtual AsyncUnaryCall<Glossary> GetGlossaryAsync(GetGlossaryRequest request, CallOptions options)

Gets a Glossary resource.

Parameters
Name Description
request GetGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossary

The call object.

GetGlossaryAsync(GetGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Glossary> GetGlossaryAsync(GetGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Glossary resource.

Parameters
Name Description
request GetGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossary

The call object.

GetGlossaryCategory(GetGlossaryCategoryRequest, CallOptions)

public virtual GlossaryCategory GetGlossaryCategory(GetGlossaryCategoryRequest request, CallOptions options)

Gets a GlossaryCategory resource.

Parameters
Name Description
request GetGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

GetGlossaryCategory(GetGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryCategory GetGlossaryCategory(GetGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a GlossaryCategory resource.

Parameters
Name Description
request GetGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

GetGlossaryCategoryAsync(GetGlossaryCategoryRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryCategory> GetGlossaryCategoryAsync(GetGlossaryCategoryRequest request, CallOptions options)

Gets a GlossaryCategory resource.

Parameters
Name Description
request GetGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

GetGlossaryCategoryAsync(GetGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryCategory> GetGlossaryCategoryAsync(GetGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a GlossaryCategory resource.

Parameters
Name Description
request GetGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

GetGlossaryTerm(GetGlossaryTermRequest, CallOptions)

public virtual GlossaryTerm GetGlossaryTerm(GetGlossaryTermRequest request, CallOptions options)

Gets a GlossaryTerm resource.

Parameters
Name Description
request GetGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

GetGlossaryTerm(GetGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryTerm GetGlossaryTerm(GetGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a GlossaryTerm resource.

Parameters
Name Description
request GetGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

GetGlossaryTermAsync(GetGlossaryTermRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryTerm> GetGlossaryTermAsync(GetGlossaryTermRequest request, CallOptions options)

Gets a GlossaryTerm resource.

Parameters
Name Description
request GetGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.

GetGlossaryTermAsync(GetGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryTerm> GetGlossaryTermAsync(GetGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a GlossaryTerm resource.

Parameters
Name Description
request GetGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.

ListGlossaries(ListGlossariesRequest, CallOptions)

public virtual ListGlossariesResponse ListGlossaries(ListGlossariesRequest request, CallOptions options)

Lists Glossary resources in a project and location.

Parameters
Name Description
request ListGlossariesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListGlossariesResponse

The response received from the server.

ListGlossaries(ListGlossariesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListGlossariesResponse ListGlossaries(ListGlossariesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Glossary resources in a project and location.

Parameters
Name Description
request ListGlossariesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListGlossariesResponse

The response received from the server.

ListGlossariesAsync(ListGlossariesRequest, CallOptions)

public virtual AsyncUnaryCall<ListGlossariesResponse> ListGlossariesAsync(ListGlossariesRequest request, CallOptions options)

Lists Glossary resources in a project and location.

Parameters
Name Description
request ListGlossariesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListGlossariesResponse

The call object.

ListGlossariesAsync(ListGlossariesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListGlossariesResponse> ListGlossariesAsync(ListGlossariesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Glossary resources in a project and location.

Parameters
Name Description
request ListGlossariesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListGlossariesResponse

The call object.

ListGlossaryCategories(ListGlossaryCategoriesRequest, CallOptions)

public virtual ListGlossaryCategoriesResponse ListGlossaryCategories(ListGlossaryCategoriesRequest request, CallOptions options)

Lists GlossaryCategory resources in a Glossary.

Parameters
Name Description
request ListGlossaryCategoriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListGlossaryCategoriesResponse

The response received from the server.

ListGlossaryCategories(ListGlossaryCategoriesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListGlossaryCategoriesResponse ListGlossaryCategories(ListGlossaryCategoriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists GlossaryCategory resources in a Glossary.

Parameters
Name Description
request ListGlossaryCategoriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListGlossaryCategoriesResponse

The response received from the server.

ListGlossaryCategoriesAsync(ListGlossaryCategoriesRequest, CallOptions)

public virtual AsyncUnaryCall<ListGlossaryCategoriesResponse> ListGlossaryCategoriesAsync(ListGlossaryCategoriesRequest request, CallOptions options)

Lists GlossaryCategory resources in a Glossary.

Parameters
Name Description
request ListGlossaryCategoriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListGlossaryCategoriesResponse

The call object.

ListGlossaryCategoriesAsync(ListGlossaryCategoriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListGlossaryCategoriesResponse> ListGlossaryCategoriesAsync(ListGlossaryCategoriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists GlossaryCategory resources in a Glossary.

Parameters
Name Description
request ListGlossaryCategoriesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListGlossaryCategoriesResponse

The call object.

ListGlossaryTerms(ListGlossaryTermsRequest, CallOptions)

public virtual ListGlossaryTermsResponse ListGlossaryTerms(ListGlossaryTermsRequest request, CallOptions options)

Lists GlossaryTerm resources in a Glossary.

Parameters
Name Description
request ListGlossaryTermsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListGlossaryTermsResponse

The response received from the server.

ListGlossaryTerms(ListGlossaryTermsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListGlossaryTermsResponse ListGlossaryTerms(ListGlossaryTermsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists GlossaryTerm resources in a Glossary.

Parameters
Name Description
request ListGlossaryTermsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListGlossaryTermsResponse

The response received from the server.

ListGlossaryTermsAsync(ListGlossaryTermsRequest, CallOptions)

public virtual AsyncUnaryCall<ListGlossaryTermsResponse> ListGlossaryTermsAsync(ListGlossaryTermsRequest request, CallOptions options)

Lists GlossaryTerm resources in a Glossary.

Parameters
Name Description
request ListGlossaryTermsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListGlossaryTermsResponse

The call object.

ListGlossaryTermsAsync(ListGlossaryTermsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListGlossaryTermsResponse> ListGlossaryTermsAsync(ListGlossaryTermsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists GlossaryTerm resources in a Glossary.

Parameters
Name Description
request ListGlossaryTermsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListGlossaryTermsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override BusinessGlossaryService.BusinessGlossaryServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
BusinessGlossaryServiceBusinessGlossaryServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Dataplex.V1.BusinessGlossaryService.BusinessGlossaryServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateGlossary(UpdateGlossaryRequest, CallOptions)

public virtual Operation UpdateGlossary(UpdateGlossaryRequest request, CallOptions options)

Updates a Glossary resource.

Parameters
Name Description
request UpdateGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateGlossary(UpdateGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateGlossary(UpdateGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Glossary resource.

Parameters
Name Description
request UpdateGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateGlossaryAsync(UpdateGlossaryRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateGlossaryAsync(UpdateGlossaryRequest request, CallOptions options)

Updates a Glossary resource.

Parameters
Name Description
request UpdateGlossaryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateGlossaryAsync(UpdateGlossaryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateGlossaryAsync(UpdateGlossaryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Glossary resource.

Parameters
Name Description
request UpdateGlossaryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateGlossaryCategory(UpdateGlossaryCategoryRequest, CallOptions)

public virtual GlossaryCategory UpdateGlossaryCategory(UpdateGlossaryCategoryRequest request, CallOptions options)

Updates a GlossaryCategory resource.

Parameters
Name Description
request UpdateGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

UpdateGlossaryCategory(UpdateGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryCategory UpdateGlossaryCategory(UpdateGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a GlossaryCategory resource.

Parameters
Name Description
request UpdateGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryCategory

The response received from the server.

UpdateGlossaryCategoryAsync(UpdateGlossaryCategoryRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryCategory> UpdateGlossaryCategoryAsync(UpdateGlossaryCategoryRequest request, CallOptions options)

Updates a GlossaryCategory resource.

Parameters
Name Description
request UpdateGlossaryCategoryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

UpdateGlossaryCategoryAsync(UpdateGlossaryCategoryRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryCategory> UpdateGlossaryCategoryAsync(UpdateGlossaryCategoryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a GlossaryCategory resource.

Parameters
Name Description
request UpdateGlossaryCategoryRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryCategory

The call object.

UpdateGlossaryTerm(UpdateGlossaryTermRequest, CallOptions)

public virtual GlossaryTerm UpdateGlossaryTerm(UpdateGlossaryTermRequest request, CallOptions options)

Updates a GlossaryTerm resource.

Parameters
Name Description
request UpdateGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

UpdateGlossaryTerm(UpdateGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual GlossaryTerm UpdateGlossaryTerm(UpdateGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a GlossaryTerm resource.

Parameters
Name Description
request UpdateGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GlossaryTerm

The response received from the server.

UpdateGlossaryTermAsync(UpdateGlossaryTermRequest, CallOptions)

public virtual AsyncUnaryCall<GlossaryTerm> UpdateGlossaryTermAsync(UpdateGlossaryTermRequest request, CallOptions options)

Updates a GlossaryTerm resource.

Parameters
Name Description
request UpdateGlossaryTermRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.

UpdateGlossaryTermAsync(UpdateGlossaryTermRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GlossaryTerm> UpdateGlossaryTermAsync(UpdateGlossaryTermRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a GlossaryTerm resource.

Parameters
Name Description
request UpdateGlossaryTermRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGlossaryTerm

The call object.