[Obsolete]
[BindServiceMethod(typeof(DataTaxonomyService), "BindService")]
public abstract class DataTaxonomyService.DataTaxonomyServiceBaseReference documentation and code samples for the Cloud Dataplex v1 API class DataTaxonomyService.DataTaxonomyServiceBase.
Base class for server-side implementations of DataTaxonomyService
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Methods
CreateDataAttribute(CreateDataAttributeRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> CreateDataAttribute(CreateDataAttributeRequest request, ServerCallContext context)Create a DataAttribute resource.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDataAttributeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateDataAttributeBinding(CreateDataAttributeBindingRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> CreateDataAttributeBinding(CreateDataAttributeBindingRequest request, ServerCallContext context)Create a DataAttributeBinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDataAttributeBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateDataTaxonomy(CreateDataTaxonomyRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> CreateDataTaxonomy(CreateDataTaxonomyRequest request, ServerCallContext context)Create a DataTaxonomy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDataTaxonomyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteDataAttribute(DeleteDataAttributeRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> DeleteDataAttribute(DeleteDataAttributeRequest request, ServerCallContext context)Deletes a Data Attribute resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDataAttributeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteDataAttributeBinding(DeleteDataAttributeBindingRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> DeleteDataAttributeBinding(DeleteDataAttributeBindingRequest request, ServerCallContext context)Deletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be deleted before the DataAttributeBinding can be deleted.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDataAttributeBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteDataTaxonomy(DeleteDataTaxonomyRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> DeleteDataTaxonomy(DeleteDataTaxonomyRequest request, ServerCallContext context)Deletes a DataTaxonomy resource. All attributes within the DataTaxonomy must be deleted before the DataTaxonomy can be deleted.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDataTaxonomyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetDataAttribute(GetDataAttributeRequest, ServerCallContext)
[Obsolete]
public virtual Task<DataAttribute> GetDataAttribute(GetDataAttributeRequest request, ServerCallContext context)Retrieves a Data Attribute resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDataAttributeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDataAttribute |
The response to send back to the client (wrapped by a task). |
GetDataAttributeBinding(GetDataAttributeBindingRequest, ServerCallContext)
[Obsolete]
public virtual Task<DataAttributeBinding> GetDataAttributeBinding(GetDataAttributeBindingRequest request, ServerCallContext context)Retrieves a DataAttributeBinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDataAttributeBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDataAttributeBinding |
The response to send back to the client (wrapped by a task). |
GetDataTaxonomy(GetDataTaxonomyRequest, ServerCallContext)
[Obsolete]
public virtual Task<DataTaxonomy> GetDataTaxonomy(GetDataTaxonomyRequest request, ServerCallContext context)Retrieves a DataTaxonomy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDataTaxonomyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDataTaxonomy |
The response to send back to the client (wrapped by a task). |
ListDataAttributeBindings(ListDataAttributeBindingsRequest, ServerCallContext)
[Obsolete]
public virtual Task<ListDataAttributeBindingsResponse> ListDataAttributeBindings(ListDataAttributeBindingsRequest request, ServerCallContext context)Lists DataAttributeBinding resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDataAttributeBindingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDataAttributeBindingsResponse |
The response to send back to the client (wrapped by a task). |
ListDataAttributes(ListDataAttributesRequest, ServerCallContext)
[Obsolete]
public virtual Task<ListDataAttributesResponse> ListDataAttributes(ListDataAttributesRequest request, ServerCallContext context)Lists Data Attribute resources in a DataTaxonomy.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDataAttributesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDataAttributesResponse |
The response to send back to the client (wrapped by a task). |
ListDataTaxonomies(ListDataTaxonomiesRequest, ServerCallContext)
[Obsolete]
public virtual Task<ListDataTaxonomiesResponse> ListDataTaxonomies(ListDataTaxonomiesRequest request, ServerCallContext context)Lists DataTaxonomy resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDataTaxonomiesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDataTaxonomiesResponse |
The response to send back to the client (wrapped by a task). |
UpdateDataAttribute(UpdateDataAttributeRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> UpdateDataAttribute(UpdateDataAttributeRequest request, ServerCallContext context)Updates a DataAttribute resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDataAttributeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateDataAttributeBinding(UpdateDataAttributeBindingRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> UpdateDataAttributeBinding(UpdateDataAttributeBindingRequest request, ServerCallContext context)Updates a DataAttributeBinding resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDataAttributeBindingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateDataTaxonomy(UpdateDataTaxonomyRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> UpdateDataTaxonomy(UpdateDataTaxonomyRequest request, ServerCallContext context)Updates a DataTaxonomy resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDataTaxonomyRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |