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. |
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. |
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. |
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. |
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. |
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. |