Package com.google.logging.v2
Class ConfigServiceV2Grpc
- java.lang.Object
-
- com.google.logging.v2.ConfigServiceV2Grpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/logging/v2/logging_config.proto") public final class ConfigServiceV2Grpc extends Object
Service for configuring sinks used to route log entries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConfigServiceV2Grpc.AsyncService
Service for configuring sinks used to route log entries.static class
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub
A stub to allow clients to do synchronous rpc calls to service ConfigServiceV2.static class
ConfigServiceV2Grpc.ConfigServiceV2FutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ConfigServiceV2.static class
ConfigServiceV2Grpc.ConfigServiceV2ImplBase
Base class for the server implementation of the service ConfigServiceV2.static class
ConfigServiceV2Grpc.ConfigServiceV2Stub
A stub to allow clients to do asynchronous rpc calls to service ConfigServiceV2.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ConfigServiceV2Grpc.AsyncService service)
static io.grpc.MethodDescriptor<CopyLogEntriesRequest,com.google.longrunning.Operation>
getCopyLogEntriesMethod()
static io.grpc.MethodDescriptor<CreateBucketRequest,com.google.longrunning.Operation>
getCreateBucketAsyncMethod()
static io.grpc.MethodDescriptor<CreateBucketRequest,LogBucket>
getCreateBucketMethod()
static io.grpc.MethodDescriptor<CreateExclusionRequest,LogExclusion>
getCreateExclusionMethod()
static io.grpc.MethodDescriptor<CreateLinkRequest,com.google.longrunning.Operation>
getCreateLinkMethod()
static io.grpc.MethodDescriptor<CreateSinkRequest,LogSink>
getCreateSinkMethod()
static io.grpc.MethodDescriptor<CreateViewRequest,LogView>
getCreateViewMethod()
static io.grpc.MethodDescriptor<DeleteBucketRequest,com.google.protobuf.Empty>
getDeleteBucketMethod()
static io.grpc.MethodDescriptor<DeleteExclusionRequest,com.google.protobuf.Empty>
getDeleteExclusionMethod()
static io.grpc.MethodDescriptor<DeleteLinkRequest,com.google.longrunning.Operation>
getDeleteLinkMethod()
static io.grpc.MethodDescriptor<DeleteSinkRequest,com.google.protobuf.Empty>
getDeleteSinkMethod()
static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty>
getDeleteViewMethod()
static io.grpc.MethodDescriptor<GetBucketRequest,LogBucket>
getGetBucketMethod()
static io.grpc.MethodDescriptor<GetCmekSettingsRequest,CmekSettings>
getGetCmekSettingsMethod()
static io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion>
getGetExclusionMethod()
static io.grpc.MethodDescriptor<GetLinkRequest,Link>
getGetLinkMethod()
static io.grpc.MethodDescriptor<GetSettingsRequest,Settings>
getGetSettingsMethod()
static io.grpc.MethodDescriptor<GetSinkRequest,LogSink>
getGetSinkMethod()
static io.grpc.MethodDescriptor<GetViewRequest,LogView>
getGetViewMethod()
static io.grpc.MethodDescriptor<ListBucketsRequest,ListBucketsResponse>
getListBucketsMethod()
static io.grpc.MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse>
getListExclusionsMethod()
static io.grpc.MethodDescriptor<ListLinksRequest,ListLinksResponse>
getListLinksMethod()
static io.grpc.MethodDescriptor<ListSinksRequest,ListSinksResponse>
getListSinksMethod()
static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse>
getListViewsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeleteBucketRequest,com.google.protobuf.Empty>
getUndeleteBucketMethod()
static io.grpc.MethodDescriptor<UpdateBucketRequest,com.google.longrunning.Operation>
getUpdateBucketAsyncMethod()
static io.grpc.MethodDescriptor<UpdateBucketRequest,LogBucket>
getUpdateBucketMethod()
static io.grpc.MethodDescriptor<UpdateCmekSettingsRequest,CmekSettings>
getUpdateCmekSettingsMethod()
static io.grpc.MethodDescriptor<UpdateExclusionRequest,LogExclusion>
getUpdateExclusionMethod()
static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings>
getUpdateSettingsMethod()
static io.grpc.MethodDescriptor<UpdateSinkRequest,LogSink>
getUpdateSinkMethod()
static io.grpc.MethodDescriptor<UpdateViewRequest,LogView>
getUpdateViewMethod()
static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ConfigServiceV2Grpc.ConfigServiceV2FutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ConfigServiceV2Grpc.ConfigServiceV2Stub
newStub(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
-
getListBucketsMethod
public static io.grpc.MethodDescriptor<ListBucketsRequest,ListBucketsResponse> getListBucketsMethod()
-
getGetBucketMethod
public static io.grpc.MethodDescriptor<GetBucketRequest,LogBucket> getGetBucketMethod()
-
getCreateBucketAsyncMethod
public static io.grpc.MethodDescriptor<CreateBucketRequest,com.google.longrunning.Operation> getCreateBucketAsyncMethod()
-
getUpdateBucketAsyncMethod
public static io.grpc.MethodDescriptor<UpdateBucketRequest,com.google.longrunning.Operation> getUpdateBucketAsyncMethod()
-
getCreateBucketMethod
public static io.grpc.MethodDescriptor<CreateBucketRequest,LogBucket> getCreateBucketMethod()
-
getUpdateBucketMethod
public static io.grpc.MethodDescriptor<UpdateBucketRequest,LogBucket> getUpdateBucketMethod()
-
getDeleteBucketMethod
public static io.grpc.MethodDescriptor<DeleteBucketRequest,com.google.protobuf.Empty> getDeleteBucketMethod()
-
getUndeleteBucketMethod
public static io.grpc.MethodDescriptor<UndeleteBucketRequest,com.google.protobuf.Empty> getUndeleteBucketMethod()
-
getListViewsMethod
public static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse> getListViewsMethod()
-
getGetViewMethod
public static io.grpc.MethodDescriptor<GetViewRequest,LogView> getGetViewMethod()
-
getCreateViewMethod
public static io.grpc.MethodDescriptor<CreateViewRequest,LogView> getCreateViewMethod()
-
getUpdateViewMethod
public static io.grpc.MethodDescriptor<UpdateViewRequest,LogView> getUpdateViewMethod()
-
getDeleteViewMethod
public static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty> getDeleteViewMethod()
-
getListSinksMethod
public static io.grpc.MethodDescriptor<ListSinksRequest,ListSinksResponse> getListSinksMethod()
-
getGetSinkMethod
public static io.grpc.MethodDescriptor<GetSinkRequest,LogSink> getGetSinkMethod()
-
getCreateSinkMethod
public static io.grpc.MethodDescriptor<CreateSinkRequest,LogSink> getCreateSinkMethod()
-
getUpdateSinkMethod
public static io.grpc.MethodDescriptor<UpdateSinkRequest,LogSink> getUpdateSinkMethod()
-
getDeleteSinkMethod
public static io.grpc.MethodDescriptor<DeleteSinkRequest,com.google.protobuf.Empty> getDeleteSinkMethod()
-
getCreateLinkMethod
public static io.grpc.MethodDescriptor<CreateLinkRequest,com.google.longrunning.Operation> getCreateLinkMethod()
-
getDeleteLinkMethod
public static io.grpc.MethodDescriptor<DeleteLinkRequest,com.google.longrunning.Operation> getDeleteLinkMethod()
-
getListLinksMethod
public static io.grpc.MethodDescriptor<ListLinksRequest,ListLinksResponse> getListLinksMethod()
-
getGetLinkMethod
public static io.grpc.MethodDescriptor<GetLinkRequest,Link> getGetLinkMethod()
-
getListExclusionsMethod
public static io.grpc.MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse> getListExclusionsMethod()
-
getGetExclusionMethod
public static io.grpc.MethodDescriptor<GetExclusionRequest,LogExclusion> getGetExclusionMethod()
-
getCreateExclusionMethod
public static io.grpc.MethodDescriptor<CreateExclusionRequest,LogExclusion> getCreateExclusionMethod()
-
getUpdateExclusionMethod
public static io.grpc.MethodDescriptor<UpdateExclusionRequest,LogExclusion> getUpdateExclusionMethod()
-
getDeleteExclusionMethod
public static io.grpc.MethodDescriptor<DeleteExclusionRequest,com.google.protobuf.Empty> getDeleteExclusionMethod()
-
getGetCmekSettingsMethod
public static io.grpc.MethodDescriptor<GetCmekSettingsRequest,CmekSettings> getGetCmekSettingsMethod()
-
getUpdateCmekSettingsMethod
public static io.grpc.MethodDescriptor<UpdateCmekSettingsRequest,CmekSettings> getUpdateCmekSettingsMethod()
-
getGetSettingsMethod
public static io.grpc.MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
-
getUpdateSettingsMethod
public static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
-
getCopyLogEntriesMethod
public static io.grpc.MethodDescriptor<CopyLogEntriesRequest,com.google.longrunning.Operation> getCopyLogEntriesMethod()
-
newStub
public static ConfigServiceV2Grpc.ConfigServiceV2Stub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConfigServiceV2Grpc.ConfigServiceV2FutureStub 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(ConfigServiceV2Grpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-