public class EncryptionSpecService.EncryptionSpecServiceClient : ClientBase<EncryptionSpecService.EncryptionSpecServiceClient>Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class EncryptionSpecService.EncryptionSpecServiceClient.
Client for EncryptionSpecService
Inheritance
object > ClientBase > ClientBaseEncryptionSpecServiceEncryptionSpecServiceClient > EncryptionSpecService.EncryptionSpecServiceClientNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
EncryptionSpecServiceClient()
protected EncryptionSpecServiceClient()Protected parameterless constructor to allow creation of test doubles.
EncryptionSpecServiceClient(CallInvoker)
public EncryptionSpecServiceClient(CallInvoker callInvoker)Creates a new client for EncryptionSpecService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
| callInvoker | CallInvokerThe callInvoker to use to make remote calls. | 
EncryptionSpecServiceClient(ChannelBase)
public EncryptionSpecServiceClient(ChannelBase channel)Creates a new client for EncryptionSpecService
| Parameter | |
|---|---|
| Name | Description | 
| channel | ChannelBaseThe channel to use to make remote calls. | 
EncryptionSpecServiceClient(ClientBaseConfiguration)
protected EncryptionSpecServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBaseClientBaseConfigurationThe client configuration. | 
Methods
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description | 
| LocationsLocationsClient | A new Locations.LocationsClient for the same target as this client. | 
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description | 
| OperationsOperationsClient | A new Operations client for the same target as this client. | 
GetEncryptionSpec(GetEncryptionSpecRequest, CallOptions)
public virtual EncryptionSpec GetEncryptionSpec(GetEncryptionSpecRequest request, CallOptions options)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEncryptionSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| EncryptionSpec | The response received from the server. | 
GetEncryptionSpec(GetEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)
public virtual EncryptionSpec GetEncryptionSpec(GetEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEncryptionSpecRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| EncryptionSpec | The response received from the server. | 
GetEncryptionSpecAsync(GetEncryptionSpecRequest, CallOptions)
public virtual AsyncUnaryCall<EncryptionSpec> GetEncryptionSpecAsync(GetEncryptionSpecRequest request, CallOptions options)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEncryptionSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallEncryptionSpec | The call object. | 
GetEncryptionSpecAsync(GetEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EncryptionSpec> GetEncryptionSpecAsync(GetEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEncryptionSpecRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallEncryptionSpec | The call object. | 
InitializeEncryptionSpec(InitializeEncryptionSpecRequest, CallOptions)
public virtual Operation InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, CallOptions options)Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | InitializeEncryptionSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
InitializeEncryptionSpec(InitializeEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | InitializeEncryptionSpecRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest request, CallOptions options)Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | InitializeEncryptionSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | InitializeEncryptionSpecRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
NewInstance(ClientBaseConfiguration)
protected override EncryptionSpecService.EncryptionSpecServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBaseClientBaseConfiguration | 
| Returns | |
|---|---|
| Type | Description | 
| EncryptionSpecServiceEncryptionSpecServiceClient | |