Sha256: 8f53f41f573dae0783988749c7b30f287e4a0f331a97f7f4c4308d64427fd00d

Contents?: true

Size: 1.76 KB

Versions: 4

Compression:

Stored size: 1.76 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: google/logging/v2/logging_metrics.proto for package 'google.logging.v2'
# Original file comments:
# Copyright 2018 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


require 'grpc'
require 'google/logging/v2/logging_metrics_pb'

module Google
  module Logging
    module V2
      module MetricsServiceV2
        # Service for configuring logs-based metrics.
        class Service

          include GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'google.logging.v2.MetricsServiceV2'

          # Lists logs-based metrics.
          rpc :ListLogMetrics, ListLogMetricsRequest, ListLogMetricsResponse
          # Gets a logs-based metric.
          rpc :GetLogMetric, GetLogMetricRequest, LogMetric
          # Creates a logs-based metric.
          rpc :CreateLogMetric, CreateLogMetricRequest, LogMetric
          # Creates or updates a logs-based metric.
          rpc :UpdateLogMetric, UpdateLogMetricRequest, LogMetric
          # Deletes a logs-based metric.
          rpc :DeleteLogMetric, DeleteLogMetricRequest, Google::Protobuf::Empty
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-cloud-logging-1.5.6 lib/google/logging/v2/logging_metrics_services_pb.rb
google-cloud-logging-1.5.5 lib/google/logging/v2/logging_metrics_services_pb.rb
google-cloud-logging-1.5.4 lib/google/logging/v2/logging_metrics_services_pb.rb
google-cloud-logging-1.5.3 lib/google/logging/v2/logging_metrics_services_pb.rb