Sha256: 5bd41dc489a792590424d77f51674a9dc33233f120702470d4fabb4b62f397ce
Contents?: true
Size: 975 Bytes
Versions: 11
Compression:
Stored size: 975 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: google/logging/v2/logging.proto for package 'google.logging.v2' require 'grpc' require 'google/logging/v2/logging' module Google module Logging module V2 module LoggingServiceV2 # 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.LoggingServiceV2' rpc :DeleteLog, DeleteLogRequest, Google::Protobuf::Empty rpc :WriteLogEntries, WriteLogEntriesRequest, WriteLogEntriesResponse rpc :ListLogEntries, ListLogEntriesRequest, ListLogEntriesResponse rpc :ListMonitoredResourceDescriptors, ListMonitoredResourceDescriptorsRequest, ListMonitoredResourceDescriptorsResponse end Stub = Service.rpc_stub_class end end end end
Version data entries
11 entries across 11 versions & 1 rubygems