Sha256: 1da5fe3127d3f97a699e75c366aa0ee15ba1a4de6586e9ba19479029d2f72f22
Contents?: true
Size: 984 Bytes
Versions: 11
Compression:
Stored size: 984 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: google/logging/v2/logging_metrics.proto for package 'google.logging.v2' require 'grpc' require 'google/logging/v2/logging_metrics' module Google module Logging module V2 module MetricsServiceV2 # TODO: add proto service documentation here class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'google.logging.v2.MetricsServiceV2' rpc :ListLogMetrics, ListLogMetricsRequest, ListLogMetricsResponse rpc :GetLogMetric, GetLogMetricRequest, LogMetric rpc :CreateLogMetric, CreateLogMetricRequest, LogMetric rpc :UpdateLogMetric, UpdateLogMetricRequest, LogMetric rpc :DeleteLogMetric, DeleteLogMetricRequest, Google::Protobuf::Empty end Stub = Service.rpc_stub_class end end end end
Version data entries
11 entries across 11 versions & 1 rubygems