public class ParameterManager.ParameterManagerClient : ClientBase<ParameterManager.ParameterManagerClient>Reference documentation and code samples for the Parameter Manager v1 API class ParameterManager.ParameterManagerClient.
Client for ParameterManager
Inheritance
object > ClientBase > ClientBaseParameterManagerParameterManagerClient > ParameterManager.ParameterManagerClientNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ParameterManagerClient()
protected ParameterManagerClient()Protected parameterless constructor to allow creation of test doubles.
ParameterManagerClient(CallInvoker)
public ParameterManagerClient(CallInvoker callInvoker)Creates a new client for ParameterManager that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
ParameterManagerClient(ChannelBase)
public ParameterManagerClient(ChannelBase channel)Creates a new client for ParameterManager
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
ParameterManagerClient(ClientBaseConfiguration)
protected ParameterManagerClient(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. |
CreateParameter(CreateParameterRequest, CallOptions)
public virtual Parameter CreateParameter(CreateParameterRequest request, CallOptions options)Creates a new Parameter in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Parameter |
The response received from the server. |
CreateParameter(CreateParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual Parameter CreateParameter(CreateParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Parameter in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterRequestThe 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 |
Parameter |
The response received from the server. |
CreateParameterAsync(CreateParameterRequest, CallOptions)
public virtual AsyncUnaryCall<Parameter> CreateParameterAsync(CreateParameterRequest request, CallOptions options)Creates a new Parameter in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameter |
The call object. |
CreateParameterAsync(CreateParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Parameter> CreateParameterAsync(CreateParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Parameter in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterRequestThe 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 |
AsyncUnaryCallParameter |
The call object. |
CreateParameterVersion(CreateParameterVersionRequest, CallOptions)
public virtual ParameterVersion CreateParameterVersion(CreateParameterVersionRequest request, CallOptions options)Creates a new ParameterVersion in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ParameterVersion |
The response received from the server. |
CreateParameterVersion(CreateParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual ParameterVersion CreateParameterVersion(CreateParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new ParameterVersion in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterVersionRequestThe 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 |
ParameterVersion |
The response received from the server. |
CreateParameterVersionAsync(CreateParameterVersionRequest, CallOptions)
public virtual AsyncUnaryCall<ParameterVersion> CreateParameterVersionAsync(CreateParameterVersionRequest request, CallOptions options)Creates a new ParameterVersion in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameterVersion |
The call object. |
CreateParameterVersionAsync(CreateParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ParameterVersion> CreateParameterVersionAsync(CreateParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new ParameterVersion in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterVersionRequestThe 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 |
AsyncUnaryCallParameterVersion |
The call object. |
CreateTemplate(CreateTemplateRequest, CallOptions)
public virtual Template CreateTemplate(CreateTemplateRequest request, CallOptions options)Creates a new Template in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Template |
The response received from the server. |
CreateTemplate(CreateTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual Template CreateTemplate(CreateTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Template in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateRequestThe 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 |
Template |
The response received from the server. |
CreateTemplateAsync(CreateTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<Template> CreateTemplateAsync(CreateTemplateRequest request, CallOptions options)Creates a new Template in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplate |
The call object. |
CreateTemplateAsync(CreateTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Template> CreateTemplateAsync(CreateTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Template in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateRequestThe 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 |
AsyncUnaryCallTemplate |
The call object. |
CreateTemplateVersion(CreateTemplateVersionRequest, CallOptions)
public virtual TemplateVersion CreateTemplateVersion(CreateTemplateVersionRequest request, CallOptions options)Creates a new TemplateVersion in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TemplateVersion |
The response received from the server. |
CreateTemplateVersion(CreateTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual TemplateVersion CreateTemplateVersion(CreateTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new TemplateVersion in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateVersionRequestThe 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 |
TemplateVersion |
The response received from the server. |
CreateTemplateVersionAsync(CreateTemplateVersionRequest, CallOptions)
public virtual AsyncUnaryCall<TemplateVersion> CreateTemplateVersionAsync(CreateTemplateVersionRequest request, CallOptions options)Creates a new TemplateVersion in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplateVersion |
The call object. |
CreateTemplateVersionAsync(CreateTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TemplateVersion> CreateTemplateVersionAsync(CreateTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new TemplateVersion in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateVersionRequestThe 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 |
AsyncUnaryCallTemplateVersion |
The call object. |
DeleteParameter(DeleteParameterRequest, CallOptions)
public virtual Empty DeleteParameter(DeleteParameterRequest request, CallOptions options)Deletes a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteParameter(DeleteParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteParameter(DeleteParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterRequestThe 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 |
Empty |
The response received from the server. |
DeleteParameterAsync(DeleteParameterRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteParameterAsync(DeleteParameterRequest request, CallOptions options)Deletes a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteParameterAsync(DeleteParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteParameterAsync(DeleteParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteParameterVersion(DeleteParameterVersionRequest, CallOptions)
public virtual Empty DeleteParameterVersion(DeleteParameterVersionRequest request, CallOptions options)Deletes a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteParameterVersion(DeleteParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteParameterVersion(DeleteParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterVersionRequestThe 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 |
Empty |
The response received from the server. |
DeleteParameterVersionAsync(DeleteParameterVersionRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteParameterVersionAsync(DeleteParameterVersionRequest request, CallOptions options)Deletes a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteParameterVersionAsync(DeleteParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteParameterVersionAsync(DeleteParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterVersionRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteTemplate(DeleteTemplateRequest, CallOptions)
public virtual Empty DeleteTemplate(DeleteTemplateRequest request, CallOptions options)Deletes a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteTemplate(DeleteTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteTemplate(DeleteTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateRequestThe 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 |
Empty |
The response received from the server. |
DeleteTemplateAsync(DeleteTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteTemplateAsync(DeleteTemplateRequest request, CallOptions options)Deletes a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteTemplateAsync(DeleteTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteTemplateAsync(DeleteTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteTemplateVersion(DeleteTemplateVersionRequest, CallOptions)
public virtual Empty DeleteTemplateVersion(DeleteTemplateVersionRequest request, CallOptions options)Deletes a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Empty |
The response received from the server. |
DeleteTemplateVersion(DeleteTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteTemplateVersion(DeleteTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateVersionRequestThe 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 |
Empty |
The response received from the server. |
DeleteTemplateVersionAsync(DeleteTemplateVersionRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteTemplateVersionAsync(DeleteTemplateVersionRequest request, CallOptions options)Deletes a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteTemplateVersionAsync(DeleteTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteTemplateVersionAsync(DeleteTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateVersionRequestThe 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 |
AsyncUnaryCallEmpty |
The call object. |
GetParameter(GetParameterRequest, CallOptions)
public virtual Parameter GetParameter(GetParameterRequest request, CallOptions options)Gets details of a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Parameter |
The response received from the server. |
GetParameter(GetParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual Parameter GetParameter(GetParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterRequestThe 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 |
Parameter |
The response received from the server. |
GetParameterAsync(GetParameterRequest, CallOptions)
public virtual AsyncUnaryCall<Parameter> GetParameterAsync(GetParameterRequest request, CallOptions options)Gets details of a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameter |
The call object. |
GetParameterAsync(GetParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Parameter> GetParameterAsync(GetParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterRequestThe 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 |
AsyncUnaryCallParameter |
The call object. |
GetParameterVersion(GetParameterVersionRequest, CallOptions)
public virtual ParameterVersion GetParameterVersion(GetParameterVersionRequest request, CallOptions options)Gets details of a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ParameterVersion |
The response received from the server. |
GetParameterVersion(GetParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual ParameterVersion GetParameterVersion(GetParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterVersionRequestThe 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 |
ParameterVersion |
The response received from the server. |
GetParameterVersionAsync(GetParameterVersionRequest, CallOptions)
public virtual AsyncUnaryCall<ParameterVersion> GetParameterVersionAsync(GetParameterVersionRequest request, CallOptions options)Gets details of a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameterVersion |
The call object. |
GetParameterVersionAsync(GetParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ParameterVersion> GetParameterVersionAsync(GetParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterVersionRequestThe 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 |
AsyncUnaryCallParameterVersion |
The call object. |
GetTemplate(GetTemplateRequest, CallOptions)
public virtual Template GetTemplate(GetTemplateRequest request, CallOptions options)Gets details of a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Template |
The response received from the server. |
GetTemplate(GetTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual Template GetTemplate(GetTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateRequestThe 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 |
Template |
The response received from the server. |
GetTemplateAsync(GetTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<Template> GetTemplateAsync(GetTemplateRequest request, CallOptions options)Gets details of a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplate |
The call object. |
GetTemplateAsync(GetTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Template> GetTemplateAsync(GetTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateRequestThe 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 |
AsyncUnaryCallTemplate |
The call object. |
GetTemplateVersion(GetTemplateVersionRequest, CallOptions)
public virtual TemplateVersion GetTemplateVersion(GetTemplateVersionRequest request, CallOptions options)Gets details of a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TemplateVersion |
The response received from the server. |
GetTemplateVersion(GetTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual TemplateVersion GetTemplateVersion(GetTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateVersionRequestThe 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 |
TemplateVersion |
The response received from the server. |
GetTemplateVersionAsync(GetTemplateVersionRequest, CallOptions)
public virtual AsyncUnaryCall<TemplateVersion> GetTemplateVersionAsync(GetTemplateVersionRequest request, CallOptions options)Gets details of a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplateVersion |
The call object. |
GetTemplateVersionAsync(GetTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TemplateVersion> GetTemplateVersionAsync(GetTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateVersionRequestThe 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 |
AsyncUnaryCallTemplateVersion |
The call object. |
ListParameterVersions(ListParameterVersionsRequest, CallOptions)
public virtual ListParameterVersionsResponse ListParameterVersions(ListParameterVersionsRequest request, CallOptions options)Lists ParameterVersions in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParameterVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListParameterVersionsResponse |
The response received from the server. |
ListParameterVersions(ListParameterVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListParameterVersionsResponse ListParameterVersions(ListParameterVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists ParameterVersions in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParameterVersionsRequestThe 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 |
ListParameterVersionsResponse |
The response received from the server. |
ListParameterVersionsAsync(ListParameterVersionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListParameterVersionsResponse> ListParameterVersionsAsync(ListParameterVersionsRequest request, CallOptions options)Lists ParameterVersions in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParameterVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListParameterVersionsResponse |
The call object. |
ListParameterVersionsAsync(ListParameterVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListParameterVersionsResponse> ListParameterVersionsAsync(ListParameterVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists ParameterVersions in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParameterVersionsRequestThe 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 |
AsyncUnaryCallListParameterVersionsResponse |
The call object. |
ListParameters(ListParametersRequest, CallOptions)
public virtual ListParametersResponse ListParameters(ListParametersRequest request, CallOptions options)Lists Parameters in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParametersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListParametersResponse |
The response received from the server. |
ListParameters(ListParametersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListParametersResponse ListParameters(ListParametersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Parameters in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParametersRequestThe 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 |
ListParametersResponse |
The response received from the server. |
ListParametersAsync(ListParametersRequest, CallOptions)
public virtual AsyncUnaryCall<ListParametersResponse> ListParametersAsync(ListParametersRequest request, CallOptions options)Lists Parameters in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParametersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListParametersResponse |
The call object. |
ListParametersAsync(ListParametersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListParametersResponse> ListParametersAsync(ListParametersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Parameters in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParametersRequestThe 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 |
AsyncUnaryCallListParametersResponse |
The call object. |
ListTemplateVersions(ListTemplateVersionsRequest, CallOptions)
public virtual ListTemplateVersionsResponse ListTemplateVersions(ListTemplateVersionsRequest request, CallOptions options)Lists TemplateVersions in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplateVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListTemplateVersionsResponse |
The response received from the server. |
ListTemplateVersions(ListTemplateVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListTemplateVersionsResponse ListTemplateVersions(ListTemplateVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists TemplateVersions in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplateVersionsRequestThe 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 |
ListTemplateVersionsResponse |
The response received from the server. |
ListTemplateVersionsAsync(ListTemplateVersionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListTemplateVersionsResponse> ListTemplateVersionsAsync(ListTemplateVersionsRequest request, CallOptions options)Lists TemplateVersions in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplateVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTemplateVersionsResponse |
The call object. |
ListTemplateVersionsAsync(ListTemplateVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListTemplateVersionsResponse> ListTemplateVersionsAsync(ListTemplateVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists TemplateVersions in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplateVersionsRequestThe 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 |
AsyncUnaryCallListTemplateVersionsResponse |
The call object. |
ListTemplates(ListTemplatesRequest, CallOptions)
public virtual ListTemplatesResponse ListTemplates(ListTemplatesRequest request, CallOptions options)Lists Templates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplatesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListTemplatesResponse |
The response received from the server. |
ListTemplates(ListTemplatesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListTemplatesResponse ListTemplates(ListTemplatesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Templates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplatesRequestThe 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 |
ListTemplatesResponse |
The response received from the server. |
ListTemplatesAsync(ListTemplatesRequest, CallOptions)
public virtual AsyncUnaryCall<ListTemplatesResponse> ListTemplatesAsync(ListTemplatesRequest request, CallOptions options)Lists Templates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplatesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTemplatesResponse |
The call object. |
ListTemplatesAsync(ListTemplatesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListTemplatesResponse> ListTemplatesAsync(ListTemplatesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Templates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplatesRequestThe 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 |
AsyncUnaryCallListTemplatesResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override ParameterManager.ParameterManagerClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
ParameterManagerParameterManagerClient |
|
RenderParameterVersion(RenderParameterVersionRequest, CallOptions)
public virtual RenderParameterVersionResponse RenderParameterVersion(RenderParameterVersionRequest request, CallOptions options)Gets rendered version of a ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RenderParameterVersionResponse |
The response received from the server. |
RenderParameterVersion(RenderParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual RenderParameterVersionResponse RenderParameterVersion(RenderParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets rendered version of a ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderParameterVersionRequestThe 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 |
RenderParameterVersionResponse |
The response received from the server. |
RenderParameterVersionAsync(RenderParameterVersionRequest, CallOptions)
public virtual AsyncUnaryCall<RenderParameterVersionResponse> RenderParameterVersionAsync(RenderParameterVersionRequest request, CallOptions options)Gets rendered version of a ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRenderParameterVersionResponse |
The call object. |
RenderParameterVersionAsync(RenderParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RenderParameterVersionResponse> RenderParameterVersionAsync(RenderParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets rendered version of a ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderParameterVersionRequestThe 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 |
AsyncUnaryCallRenderParameterVersionResponse |
The call object. |
RenderTemplateVersion(RenderTemplateVersionRequest, CallOptions)
public virtual RenderTemplateVersionResponse RenderTemplateVersion(RenderTemplateVersionRequest request, CallOptions options)Gets rendered version of a TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
RenderTemplateVersionResponse |
The response received from the server. |
RenderTemplateVersion(RenderTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual RenderTemplateVersionResponse RenderTemplateVersion(RenderTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets rendered version of a TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderTemplateVersionRequestThe 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 |
RenderTemplateVersionResponse |
The response received from the server. |
RenderTemplateVersionAsync(RenderTemplateVersionRequest, CallOptions)
public virtual AsyncUnaryCall<RenderTemplateVersionResponse> RenderTemplateVersionAsync(RenderTemplateVersionRequest request, CallOptions options)Gets rendered version of a TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallRenderTemplateVersionResponse |
The call object. |
RenderTemplateVersionAsync(RenderTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<RenderTemplateVersionResponse> RenderTemplateVersionAsync(RenderTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets rendered version of a TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderTemplateVersionRequestThe 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 |
AsyncUnaryCallRenderTemplateVersionResponse |
The call object. |
UpdateParameter(UpdateParameterRequest, CallOptions)
public virtual Parameter UpdateParameter(UpdateParameterRequest request, CallOptions options)Updates a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Parameter |
The response received from the server. |
UpdateParameter(UpdateParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual Parameter UpdateParameter(UpdateParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterRequestThe 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 |
Parameter |
The response received from the server. |
UpdateParameterAsync(UpdateParameterRequest, CallOptions)
public virtual AsyncUnaryCall<Parameter> UpdateParameterAsync(UpdateParameterRequest request, CallOptions options)Updates a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameter |
The call object. |
UpdateParameterAsync(UpdateParameterRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Parameter> UpdateParameterAsync(UpdateParameterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterRequestThe 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 |
AsyncUnaryCallParameter |
The call object. |
UpdateParameterVersion(UpdateParameterVersionRequest, CallOptions)
public virtual ParameterVersion UpdateParameterVersion(UpdateParameterVersionRequest request, CallOptions options)Updates a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ParameterVersion |
The response received from the server. |
UpdateParameterVersion(UpdateParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual ParameterVersion UpdateParameterVersion(UpdateParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterVersionRequestThe 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 |
ParameterVersion |
The response received from the server. |
UpdateParameterVersionAsync(UpdateParameterVersionRequest, CallOptions)
public virtual AsyncUnaryCall<ParameterVersion> UpdateParameterVersionAsync(UpdateParameterVersionRequest request, CallOptions options)Updates a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallParameterVersion |
The call object. |
UpdateParameterVersionAsync(UpdateParameterVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ParameterVersion> UpdateParameterVersionAsync(UpdateParameterVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterVersionRequestThe 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 |
AsyncUnaryCallParameterVersion |
The call object. |
UpdateTemplate(UpdateTemplateRequest, CallOptions)
public virtual Template UpdateTemplate(UpdateTemplateRequest request, CallOptions options)Updates a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Template |
The response received from the server. |
UpdateTemplate(UpdateTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual Template UpdateTemplate(UpdateTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateRequestThe 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 |
Template |
The response received from the server. |
UpdateTemplateAsync(UpdateTemplateRequest, CallOptions)
public virtual AsyncUnaryCall<Template> UpdateTemplateAsync(UpdateTemplateRequest request, CallOptions options)Updates a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplate |
The call object. |
UpdateTemplateAsync(UpdateTemplateRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Template> UpdateTemplateAsync(UpdateTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateRequestThe 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 |
AsyncUnaryCallTemplate |
The call object. |
UpdateTemplateVersion(UpdateTemplateVersionRequest, CallOptions)
public virtual TemplateVersion UpdateTemplateVersion(UpdateTemplateVersionRequest request, CallOptions options)Updates a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TemplateVersion |
The response received from the server. |
UpdateTemplateVersion(UpdateTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual TemplateVersion UpdateTemplateVersion(UpdateTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateVersionRequestThe 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 |
TemplateVersion |
The response received from the server. |
UpdateTemplateVersionAsync(UpdateTemplateVersionRequest, CallOptions)
public virtual AsyncUnaryCall<TemplateVersion> UpdateTemplateVersionAsync(UpdateTemplateVersionRequest request, CallOptions options)Updates a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTemplateVersion |
The call object. |
UpdateTemplateVersionAsync(UpdateTemplateVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TemplateVersion> UpdateTemplateVersionAsync(UpdateTemplateVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateVersionRequestThe 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 |
AsyncUnaryCallTemplateVersion |
The call object. |