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