Reference documentation and code samples for the Cloud Domains V1beta1 API class Google::Cloud::Domains::V1beta1::Domains::Rest::ServiceStub.
REST service stub for the Domains service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#configure_contact_settings
def configure_contact_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the configure_contact_settings REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ConfigureContactSettingsRequest) — 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)
#configure_dns_settings
def configure_dns_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the configure_dns_settings REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ConfigureDnsSettingsRequest) — 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)
#configure_management_settings
def configure_management_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the configure_management_settings REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ConfigureManagementSettingsRequest) — 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_registration
def delete_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_registration REST call
- request_pb (::Google::Cloud::Domains::V1beta1::DeleteRegistrationRequest) — 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)
#export_registration
def export_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_registration REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ExportRegistrationRequest) — 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_registration
def get_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::Registration
Baseline implementation for the get_registration REST call
- request_pb (::Google::Cloud::Domains::V1beta1::GetRegistrationRequest) — 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::Domains::V1beta1::Registration)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::Registration) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_registrations
def list_registrations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::ListRegistrationsResponse
Baseline implementation for the list_registrations REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ListRegistrationsRequest) — 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::Domains::V1beta1::ListRegistrationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::ListRegistrationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#register_domain
def register_domain(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the register_domain REST call
- request_pb (::Google::Cloud::Domains::V1beta1::RegisterDomainRequest) — 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)
#reset_authorization_code
def reset_authorization_code(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::AuthorizationCode
Baseline implementation for the reset_authorization_code REST call
- request_pb (::Google::Cloud::Domains::V1beta1::ResetAuthorizationCodeRequest) — 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::Domains::V1beta1::AuthorizationCode)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::AuthorizationCode) — A result object deserialized from the server's reply
- (::ArgumentError)
#retrieve_authorization_code
def retrieve_authorization_code(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::AuthorizationCode
Baseline implementation for the retrieve_authorization_code REST call
- request_pb (::Google::Cloud::Domains::V1beta1::RetrieveAuthorizationCodeRequest) — 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::Domains::V1beta1::AuthorizationCode)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::AuthorizationCode) — A result object deserialized from the server's reply
- (::ArgumentError)
#retrieve_register_parameters
def retrieve_register_parameters(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::RetrieveRegisterParametersResponse
Baseline implementation for the retrieve_register_parameters REST call
- request_pb (::Google::Cloud::Domains::V1beta1::RetrieveRegisterParametersRequest) — 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::Domains::V1beta1::RetrieveRegisterParametersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::RetrieveRegisterParametersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#retrieve_transfer_parameters
def retrieve_transfer_parameters(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::RetrieveTransferParametersResponse
Baseline implementation for the retrieve_transfer_parameters REST call
- request_pb (::Google::Cloud::Domains::V1beta1::RetrieveTransferParametersRequest) — 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::Domains::V1beta1::RetrieveTransferParametersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::RetrieveTransferParametersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_domains
def search_domains(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Domains::V1beta1::SearchDomainsResponse
Baseline implementation for the search_domains REST call
- request_pb (::Google::Cloud::Domains::V1beta1::SearchDomainsRequest) — 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::Domains::V1beta1::SearchDomainsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Domains::V1beta1::SearchDomainsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#transfer_domain
def transfer_domain(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the transfer_domain REST call
- request_pb (::Google::Cloud::Domains::V1beta1::TransferDomainRequest) — 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_registration
def update_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_registration REST call
- request_pb (::Google::Cloud::Domains::V1beta1::UpdateRegistrationRequest) — 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)