Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChartService::Rest::ServiceStub.
REST service stub for the DashboardChartService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#batch_get_dashboard_charts
def batch_get_dashboard_charts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::BatchGetDashboardChartsResponseBaseline implementation for the batch_get_dashboard_charts REST call
- request_pb (::Google::Cloud::Chronicle::V1::BatchGetDashboardChartsRequest) — 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::Chronicle::V1::BatchGetDashboardChartsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::BatchGetDashboardChartsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#get_dashboard_chart
def get_dashboard_chart(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Chronicle::V1::DashboardChartBaseline implementation for the get_dashboard_chart REST call
- request_pb (::Google::Cloud::Chronicle::V1::GetDashboardChartRequest) — 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::Chronicle::V1::DashboardChart)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Chronicle::V1::DashboardChart) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)