@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/logging/v2/logging_config.proto")
public final class ConfigServiceV2Grpc
extends java.lang.Object
Service for configuring sinks used to export log entries outside of Stackdriver Logging.
Modifier and Type | Class and Description |
---|---|
static class |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub
Service for configuring sinks used to export log entries outside of
Stackdriver Logging.
|
static class |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub
Service for configuring sinks used to export log entries outside of
Stackdriver Logging.
|
static class |
ConfigServiceV2Grpc.ConfigServiceV2ImplBase
Service for configuring sinks used to export log entries outside of
Stackdriver Logging.
|
static class |
ConfigServiceV2Grpc.ConfigServiceV2Stub
Service for configuring sinks used to export log entries outside of
Stackdriver Logging.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CreateExclusionRequest,LogExclusion> |
METHOD_CREATE_EXCLUSION |
static io.grpc.MethodDescriptor<CreateSinkRequest,LogSink> |
METHOD_CREATE_SINK |
static io.grpc.MethodDescriptor<DeleteExclusionRequest,Empty> |
METHOD_DELETE_EXCLUSION |
static io.grpc.MethodDescriptor<DeleteSinkRequest,Empty> |
METHOD_DELETE_SINK |
static io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion> |
METHOD_GET_EXCLUSION |
static io.grpc.MethodDescriptor<GetSinkRequest,LogSink> |
METHOD_GET_SINK |
static io.grpc.MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse> |
METHOD_LIST_EXCLUSIONS |
static io.grpc.MethodDescriptor<ListSinksRequest,ListSinksResponse> |
METHOD_LIST_SINKS |
static io.grpc.MethodDescriptor<UpdateExclusionRequest,LogExclusion> |
METHOD_UPDATE_EXCLUSION |
static io.grpc.MethodDescriptor<UpdateSinkRequest,LogSink> |
METHOD_UPDATE_SINK |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ConfigServiceV2Grpc.ConfigServiceV2FutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ConfigServiceV2Grpc.ConfigServiceV2Stub |
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<ListSinksRequest,ListSinksResponse> METHOD_LIST_SINKS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetSinkRequest,LogSink> METHOD_GET_SINK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateSinkRequest,LogSink> METHOD_CREATE_SINK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateSinkRequest,LogSink> METHOD_UPDATE_SINK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteSinkRequest,Empty> METHOD_DELETE_SINK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse> METHOD_LIST_EXCLUSIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion> METHOD_GET_EXCLUSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateExclusionRequest,LogExclusion> METHOD_CREATE_EXCLUSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateExclusionRequest,LogExclusion> METHOD_UPDATE_EXCLUSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteExclusionRequest,Empty> METHOD_DELETE_EXCLUSION
public static ConfigServiceV2Grpc.ConfigServiceV2Stub newStub(io.grpc.Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2FutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()