@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/logging/v2/logging.proto")
public final class LoggingServiceV2Grpc
extends java.lang.Object
Service for ingesting and querying logs.
Modifier and Type | Class and Description |
---|---|
static class |
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub
Service for ingesting and querying logs.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2FutureStub
Service for ingesting and querying logs.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2ImplBase
Service for ingesting and querying logs.
|
static class |
LoggingServiceV2Grpc.LoggingServiceV2Stub
Service for ingesting and querying logs.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<DeleteLogRequest,Empty> |
METHOD_DELETE_LOG |
static io.grpc.MethodDescriptor<ListLogEntriesRequest,ListLogEntriesResponse> |
METHOD_LIST_LOG_ENTRIES |
static io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse> |
METHOD_LIST_LOGS |
static io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> |
METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS |
static io.grpc.MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse> |
METHOD_WRITE_LOG_ENTRIES |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LoggingServiceV2Grpc.LoggingServiceV2FutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static LoggingServiceV2Grpc.LoggingServiceV2Stub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteLogRequest,Empty> METHOD_DELETE_LOG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse> METHOD_WRITE_LOG_ENTRIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListLogEntriesRequest,ListLogEntriesResponse> METHOD_LIST_LOG_ENTRIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse> METHOD_LIST_LOGS
public static LoggingServiceV2Grpc.LoggingServiceV2Stub newStub(io.grpc.Channel channel)
public static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)
public static LoggingServiceV2Grpc.LoggingServiceV2FutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()