Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::InsightsConfigService::Rest::ServiceStub.
REST service stub for the InsightsConfigService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_insights_config
def create_insights_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_insights_config REST call
- request_pb (::Google::Cloud::Developerconnect::V1::CreateInsightsConfigRequest) — 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_insights_config
def delete_insights_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_insights_config REST call
- request_pb (::Google::Cloud::Developerconnect::V1::DeleteInsightsConfigRequest) — 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_insights_config
def get_insights_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Developerconnect::V1::InsightsConfig
Baseline implementation for the get_insights_config REST call
- request_pb (::Google::Cloud::Developerconnect::V1::GetInsightsConfigRequest) — 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::Developerconnect::V1::InsightsConfig)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Developerconnect::V1::InsightsConfig) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_insights_configs
def list_insights_configs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Developerconnect::V1::ListInsightsConfigsResponse
Baseline implementation for the list_insights_configs REST call
- request_pb (::Google::Cloud::Developerconnect::V1::ListInsightsConfigsRequest) — 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::Developerconnect::V1::ListInsightsConfigsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Developerconnect::V1::ListInsightsConfigsResponse) — 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)
#update_insights_config
def update_insights_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_insights_config REST call
- request_pb (::Google::Cloud::Developerconnect::V1::UpdateInsightsConfigRequest) — 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)