public static final class ParameterManagerGrpc.ParameterManagerBlockingStub extends io.grpc.stub.AbstractBlockingStub<ParameterManagerGrpc.ParameterManagerBlockingStub>
Service describing handlers for resources
| Modifier and Type | Method and Description |
|---|---|
protected ParameterManagerGrpc.ParameterManagerBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Parameter |
createParameter(CreateParameterRequest request)
Creates a new Parameter in a given project and location.
|
ParameterVersion |
createParameterVersion(CreateParameterVersionRequest request)
Creates a new ParameterVersion in a given project, location, and parameter.
|
com.google.protobuf.Empty |
deleteParameter(DeleteParameterRequest request)
Deletes a single Parameter.
|
com.google.protobuf.Empty |
deleteParameterVersion(DeleteParameterVersionRequest request)
Deletes a single ParameterVersion.
|
Parameter |
getParameter(GetParameterRequest request)
Gets details of a single Parameter.
|
ParameterVersion |
getParameterVersion(GetParameterVersionRequest request)
Gets details of a single ParameterVersion.
|
ListParametersResponse |
listParameters(ListParametersRequest request)
Lists Parameters in a given project and location.
|
ListParameterVersionsResponse |
listParameterVersions(ListParameterVersionsRequest request)
Lists ParameterVersions in a given project, location, and parameter.
|
RenderParameterVersionResponse |
renderParameterVersion(RenderParameterVersionRequest request)
Gets rendered version of a ParameterVersion.
|
Parameter |
updateParameter(UpdateParameterRequest request)
Updates a single Parameter.
|
ParameterVersion |
updateParameterVersion(UpdateParameterVersionRequest request)
Updates a single ParameterVersion.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected ParameterManagerGrpc.ParameterManagerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ParameterManagerGrpc.ParameterManagerBlockingStub>public ListParametersResponse listParameters(ListParametersRequest request)
Lists Parameters in a given project and location.
public Parameter getParameter(GetParameterRequest request)
Gets details of a single Parameter.
public Parameter createParameter(CreateParameterRequest request)
Creates a new Parameter in a given project and location.
public Parameter updateParameter(UpdateParameterRequest request)
Updates a single Parameter.
public com.google.protobuf.Empty deleteParameter(DeleteParameterRequest request)
Deletes a single Parameter.
public ListParameterVersionsResponse listParameterVersions(ListParameterVersionsRequest request)
Lists ParameterVersions in a given project, location, and parameter.
public ParameterVersion getParameterVersion(GetParameterVersionRequest request)
Gets details of a single ParameterVersion.
public RenderParameterVersionResponse renderParameterVersion(RenderParameterVersionRequest request)
Gets rendered version of a ParameterVersion.
public ParameterVersion createParameterVersion(CreateParameterVersionRequest request)
Creates a new ParameterVersion in a given project, location, and parameter.
public ParameterVersion updateParameterVersion(UpdateParameterVersionRequest request)
Updates a single ParameterVersion.
public com.google.protobuf.Empty deleteParameterVersion(DeleteParameterVersionRequest request)
Deletes a single ParameterVersion.
Copyright © 2025 Google LLC. All rights reserved.