Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::CloudControlsPartnerMonitoring::Rest::ServiceStub.
REST service stub for the CloudControlsPartnerMonitoring service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_violation
def get_violation(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudControlsPartner::V1beta::Violation
Baseline implementation for the get_violation REST call
- request_pb (::Google::Cloud::CloudControlsPartner::V1beta::GetViolationRequest) — 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::CloudControlsPartner::V1beta::Violation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudControlsPartner::V1beta::Violation) — 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_violations
def list_violations(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudControlsPartner::V1beta::ListViolationsResponse
Baseline implementation for the list_violations REST call
- request_pb (::Google::Cloud::CloudControlsPartner::V1beta::ListViolationsRequest) — 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::CloudControlsPartner::V1beta::ListViolationsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudControlsPartner::V1beta::ListViolationsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)