[BindServiceMethod(typeof(CatalogService), "BindService")]
public abstract class CatalogService.CatalogServiceBaseReference documentation and code samples for the Cloud Dataplex v1 API class CatalogService.CatalogServiceBase.
Base class for server-side implementations of CatalogService
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Methods
CreateAspectType(CreateAspectTypeRequest, ServerCallContext)
public virtual Task<Operation> CreateAspectType(CreateAspectTypeRequest request, ServerCallContext context)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequestThe 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). |
CreateEntry(CreateEntryRequest, ServerCallContext)
public virtual Task<Entry> CreateEntry(CreateEntryRequest request, ServerCallContext context)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
The response to send back to the client (wrapped by a task). |
CreateEntryGroup(CreateEntryGroupRequest, ServerCallContext)
public virtual Task<Operation> CreateEntryGroup(CreateEntryGroupRequest request, ServerCallContext context)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequestThe 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). |
CreateEntryType(CreateEntryTypeRequest, ServerCallContext)
public virtual Task<Operation> CreateEntryType(CreateEntryTypeRequest request, ServerCallContext context)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequestThe 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). |
DeleteAspectType(DeleteAspectTypeRequest, ServerCallContext)
public virtual Task<Operation> DeleteAspectType(DeleteAspectTypeRequest request, ServerCallContext context)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequestThe 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). |
DeleteEntry(DeleteEntryRequest, ServerCallContext)
public virtual Task<Entry> DeleteEntry(DeleteEntryRequest request, ServerCallContext context)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
The response to send back to the client (wrapped by a task). |
DeleteEntryGroup(DeleteEntryGroupRequest, ServerCallContext)
public virtual Task<Operation> DeleteEntryGroup(DeleteEntryGroupRequest request, ServerCallContext context)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequestThe 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). |
DeleteEntryType(DeleteEntryTypeRequest, ServerCallContext)
public virtual Task<Operation> DeleteEntryType(DeleteEntryTypeRequest request, ServerCallContext context)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequestThe 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). |
GetAspectType(GetAspectTypeRequest, ServerCallContext)
public virtual Task<AspectType> GetAspectType(GetAspectTypeRequest request, ServerCallContext context)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAspectType |
The response to send back to the client (wrapped by a task). |
GetEntry(GetEntryRequest, ServerCallContext)
public virtual Task<Entry> GetEntry(GetEntryRequest request, ServerCallContext context)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
The response to send back to the client (wrapped by a task). |
GetEntryGroup(GetEntryGroupRequest, ServerCallContext)
public virtual Task<EntryGroup> GetEntryGroup(GetEntryGroupRequest request, ServerCallContext context)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntryGroup |
The response to send back to the client (wrapped by a task). |
GetEntryType(GetEntryTypeRequest, ServerCallContext)
public virtual Task<EntryType> GetEntryType(GetEntryTypeRequest request, ServerCallContext context)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntryType |
The response to send back to the client (wrapped by a task). |
ListAspectTypes(ListAspectTypesRequest, ServerCallContext)
public virtual Task<ListAspectTypesResponse> ListAspectTypes(ListAspectTypesRequest request, ServerCallContext context)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAspectTypesResponse |
The response to send back to the client (wrapped by a task). |
ListEntries(ListEntriesRequest, ServerCallContext)
public virtual Task<ListEntriesResponse> ListEntries(ListEntriesRequest request, ServerCallContext context)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListEntriesResponse |
The response to send back to the client (wrapped by a task). |
ListEntryGroups(ListEntryGroupsRequest, ServerCallContext)
public virtual Task<ListEntryGroupsResponse> ListEntryGroups(ListEntryGroupsRequest request, ServerCallContext context)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListEntryGroupsResponse |
The response to send back to the client (wrapped by a task). |
ListEntryTypes(ListEntryTypesRequest, ServerCallContext)
public virtual Task<ListEntryTypesResponse> ListEntryTypes(ListEntryTypesRequest request, ServerCallContext context)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListEntryTypesResponse |
The response to send back to the client (wrapped by a task). |
LookupEntry(LookupEntryRequest, ServerCallContext)
public virtual Task<Entry> LookupEntry(LookupEntryRequest request, ServerCallContext context)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
The response to send back to the client (wrapped by a task). |
SearchEntries(SearchEntriesRequest, ServerCallContext)
public virtual Task<SearchEntriesResponse> SearchEntries(SearchEntriesRequest request, ServerCallContext context)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchEntriesResponse |
The response to send back to the client (wrapped by a task). |
UpdateAspectType(UpdateAspectTypeRequest, ServerCallContext)
public virtual Task<Operation> UpdateAspectType(UpdateAspectTypeRequest request, ServerCallContext context)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequestThe 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). |
UpdateEntry(UpdateEntryRequest, ServerCallContext)
public virtual Task<Entry> UpdateEntry(UpdateEntryRequest request, ServerCallContext context)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
The response to send back to the client (wrapped by a task). |
UpdateEntryGroup(UpdateEntryGroupRequest, ServerCallContext)
public virtual Task<Operation> UpdateEntryGroup(UpdateEntryGroupRequest request, ServerCallContext context)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequestThe 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). |
UpdateEntryType(UpdateEntryTypeRequest, ServerCallContext)
public virtual Task<Operation> UpdateEntryType(UpdateEntryTypeRequest request, ServerCallContext context)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequestThe 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). |