Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::HostProjectRegistrationService::Rest::ServiceStub.
REST service stub for the HostProjectRegistrationService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_host_project_registration
def create_host_project_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::HostProjectRegistration
Baseline implementation for the create_host_project_registration REST call
- request_pb (::Google::Cloud::ApiHub::V1::CreateHostProjectRegistrationRequest) — 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::ApiHub::V1::HostProjectRegistration)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ApiHub::V1::HostProjectRegistration) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_host_project_registration
def get_host_project_registration(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::HostProjectRegistration
Baseline implementation for the get_host_project_registration REST call
- request_pb (::Google::Cloud::ApiHub::V1::GetHostProjectRegistrationRequest) — 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::ApiHub::V1::HostProjectRegistration)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ApiHub::V1::HostProjectRegistration) — 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_host_project_registrations
def list_host_project_registrations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsResponse
Baseline implementation for the list_host_project_registrations REST call
- request_pb (::Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsRequest) — 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::ApiHub::V1::ListHostProjectRegistrationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ApiHub::V1::ListHostProjectRegistrationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)