Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CertificateManager::Rest::ServiceStub.
REST service stub for the CertificateManager service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_certificate
def create_certificate(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_certificate REST call
- request_pb (::Google::Cloud::CertificateManager::V1::CreateCertificateRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_certificate_issuance_config
def create_certificate_issuance_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_certificate_issuance_config REST call
- request_pb (::Google::Cloud::CertificateManager::V1::CreateCertificateIssuanceConfigRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_certificate_map
def create_certificate_map(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_certificate_map REST call
- request_pb (::Google::Cloud::CertificateManager::V1::CreateCertificateMapRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_certificate_map_entry
def create_certificate_map_entry(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_certificate_map_entry REST call
- request_pb (::Google::Cloud::CertificateManager::V1::CreateCertificateMapEntryRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_dns_authorization
def create_dns_authorization(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_dns_authorization REST call
- request_pb (::Google::Cloud::CertificateManager::V1::CreateDnsAuthorizationRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_certificate
def delete_certificate(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_certificate REST call
- request_pb (::Google::Cloud::CertificateManager::V1::DeleteCertificateRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_certificate_issuance_config
def delete_certificate_issuance_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_certificate_issuance_config REST call
- request_pb (::Google::Cloud::CertificateManager::V1::DeleteCertificateIssuanceConfigRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_certificate_map
def delete_certificate_map(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_certificate_map REST call
- request_pb (::Google::Cloud::CertificateManager::V1::DeleteCertificateMapRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_certificate_map_entry
def delete_certificate_map_entry(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_certificate_map_entry REST call
- request_pb (::Google::Cloud::CertificateManager::V1::DeleteCertificateMapEntryRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_dns_authorization
def delete_dns_authorization(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_dns_authorization REST call
- request_pb (::Google::Cloud::CertificateManager::V1::DeleteDnsAuthorizationRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_certificate
def get_certificate(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::Certificate
Baseline implementation for the get_certificate REST call
- request_pb (::Google::Cloud::CertificateManager::V1::GetCertificateRequest) — 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::CertificateManager::V1::Certificate)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::Certificate) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_certificate_issuance_config
def get_certificate_issuance_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig
Baseline implementation for the get_certificate_issuance_config REST call
- request_pb (::Google::Cloud::CertificateManager::V1::GetCertificateIssuanceConfigRequest) — 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::CertificateManager::V1::CertificateIssuanceConfig)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::CertificateIssuanceConfig) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_certificate_map
def get_certificate_map(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::CertificateMap
Baseline implementation for the get_certificate_map REST call
- request_pb (::Google::Cloud::CertificateManager::V1::GetCertificateMapRequest) — 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::CertificateManager::V1::CertificateMap)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::CertificateMap) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_certificate_map_entry
def get_certificate_map_entry(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Baseline implementation for the get_certificate_map_entry REST call
- request_pb (::Google::Cloud::CertificateManager::V1::GetCertificateMapEntryRequest) — 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::CertificateManager::V1::CertificateMapEntry)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::CertificateMapEntry) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_dns_authorization
def get_dns_authorization(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::DnsAuthorization
Baseline implementation for the get_dns_authorization REST call
- request_pb (::Google::Cloud::CertificateManager::V1::GetDnsAuthorizationRequest) — 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::CertificateManager::V1::DnsAuthorization)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_certificate_issuance_configs
def list_certificate_issuance_configs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::ListCertificateIssuanceConfigsResponse
Baseline implementation for the list_certificate_issuance_configs REST call
- request_pb (::Google::Cloud::CertificateManager::V1::ListCertificateIssuanceConfigsRequest) — 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::CertificateManager::V1::ListCertificateIssuanceConfigsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::ListCertificateIssuanceConfigsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_certificate_map_entries
def list_certificate_map_entries(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesResponse
Baseline implementation for the list_certificate_map_entries REST call
- request_pb (::Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesRequest) — 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::CertificateManager::V1::ListCertificateMapEntriesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::ListCertificateMapEntriesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_certificate_maps
def list_certificate_maps(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::ListCertificateMapsResponse
Baseline implementation for the list_certificate_maps REST call
- request_pb (::Google::Cloud::CertificateManager::V1::ListCertificateMapsRequest) — 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::CertificateManager::V1::ListCertificateMapsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::ListCertificateMapsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_certificates
def list_certificates(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::ListCertificatesResponse
Baseline implementation for the list_certificates REST call
- request_pb (::Google::Cloud::CertificateManager::V1::ListCertificatesRequest) — 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::CertificateManager::V1::ListCertificatesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::ListCertificatesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_dns_authorizations
def list_dns_authorizations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CertificateManager::V1::ListDnsAuthorizationsResponse
Baseline implementation for the list_dns_authorizations REST call
- request_pb (::Google::Cloud::CertificateManager::V1::ListDnsAuthorizationsRequest) — 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::CertificateManager::V1::ListDnsAuthorizationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CertificateManager::V1::ListDnsAuthorizationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_certificate
def update_certificate(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_certificate REST call
- request_pb (::Google::Cloud::CertificateManager::V1::UpdateCertificateRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_certificate_map
def update_certificate_map(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_certificate_map REST call
- request_pb (::Google::Cloud::CertificateManager::V1::UpdateCertificateMapRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_certificate_map_entry
def update_certificate_map_entry(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_certificate_map_entry REST call
- request_pb (::Google::Cloud::CertificateManager::V1::UpdateCertificateMapEntryRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_dns_authorization
def update_dns_authorization(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_dns_authorization REST call
- request_pb (::Google::Cloud::CertificateManager::V1::UpdateDnsAuthorizationRequest) — 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::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)