Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::DomainMappings::Rest::ServiceStub.
REST service stub for the DomainMappings service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_domain_mapping
def create_domain_mapping(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_domain_mapping REST call
- request_pb (::Google::Cloud::AppEngine::V1::CreateDomainMappingRequest) — 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_domain_mapping
def delete_domain_mapping(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_domain_mapping REST call
- request_pb (::Google::Cloud::AppEngine::V1::DeleteDomainMappingRequest) — 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)
#get_domain_mapping
def get_domain_mapping(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AppEngine::V1::DomainMapping
Baseline implementation for the get_domain_mapping REST call
- request_pb (::Google::Cloud::AppEngine::V1::GetDomainMappingRequest) — 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::AppEngine::V1::DomainMapping)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AppEngine::V1::DomainMapping) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_domain_mappings
def list_domain_mappings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AppEngine::V1::ListDomainMappingsResponse
Baseline implementation for the list_domain_mappings REST call
- request_pb (::Google::Cloud::AppEngine::V1::ListDomainMappingsRequest) — 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::AppEngine::V1::ListDomainMappingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AppEngine::V1::ListDomainMappingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_domain_mapping
def update_domain_mapping(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_domain_mapping REST call
- request_pb (::Google::Cloud::AppEngine::V1::UpdateDomainMappingRequest) — 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)