@Generated(value="by gRPC proto compiler", comments="Source: google/logging/v2/logging.proto") public final class LoggingServiceV2Grpc extends Object
Service for ingesting and querying logs.
Modifier and Type | Class and Description |
---|---|
static interface |
LoggingServiceV2Grpc.AsyncService
Service for ingesting and querying logs.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub
A stub to allow clients to do synchronous rpc calls to service LoggingServiceV2.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2FutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service LoggingServiceV2.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2ImplBase
Base class for the server implementation of the service LoggingServiceV2.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2Stub
A stub to allow clients to do asynchronous rpc calls to service LoggingServiceV2.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<DeleteLogRequest,com.google.protobuf.Empty> getDeleteLogMethod()
public static MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse> getWriteLogEntriesMethod()
public static MethodDescriptor<ListLogEntriesRequest,ListLogEntriesResponse> getListLogEntriesMethod()
public static MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> getListMonitoredResourceDescriptorsMethod()
public static MethodDescriptor<ListLogsRequest,ListLogsResponse> getListLogsMethod()
public static MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse> getTailLogEntriesMethod()
public static LoggingServiceV2Grpc.LoggingServiceV2Stub newStub(Channel channel)
public static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub newBlockingStub(Channel channel)
public static LoggingServiceV2Grpc.LoggingServiceV2FutureStub newFutureStub(Channel channel)
public static final ServerServiceDefinition bindService(LoggingServiceV2Grpc.AsyncService service)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.