public sealed class CatalogServiceClientImpl : CatalogServiceClientReference documentation and code samples for the Cloud Dataplex v1 API class CatalogServiceClientImpl.
CatalogService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Remarks
The primary resources offered by this service are EntryGroups, EntryTypes, AspectTypes, Entry and Aspect which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
Constructors
CatalogServiceClientImpl(CatalogServiceClient, CatalogServiceSettings, ILogger)
public CatalogServiceClientImpl(CatalogService.CatalogServiceClient grpcClient, CatalogServiceSettings settings, ILogger logger)Constructs a client wrapper for the CatalogService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
CatalogServiceCatalogServiceClientThe underlying gRPC client. |
settings |
CatalogServiceSettingsThe base CatalogServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
CreateAspectTypeOperationsClient
public override OperationsClient CreateAspectTypeOperationsClient { get; }The long-running operations client for CreateAspectType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateEntryGroupOperationsClient
public override OperationsClient CreateEntryGroupOperationsClient { get; }The long-running operations client for CreateEntryGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateEntryTypeOperationsClient
public override OperationsClient CreateEntryTypeOperationsClient { get; }The long-running operations client for CreateEntryType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteAspectTypeOperationsClient
public override OperationsClient DeleteAspectTypeOperationsClient { get; }The long-running operations client for DeleteAspectType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteEntryGroupOperationsClient
public override OperationsClient DeleteEntryGroupOperationsClient { get; }The long-running operations client for DeleteEntryGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteEntryTypeOperationsClient
public override OperationsClient DeleteEntryTypeOperationsClient { get; }The long-running operations client for DeleteEntryType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override CatalogService.CatalogServiceClient GrpcClient { get; }The underlying gRPC CatalogService client
| Property Value | |
|---|---|
| Type | Description |
CatalogServiceCatalogServiceClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
UpdateAspectTypeOperationsClient
public override OperationsClient UpdateAspectTypeOperationsClient { get; }The long-running operations client for UpdateAspectType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateEntryGroupOperationsClient
public override OperationsClient UpdateEntryGroupOperationsClient { get; }The long-running operations client for UpdateEntryGroup.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateEntryTypeOperationsClient
public override OperationsClient UpdateEntryTypeOperationsClient { get; }The long-running operations client for UpdateEntryType.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateAspectType(CreateAspectTypeRequest, CallSettings)
public override Operation<AspectType, OperationMetadata> CreateAspectType(CreateAspectTypeRequest request, CallSettings callSettings = null)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationAspectTypeOperationMetadata |
The RPC response. |
CreateAspectTypeAsync(CreateAspectTypeRequest, CallSettings)
public override Task<Operation<AspectType, OperationMetadata>> CreateAspectTypeAsync(CreateAspectTypeRequest request, CallSettings callSettings = null)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationAspectTypeOperationMetadata |
A Task containing the RPC response. |
CreateEntry(CreateEntryRequest, CallSettings)
public override Entry CreateEntry(CreateEntryRequest request, CallSettings callSettings = null)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The RPC response. |
CreateEntryAsync(CreateEntryRequest, CallSettings)
public override Task<Entry> CreateEntryAsync(CreateEntryRequest request, CallSettings callSettings = null)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
A Task containing the RPC response. |
CreateEntryGroup(CreateEntryGroupRequest, CallSettings)
public override Operation<EntryGroup, OperationMetadata> CreateEntryGroup(CreateEntryGroupRequest request, CallSettings callSettings = null)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEntryGroupOperationMetadata |
The RPC response. |
CreateEntryGroupAsync(CreateEntryGroupRequest, CallSettings)
public override Task<Operation<EntryGroup, OperationMetadata>> CreateEntryGroupAsync(CreateEntryGroupRequest request, CallSettings callSettings = null)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEntryGroupOperationMetadata |
A Task containing the RPC response. |
CreateEntryType(CreateEntryTypeRequest, CallSettings)
public override Operation<EntryType, OperationMetadata> CreateEntryType(CreateEntryTypeRequest request, CallSettings callSettings = null)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEntryTypeOperationMetadata |
The RPC response. |
CreateEntryTypeAsync(CreateEntryTypeRequest, CallSettings)
public override Task<Operation<EntryType, OperationMetadata>> CreateEntryTypeAsync(CreateEntryTypeRequest request, CallSettings callSettings = null)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEntryTypeOperationMetadata |
A Task containing the RPC response. |
DeleteAspectType(DeleteAspectTypeRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteAspectType(DeleteAspectTypeRequest request, CallSettings callSettings = null)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteAspectTypeAsync(DeleteAspectTypeRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteAspectTypeAsync(DeleteAspectTypeRequest request, CallSettings callSettings = null)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteEntry(DeleteEntryRequest, CallSettings)
public override Entry DeleteEntry(DeleteEntryRequest request, CallSettings callSettings = null)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The RPC response. |
DeleteEntryAsync(DeleteEntryRequest, CallSettings)
public override Task<Entry> DeleteEntryAsync(DeleteEntryRequest request, CallSettings callSettings = null)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
A Task containing the RPC response. |
DeleteEntryGroup(DeleteEntryGroupRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteEntryGroup(DeleteEntryGroupRequest request, CallSettings callSettings = null)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteEntryGroupAsync(DeleteEntryGroupRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteEntryGroupAsync(DeleteEntryGroupRequest request, CallSettings callSettings = null)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteEntryType(DeleteEntryTypeRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteEntryType(DeleteEntryTypeRequest request, CallSettings callSettings = null)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteEntryTypeAsync(DeleteEntryTypeRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteEntryTypeAsync(DeleteEntryTypeRequest request, CallSettings callSettings = null)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
GetAspectType(GetAspectTypeRequest, CallSettings)
public override AspectType GetAspectType(GetAspectTypeRequest request, CallSettings callSettings = null)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
AspectType |
The RPC response. |
GetAspectTypeAsync(GetAspectTypeRequest, CallSettings)
public override Task<AspectType> GetAspectTypeAsync(GetAspectTypeRequest request, CallSettings callSettings = null)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskAspectType |
A Task containing the RPC response. |
GetEntry(GetEntryRequest, CallSettings)
public override Entry GetEntry(GetEntryRequest request, CallSettings callSettings = null)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The RPC response. |
GetEntryAsync(GetEntryRequest, CallSettings)
public override Task<Entry> GetEntryAsync(GetEntryRequest request, CallSettings callSettings = null)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
A Task containing the RPC response. |
GetEntryGroup(GetEntryGroupRequest, CallSettings)
public override EntryGroup GetEntryGroup(GetEntryGroupRequest request, CallSettings callSettings = null)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
EntryGroup |
The RPC response. |
GetEntryGroupAsync(GetEntryGroupRequest, CallSettings)
public override Task<EntryGroup> GetEntryGroupAsync(GetEntryGroupRequest request, CallSettings callSettings = null)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntryGroup |
A Task containing the RPC response. |
GetEntryType(GetEntryTypeRequest, CallSettings)
public override EntryType GetEntryType(GetEntryTypeRequest request, CallSettings callSettings = null)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
EntryType |
The RPC response. |
GetEntryTypeAsync(GetEntryTypeRequest, CallSettings)
public override Task<EntryType> GetEntryTypeAsync(GetEntryTypeRequest request, CallSettings callSettings = null)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntryType |
A Task containing the RPC response. |
ListAspectTypes(ListAspectTypesRequest, CallSettings)
public override PagedEnumerable<ListAspectTypesResponse, AspectType> ListAspectTypes(ListAspectTypesRequest request, CallSettings callSettings = null)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListAspectTypesResponseAspectType |
A pageable sequence of AspectType resources. |
ListAspectTypesAsync(ListAspectTypesRequest, CallSettings)
public override PagedAsyncEnumerable<ListAspectTypesResponse, AspectType> ListAspectTypesAsync(ListAspectTypesRequest request, CallSettings callSettings = null)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListAspectTypesResponseAspectType |
A pageable asynchronous sequence of AspectType resources. |
ListEntries(ListEntriesRequest, CallSettings)
public override PagedEnumerable<ListEntriesResponse, Entry> ListEntries(ListEntriesRequest request, CallSettings callSettings = null)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListEntriesResponseEntry |
A pageable sequence of Entry resources. |
ListEntriesAsync(ListEntriesRequest, CallSettings)
public override PagedAsyncEnumerable<ListEntriesResponse, Entry> ListEntriesAsync(ListEntriesRequest request, CallSettings callSettings = null)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListEntriesResponseEntry |
A pageable asynchronous sequence of Entry resources. |
ListEntryGroups(ListEntryGroupsRequest, CallSettings)
public override PagedEnumerable<ListEntryGroupsResponse, EntryGroup> ListEntryGroups(ListEntryGroupsRequest request, CallSettings callSettings = null)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListEntryGroupsResponseEntryGroup |
A pageable sequence of EntryGroup resources. |
ListEntryGroupsAsync(ListEntryGroupsRequest, CallSettings)
public override PagedAsyncEnumerable<ListEntryGroupsResponse, EntryGroup> ListEntryGroupsAsync(ListEntryGroupsRequest request, CallSettings callSettings = null)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListEntryGroupsResponseEntryGroup |
A pageable asynchronous sequence of EntryGroup resources. |
ListEntryTypes(ListEntryTypesRequest, CallSettings)
public override PagedEnumerable<ListEntryTypesResponse, EntryType> ListEntryTypes(ListEntryTypesRequest request, CallSettings callSettings = null)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListEntryTypesResponseEntryType |
A pageable sequence of EntryType resources. |
ListEntryTypesAsync(ListEntryTypesRequest, CallSettings)
public override PagedAsyncEnumerable<ListEntryTypesResponse, EntryType> ListEntryTypesAsync(ListEntryTypesRequest request, CallSettings callSettings = null)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListEntryTypesResponseEntryType |
A pageable asynchronous sequence of EntryType resources. |
LookupEntry(LookupEntryRequest, CallSettings)
public override Entry LookupEntry(LookupEntryRequest request, CallSettings callSettings = null)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The RPC response. |
LookupEntryAsync(LookupEntryRequest, CallSettings)
public override Task<Entry> LookupEntryAsync(LookupEntryRequest request, CallSettings callSettings = null)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
A Task containing the RPC response. |
SearchEntries(SearchEntriesRequest, CallSettings)
public override PagedEnumerable<SearchEntriesResponse, SearchEntriesResult> SearchEntries(SearchEntriesRequest request, CallSettings callSettings = null)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableSearchEntriesResponseSearchEntriesResult |
A pageable sequence of SearchEntriesResult resources. |
SearchEntriesAsync(SearchEntriesRequest, CallSettings)
public override PagedAsyncEnumerable<SearchEntriesResponse, SearchEntriesResult> SearchEntriesAsync(SearchEntriesRequest request, CallSettings callSettings = null)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableSearchEntriesResponseSearchEntriesResult |
A pageable asynchronous sequence of SearchEntriesResult resources. |
UpdateAspectType(UpdateAspectTypeRequest, CallSettings)
public override Operation<AspectType, OperationMetadata> UpdateAspectType(UpdateAspectTypeRequest request, CallSettings callSettings = null)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationAspectTypeOperationMetadata |
The RPC response. |
UpdateAspectTypeAsync(UpdateAspectTypeRequest, CallSettings)
public override Task<Operation<AspectType, OperationMetadata>> UpdateAspectTypeAsync(UpdateAspectTypeRequest request, CallSettings callSettings = null)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationAspectTypeOperationMetadata |
A Task containing the RPC response. |
UpdateEntry(UpdateEntryRequest, CallSettings)
public override Entry UpdateEntry(UpdateEntryRequest request, CallSettings callSettings = null)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The RPC response. |
UpdateEntryAsync(UpdateEntryRequest, CallSettings)
public override Task<Entry> UpdateEntryAsync(UpdateEntryRequest request, CallSettings callSettings = null)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEntry |
A Task containing the RPC response. |
UpdateEntryGroup(UpdateEntryGroupRequest, CallSettings)
public override Operation<EntryGroup, OperationMetadata> UpdateEntryGroup(UpdateEntryGroupRequest request, CallSettings callSettings = null)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEntryGroupOperationMetadata |
The RPC response. |
UpdateEntryGroupAsync(UpdateEntryGroupRequest, CallSettings)
public override Task<Operation<EntryGroup, OperationMetadata>> UpdateEntryGroupAsync(UpdateEntryGroupRequest request, CallSettings callSettings = null)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEntryGroupOperationMetadata |
A Task containing the RPC response. |
UpdateEntryType(UpdateEntryTypeRequest, CallSettings)
public override Operation<EntryType, OperationMetadata> UpdateEntryType(UpdateEntryTypeRequest request, CallSettings callSettings = null)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEntryTypeOperationMetadata |
The RPC response. |
UpdateEntryTypeAsync(UpdateEntryTypeRequest, CallSettings)
public override Task<Operation<EntryType, OperationMetadata>> UpdateEntryTypeAsync(UpdateEntryTypeRequest request, CallSettings callSettings = null)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEntryTypeOperationMetadata |
A Task containing the RPC response. |