Cloud Dataplex v1 API - Class CatalogService.CatalogServiceClient (3.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public class CatalogService.CatalogServiceClient : ClientBase<CatalogService.CatalogServiceClient>Reference documentation and code samples for the Cloud Dataplex v1 API class CatalogService.CatalogServiceClient.
Client for CatalogService
Inheritance
object > ClientBase > ClientBase CatalogService CatalogServiceClient > CatalogService.CatalogServiceClientInherited Members
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CatalogServiceClient()
protected CatalogServiceClient()Protected parameterless constructor to allow creation of test doubles.
CatalogServiceClient(CallInvoker)
public CatalogServiceClient(CallInvoker callInvoker)Creates a new client for CatalogService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
CatalogServiceClient(ChannelBase)
public CatalogServiceClient(ChannelBase channel)Creates a new client for CatalogService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
CatalogServiceClient(ClientBaseConfiguration)
protected CatalogServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase ClientBaseConfiguration The client configuration. |
Methods
CreateAspectType(CreateAspectTypeRequest, CallOptions)
public virtual Operation CreateAspectType(CreateAspectTypeRequest request, CallOptions options)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateAspectType(CreateAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateAspectType(CreateAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
CreateAspectTypeAsync(CreateAspectTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAspectTypeAsync(CreateAspectTypeRequest request, CallOptions options)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
CreateAspectTypeAsync(CreateAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAspectTypeAsync(CreateAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an AspectType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
CreateEntry(CreateEntryRequest, CallOptions)
public virtual Entry CreateEntry(CreateEntryRequest request, CallOptions options)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The response received from the server. |
CreateEntry(CreateEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual Entry CreateEntry(CreateEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
Entry |
The response received from the server. |
CreateEntryAsync(CreateEntryRequest, CallOptions)
public virtual AsyncUnaryCall<Entry> CreateEntryAsync(CreateEntryRequest request, CallOptions options)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Entry |
The call object. |
CreateEntryAsync(CreateEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Entry> CreateEntryAsync(CreateEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Entry |
The call object. |
CreateEntryGroup(CreateEntryGroupRequest, CallOptions)
public virtual Operation CreateEntryGroup(CreateEntryGroupRequest request, CallOptions options)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEntryGroup(CreateEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateEntryGroup(CreateEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
CreateEntryGroupAsync(CreateEntryGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateEntryGroupAsync(CreateEntryGroupRequest request, CallOptions options)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
CreateEntryGroupAsync(CreateEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEntryGroupAsync(CreateEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an EntryGroup
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
CreateEntryType(CreateEntryTypeRequest, CallOptions)
public virtual Operation CreateEntryType(CreateEntryTypeRequest request, CallOptions options)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEntryType(CreateEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateEntryType(CreateEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
CreateEntryTypeAsync(CreateEntryTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateEntryTypeAsync(CreateEntryTypeRequest request, CallOptions options)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
CreateEntryTypeAsync(CreateEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEntryTypeAsync(CreateEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an EntryType
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
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 |
IAMPolicy IAMPolicyClient |
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 |
Locations LocationsClient |
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 |
Operations OperationsClient |
A new Operations client for the same target as this client. |
DeleteAspectType(DeleteAspectTypeRequest, CallOptions)
public virtual Operation DeleteAspectType(DeleteAspectTypeRequest request, CallOptions options)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteAspectType(DeleteAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteAspectType(DeleteAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
DeleteAspectTypeAsync(DeleteAspectTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAspectTypeAsync(DeleteAspectTypeRequest request, CallOptions options)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
DeleteAspectTypeAsync(DeleteAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAspectTypeAsync(DeleteAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
DeleteEntry(DeleteEntryRequest, CallOptions)
public virtual Entry DeleteEntry(DeleteEntryRequest request, CallOptions options)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The response received from the server. |
DeleteEntry(DeleteEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual Entry DeleteEntry(DeleteEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
Entry |
The response received from the server. |
DeleteEntryAsync(DeleteEntryRequest, CallOptions)
public virtual AsyncUnaryCall<Entry> DeleteEntryAsync(DeleteEntryRequest request, CallOptions options)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Entry |
The call object. |
DeleteEntryAsync(DeleteEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Entry> DeleteEntryAsync(DeleteEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Entry |
The call object. |
DeleteEntryGroup(DeleteEntryGroupRequest, CallOptions)
public virtual Operation DeleteEntryGroup(DeleteEntryGroupRequest request, CallOptions options)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEntryGroup(DeleteEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteEntryGroup(DeleteEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
DeleteEntryGroupAsync(DeleteEntryGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteEntryGroupAsync(DeleteEntryGroupRequest request, CallOptions options)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
DeleteEntryGroupAsync(DeleteEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEntryGroupAsync(DeleteEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
DeleteEntryType(DeleteEntryTypeRequest, CallOptions)
public virtual Operation DeleteEntryType(DeleteEntryTypeRequest request, CallOptions options)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEntryType(DeleteEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteEntryType(DeleteEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
DeleteEntryTypeAsync(DeleteEntryTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteEntryTypeAsync(DeleteEntryTypeRequest request, CallOptions options)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
DeleteEntryTypeAsync(DeleteEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEntryTypeAsync(DeleteEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
GetAspectType(GetAspectTypeRequest, CallOptions)
public virtual AspectType GetAspectType(GetAspectTypeRequest request, CallOptions options)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AspectType |
The response received from the server. |
GetAspectType(GetAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AspectType GetAspectType(GetAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AspectType |
The response received from the server. |
GetAspectTypeAsync(GetAspectTypeRequest, CallOptions)
public virtual AsyncUnaryCall<AspectType> GetAspectTypeAsync(GetAspectTypeRequest request, CallOptions options)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall AspectType |
The call object. |
GetAspectTypeAsync(GetAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AspectType> GetAspectTypeAsync(GetAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall AspectType |
The call object. |
GetEntry(GetEntryRequest, CallOptions)
public virtual Entry GetEntry(GetEntryRequest request, CallOptions options)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The response received from the server. |
GetEntry(GetEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual Entry GetEntry(GetEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
Entry |
The response received from the server. |
GetEntryAsync(GetEntryRequest, CallOptions)
public virtual AsyncUnaryCall<Entry> GetEntryAsync(GetEntryRequest request, CallOptions options)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Entry |
The call object. |
GetEntryAsync(GetEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Entry> GetEntryAsync(GetEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Entry |
The call object. |
GetEntryGroup(GetEntryGroupRequest, CallOptions)
public virtual EntryGroup GetEntryGroup(GetEntryGroupRequest request, CallOptions options)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
EntryGroup |
The response received from the server. |
GetEntryGroup(GetEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual EntryGroup GetEntryGroup(GetEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
EntryGroup |
The response received from the server. |
GetEntryGroupAsync(GetEntryGroupRequest, CallOptions)
public virtual AsyncUnaryCall<EntryGroup> GetEntryGroupAsync(GetEntryGroupRequest request, CallOptions options)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall EntryGroup |
The call object. |
GetEntryGroupAsync(GetEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EntryGroup> GetEntryGroupAsync(GetEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall EntryGroup |
The call object. |
GetEntryType(GetEntryTypeRequest, CallOptions)
public virtual EntryType GetEntryType(GetEntryTypeRequest request, CallOptions options)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
EntryType |
The response received from the server. |
GetEntryType(GetEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual EntryType GetEntryType(GetEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
EntryType |
The response received from the server. |
GetEntryTypeAsync(GetEntryTypeRequest, CallOptions)
public virtual AsyncUnaryCall<EntryType> GetEntryTypeAsync(GetEntryTypeRequest request, CallOptions options)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall EntryType |
The call object. |
GetEntryTypeAsync(GetEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EntryType> GetEntryTypeAsync(GetEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Retrieves a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall EntryType |
The call object. |
ListAspectTypes(ListAspectTypesRequest, CallOptions)
public virtual ListAspectTypesResponse ListAspectTypes(ListAspectTypesRequest request, CallOptions options)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListAspectTypesResponse |
The response received from the server. |
ListAspectTypes(ListAspectTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAspectTypesResponse ListAspectTypes(ListAspectTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
ListAspectTypesResponse |
The response received from the server. |
ListAspectTypesAsync(ListAspectTypesRequest, CallOptions)
public virtual AsyncUnaryCall<ListAspectTypesResponse> ListAspectTypesAsync(ListAspectTypesRequest request, CallOptions options)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall ListAspectTypesResponse |
The call object. |
ListAspectTypesAsync(ListAspectTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAspectTypesResponse> ListAspectTypesAsync(ListAspectTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists AspectType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAspectTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall ListAspectTypesResponse |
The call object. |
ListEntries(ListEntriesRequest, CallOptions)
public virtual ListEntriesResponse ListEntries(ListEntriesRequest request, CallOptions options)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEntriesResponse |
The response received from the server. |
ListEntries(ListEntriesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEntriesResponse ListEntries(ListEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
ListEntriesResponse |
The response received from the server. |
ListEntriesAsync(ListEntriesRequest, CallOptions)
public virtual AsyncUnaryCall<ListEntriesResponse> ListEntriesAsync(ListEntriesRequest request, CallOptions options)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall ListEntriesResponse |
The call object. |
ListEntriesAsync(ListEntriesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEntriesResponse> ListEntriesAsync(ListEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists entries within an entry group.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntriesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall ListEntriesResponse |
The call object. |
ListEntryGroups(ListEntryGroupsRequest, CallOptions)
public virtual ListEntryGroupsResponse ListEntryGroups(ListEntryGroupsRequest request, CallOptions options)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEntryGroupsResponse |
The response received from the server. |
ListEntryGroups(ListEntryGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEntryGroupsResponse ListEntryGroups(ListEntryGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
ListEntryGroupsResponse |
The response received from the server. |
ListEntryGroupsAsync(ListEntryGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEntryGroupsResponse> ListEntryGroupsAsync(ListEntryGroupsRequest request, CallOptions options)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall ListEntryGroupsResponse |
The call object. |
ListEntryGroupsAsync(ListEntryGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEntryGroupsResponse> ListEntryGroupsAsync(ListEntryGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EntryGroup resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryGroupsRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall ListEntryGroupsResponse |
The call object. |
ListEntryTypes(ListEntryTypesRequest, CallOptions)
public virtual ListEntryTypesResponse ListEntryTypes(ListEntryTypesRequest request, CallOptions options)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEntryTypesResponse |
The response received from the server. |
ListEntryTypes(ListEntryTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEntryTypesResponse ListEntryTypes(ListEntryTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
ListEntryTypesResponse |
The response received from the server. |
ListEntryTypesAsync(ListEntryTypesRequest, CallOptions)
public virtual AsyncUnaryCall<ListEntryTypesResponse> ListEntryTypesAsync(ListEntryTypesRequest request, CallOptions options)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall ListEntryTypesResponse |
The call object. |
ListEntryTypesAsync(ListEntryTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEntryTypesResponse> ListEntryTypesAsync(ListEntryTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EntryType resources in a project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEntryTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall ListEntryTypesResponse |
The call object. |
LookupEntry(LookupEntryRequest, CallOptions)
public virtual Entry LookupEntry(LookupEntryRequest request, CallOptions options)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The response received from the server. |
LookupEntry(LookupEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual Entry LookupEntry(LookupEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
Entry |
The response received from the server. |
LookupEntryAsync(LookupEntryRequest, CallOptions)
public virtual AsyncUnaryCall<Entry> LookupEntryAsync(LookupEntryRequest request, CallOptions options)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Entry |
The call object. |
LookupEntryAsync(LookupEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Entry> LookupEntryAsync(LookupEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Looks up a single entry.
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Entry |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override CatalogService.CatalogServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
CatalogService CatalogServiceClient |
|
SearchEntries(SearchEntriesRequest, CallOptions)
public virtual SearchEntriesResponse SearchEntries(SearchEntriesRequest request, CallOptions options)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
SearchEntriesResponse |
The response received from the server. |
SearchEntries(SearchEntriesRequest, Metadata, DateTime?, CancellationToken)
public virtual SearchEntriesResponse SearchEntries(SearchEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
SearchEntriesResponse |
The response received from the server. |
SearchEntriesAsync(SearchEntriesRequest, CallOptions)
public virtual AsyncUnaryCall<SearchEntriesResponse> SearchEntriesAsync(SearchEntriesRequest request, CallOptions options)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall SearchEntriesResponse |
The call object. |
SearchEntriesAsync(SearchEntriesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SearchEntriesResponse> SearchEntriesAsync(SearchEntriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Searches for entries matching given query and scope.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchEntriesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall SearchEntriesResponse |
The call object. |
UpdateAspectType(UpdateAspectTypeRequest, CallOptions)
public virtual Operation UpdateAspectType(UpdateAspectTypeRequest request, CallOptions options)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateAspectType(UpdateAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateAspectType(UpdateAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
UpdateAspectTypeAsync(UpdateAspectTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateAspectTypeAsync(UpdateAspectTypeRequest request, CallOptions options)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
UpdateAspectTypeAsync(UpdateAspectTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateAspectTypeAsync(UpdateAspectTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a AspectType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAspectTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
UpdateEntry(UpdateEntryRequest, CallOptions)
public virtual Entry UpdateEntry(UpdateEntryRequest request, CallOptions options)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Entry |
The response received from the server. |
UpdateEntry(UpdateEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual Entry UpdateEntry(UpdateEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
Entry |
The response received from the server. |
UpdateEntryAsync(UpdateEntryRequest, CallOptions)
public virtual AsyncUnaryCall<Entry> UpdateEntryAsync(UpdateEntryRequest request, CallOptions options)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Entry |
The call object. |
UpdateEntryAsync(UpdateEntryRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Entry> UpdateEntryAsync(UpdateEntryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an Entry.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Entry |
The call object. |
UpdateEntryGroup(UpdateEntryGroupRequest, CallOptions)
public virtual Operation UpdateEntryGroup(UpdateEntryGroupRequest request, CallOptions options)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEntryGroup(UpdateEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateEntryGroup(UpdateEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
UpdateEntryGroupAsync(UpdateEntryGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateEntryGroupAsync(UpdateEntryGroupRequest request, CallOptions options)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
UpdateEntryGroupAsync(UpdateEntryGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateEntryGroupAsync(UpdateEntryGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a EntryGroup resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryGroupRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |
UpdateEntryType(UpdateEntryTypeRequest, CallOptions)
public virtual Operation UpdateEntryType(UpdateEntryTypeRequest request, CallOptions options)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEntryType(UpdateEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateEntryType(UpdateEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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. |
UpdateEntryTypeAsync(UpdateEntryTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateEntryTypeAsync(UpdateEntryTypeRequest request, CallOptions options)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall Operation |
The call object. |
UpdateEntryTypeAsync(UpdateEntryTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateEntryTypeAsync(UpdateEntryTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a EntryType resource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEntryTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
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 |
AsyncUnaryCall Operation |
The call object. |