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

Version Path
gcloud-0.12.2 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.12.1 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.12.0 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.11.0 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.10.0 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.9.0 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.8.2 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.8.0 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.7.2 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.7.1 lib/google/logging/v2/logging_metrics_services.rb
gcloud-0.7.0 lib/google/logging/v2/logging_metrics_services.rb