Reference documentation and code samples for the Parameter Manager V1 API class Google::Cloud::ParameterManager::V1::ParameterManager::Rest::ServiceStub.
REST service stub for the ParameterManager service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_parameter
def create_parameter(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::Parameter
Baseline implementation for the create_parameter REST call
- request_pb (::Google::Cloud::ParameterManager::V1::CreateParameterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::Parameter)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::Parameter) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_parameter_version
def create_parameter_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::ParameterVersion
Baseline implementation for the create_parameter_version REST call
- request_pb (::Google::Cloud::ParameterManager::V1::CreateParameterVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::ParameterVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::ParameterVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_parameter
def delete_parameter(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_parameter REST call
- request_pb (::Google::Cloud::ParameterManager::V1::DeleteParameterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_parameter_version
def delete_parameter_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_parameter_version REST call
- request_pb (::Google::Cloud::ParameterManager::V1::DeleteParameterVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_parameter
def get_parameter(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::Parameter
Baseline implementation for the get_parameter REST call
- request_pb (::Google::Cloud::ParameterManager::V1::GetParameterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::Parameter)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::Parameter) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_parameter_version
def get_parameter_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::ParameterVersion
Baseline implementation for the get_parameter_version REST call
- request_pb (::Google::Cloud::ParameterManager::V1::GetParameterVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::ParameterVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::ParameterVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_parameter_versions
def list_parameter_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::ListParameterVersionsResponse
Baseline implementation for the list_parameter_versions REST call
- request_pb (::Google::Cloud::ParameterManager::V1::ListParameterVersionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::ListParameterVersionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::ListParameterVersionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_parameters
def list_parameters(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::ListParametersResponse
Baseline implementation for the list_parameters REST call
- request_pb (::Google::Cloud::ParameterManager::V1::ListParametersRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::ListParametersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::ListParametersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#render_parameter_version
def render_parameter_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::RenderParameterVersionResponse
Baseline implementation for the render_parameter_version REST call
- request_pb (::Google::Cloud::ParameterManager::V1::RenderParameterVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::RenderParameterVersionResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::RenderParameterVersionResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_parameter
def update_parameter(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::Parameter
Baseline implementation for the update_parameter REST call
- request_pb (::Google::Cloud::ParameterManager::V1::UpdateParameterRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::Parameter)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::Parameter) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_parameter_version
def update_parameter_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ParameterManager::V1::ParameterVersion
Baseline implementation for the update_parameter_version REST call
- request_pb (::Google::Cloud::ParameterManager::V1::UpdateParameterVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::ParameterManager::V1::ParameterVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ParameterManager::V1::ParameterVersion) — A result object deserialized from the server's reply
- (::ArgumentError)