[BindServiceMethod(typeof(ParameterManager), "BindService")]
public abstract class ParameterManager.ParameterManagerBaseReference documentation and code samples for the Parameter Manager v1 API class ParameterManager.ParameterManagerBase.
Base class for server-side implementations of ParameterManager
Namespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Methods
CreateParameter(CreateParameterRequest, ServerCallContext)
public virtual Task<Parameter> CreateParameter(CreateParameterRequest request, ServerCallContext context)Creates a new Parameter in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameter |
The response to send back to the client (wrapped by a task). |
CreateParameterVersion(CreateParameterVersionRequest, ServerCallContext)
public virtual Task<ParameterVersion> CreateParameterVersion(CreateParameterVersionRequest request, ServerCallContext context)Creates a new ParameterVersion in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateParameterVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameterVersion |
The response to send back to the client (wrapped by a task). |
CreateTemplate(CreateTemplateRequest, ServerCallContext)
public virtual Task<Template> CreateTemplate(CreateTemplateRequest request, ServerCallContext context)Creates a new Template in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplate |
The response to send back to the client (wrapped by a task). |
CreateTemplateVersion(CreateTemplateVersionRequest, ServerCallContext)
public virtual Task<TemplateVersion> CreateTemplateVersion(CreateTemplateVersionRequest request, ServerCallContext context)Creates a new TemplateVersion in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTemplateVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplateVersion |
The response to send back to the client (wrapped by a task). |
DeleteParameter(DeleteParameterRequest, ServerCallContext)
public virtual Task<Empty> DeleteParameter(DeleteParameterRequest request, ServerCallContext context)Deletes a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteParameterVersion(DeleteParameterVersionRequest, ServerCallContext)
public virtual Task<Empty> DeleteParameterVersion(DeleteParameterVersionRequest request, ServerCallContext context)Deletes a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteParameterVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteTemplate(DeleteTemplateRequest, ServerCallContext)
public virtual Task<Empty> DeleteTemplate(DeleteTemplateRequest request, ServerCallContext context)Deletes a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteTemplateVersion(DeleteTemplateVersionRequest, ServerCallContext)
public virtual Task<Empty> DeleteTemplateVersion(DeleteTemplateVersionRequest request, ServerCallContext context)Deletes a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTemplateVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetParameter(GetParameterRequest, ServerCallContext)
public virtual Task<Parameter> GetParameter(GetParameterRequest request, ServerCallContext context)Gets details of a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameter |
The response to send back to the client (wrapped by a task). |
GetParameterVersion(GetParameterVersionRequest, ServerCallContext)
public virtual Task<ParameterVersion> GetParameterVersion(GetParameterVersionRequest request, ServerCallContext context)Gets details of a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetParameterVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameterVersion |
The response to send back to the client (wrapped by a task). |
GetTemplate(GetTemplateRequest, ServerCallContext)
public virtual Task<Template> GetTemplate(GetTemplateRequest request, ServerCallContext context)Gets details of a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplate |
The response to send back to the client (wrapped by a task). |
GetTemplateVersion(GetTemplateVersionRequest, ServerCallContext)
public virtual Task<TemplateVersion> GetTemplateVersion(GetTemplateVersionRequest request, ServerCallContext context)Gets details of a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTemplateVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplateVersion |
The response to send back to the client (wrapped by a task). |
ListParameterVersions(ListParameterVersionsRequest, ServerCallContext)
public virtual Task<ListParameterVersionsResponse> ListParameterVersions(ListParameterVersionsRequest request, ServerCallContext context)Lists ParameterVersions in a given project, location, and parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParameterVersionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListParameterVersionsResponse |
The response to send back to the client (wrapped by a task). |
ListParameters(ListParametersRequest, ServerCallContext)
public virtual Task<ListParametersResponse> ListParameters(ListParametersRequest request, ServerCallContext context)Lists Parameters in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListParametersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListParametersResponse |
The response to send back to the client (wrapped by a task). |
ListTemplateVersions(ListTemplateVersionsRequest, ServerCallContext)
public virtual Task<ListTemplateVersionsResponse> ListTemplateVersions(ListTemplateVersionsRequest request, ServerCallContext context)Lists TemplateVersions in a given project, location, and template.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplateVersionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTemplateVersionsResponse |
The response to send back to the client (wrapped by a task). |
ListTemplates(ListTemplatesRequest, ServerCallContext)
public virtual Task<ListTemplatesResponse> ListTemplates(ListTemplatesRequest request, ServerCallContext context)Lists Templates in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTemplatesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListTemplatesResponse |
The response to send back to the client (wrapped by a task). |
RenderParameterVersion(RenderParameterVersionRequest, ServerCallContext)
public virtual Task<RenderParameterVersionResponse> RenderParameterVersion(RenderParameterVersionRequest request, ServerCallContext context)Gets rendered version of a ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderParameterVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRenderParameterVersionResponse |
The response to send back to the client (wrapped by a task). |
RenderTemplateVersion(RenderTemplateVersionRequest, ServerCallContext)
public virtual Task<RenderTemplateVersionResponse> RenderTemplateVersion(RenderTemplateVersionRequest request, ServerCallContext context)Gets rendered version of a TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
RenderTemplateVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskRenderTemplateVersionResponse |
The response to send back to the client (wrapped by a task). |
UpdateParameter(UpdateParameterRequest, ServerCallContext)
public virtual Task<Parameter> UpdateParameter(UpdateParameterRequest request, ServerCallContext context)Updates a single Parameter.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameter |
The response to send back to the client (wrapped by a task). |
UpdateParameterVersion(UpdateParameterVersionRequest, ServerCallContext)
public virtual Task<ParameterVersion> UpdateParameterVersion(UpdateParameterVersionRequest request, ServerCallContext context)Updates a single ParameterVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateParameterVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskParameterVersion |
The response to send back to the client (wrapped by a task). |
UpdateTemplate(UpdateTemplateRequest, ServerCallContext)
public virtual Task<Template> UpdateTemplate(UpdateTemplateRequest request, ServerCallContext context)Updates a single Template.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplate |
The response to send back to the client (wrapped by a task). |
UpdateTemplateVersion(UpdateTemplateVersionRequest, ServerCallContext)
public virtual Task<TemplateVersion> UpdateTemplateVersion(UpdateTemplateVersionRequest request, ServerCallContext context)Updates a single TemplateVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTemplateVersionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskTemplateVersion |
The response to send back to the client (wrapped by a task). |