Package com.google.logging.v2
Class LoggingServiceV2Grpc
- java.lang.Object
-
- com.google.logging.v2.LoggingServiceV2Grpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoggingServiceV2Grpc.AsyncServiceService for ingesting and querying logs.static classLoggingServiceV2Grpc.LoggingServiceV2BlockingStubA stub to allow clients to do synchronous rpc calls to service LoggingServiceV2.static classLoggingServiceV2Grpc.LoggingServiceV2FutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service LoggingServiceV2.static classLoggingServiceV2Grpc.LoggingServiceV2ImplBaseBase class for the server implementation of the service LoggingServiceV2.static classLoggingServiceV2Grpc.LoggingServiceV2StubA stub to allow clients to do asynchronous rpc calls to service LoggingServiceV2.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(LoggingServiceV2Grpc.AsyncService service)static io.grpc.MethodDescriptor<DeleteLogRequest,com.google.protobuf.Empty>getDeleteLogMethod()static io.grpc.MethodDescriptor<ListLogEntriesRequest,ListLogEntriesResponse>getListLogEntriesMethod()static io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse>getListLogsMethod()static io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse>getListMonitoredResourceDescriptorsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse>getTailLogEntriesMethod()static io.grpc.MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse>getWriteLogEntriesMethod()static LoggingServiceV2Grpc.LoggingServiceV2BlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LoggingServiceV2Grpc.LoggingServiceV2FutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LoggingServiceV2Grpc.LoggingServiceV2StubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeleteLogMethod
public static io.grpc.MethodDescriptor<DeleteLogRequest,com.google.protobuf.Empty> getDeleteLogMethod()
-
getWriteLogEntriesMethod
public static io.grpc.MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse> getWriteLogEntriesMethod()
-
getListLogEntriesMethod
public static io.grpc.MethodDescriptor<ListLogEntriesRequest,ListLogEntriesResponse> getListLogEntriesMethod()
-
getListMonitoredResourceDescriptorsMethod
public static io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> getListMonitoredResourceDescriptorsMethod()
-
getListLogsMethod
public static io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse> getListLogsMethod()
-
getTailLogEntriesMethod
public static io.grpc.MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse> getTailLogEntriesMethod()
-
newStub
public static LoggingServiceV2Grpc.LoggingServiceV2Stub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LoggingServiceV2Grpc.LoggingServiceV2FutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(LoggingServiceV2Grpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-