@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.
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<ListBucketsRequest,ListBucketsResponse> getListBucketsMethod()
public static MethodDescriptor<GetBucketRequest,LogBucket> getGetBucketMethod()
public static MethodDescriptor<CreateBucketRequest,com.google.longrunning.Operation> getCreateBucketAsyncMethod()
public static MethodDescriptor<UpdateBucketRequest,com.google.longrunning.Operation> getUpdateBucketAsyncMethod()
public static MethodDescriptor<CreateBucketRequest,LogBucket> getCreateBucketMethod()
public static MethodDescriptor<UpdateBucketRequest,LogBucket> getUpdateBucketMethod()
public static MethodDescriptor<DeleteBucketRequest,com.google.protobuf.Empty> getDeleteBucketMethod()
public static MethodDescriptor<UndeleteBucketRequest,com.google.protobuf.Empty> getUndeleteBucketMethod()
public static MethodDescriptor<ListViewsRequest,ListViewsResponse> getListViewsMethod()
public static MethodDescriptor<GetViewRequest,LogView> getGetViewMethod()
public static MethodDescriptor<CreateViewRequest,LogView> getCreateViewMethod()
public static MethodDescriptor<UpdateViewRequest,LogView> getUpdateViewMethod()
public static MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty> getDeleteViewMethod()
public static MethodDescriptor<ListSinksRequest,ListSinksResponse> getListSinksMethod()
public static MethodDescriptor<GetSinkRequest,LogSink> getGetSinkMethod()
public static MethodDescriptor<CreateSinkRequest,LogSink> getCreateSinkMethod()
public static MethodDescriptor<UpdateSinkRequest,LogSink> getUpdateSinkMethod()
public static MethodDescriptor<DeleteSinkRequest,com.google.protobuf.Empty> getDeleteSinkMethod()
public static MethodDescriptor<CreateLinkRequest,com.google.longrunning.Operation> getCreateLinkMethod()
public static MethodDescriptor<DeleteLinkRequest,com.google.longrunning.Operation> getDeleteLinkMethod()
public static MethodDescriptor<ListLinksRequest,ListLinksResponse> getListLinksMethod()
public static MethodDescriptor<GetLinkRequest,Link> getGetLinkMethod()
public static MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse> getListExclusionsMethod()
public static MethodDescriptor<GetExclusionRequest,LogExclusion> getGetExclusionMethod()
public static MethodDescriptor<CreateExclusionRequest,LogExclusion> getCreateExclusionMethod()
public static MethodDescriptor<UpdateExclusionRequest,LogExclusion> getUpdateExclusionMethod()
public static MethodDescriptor<DeleteExclusionRequest,com.google.protobuf.Empty> getDeleteExclusionMethod()
public static MethodDescriptor<GetCmekSettingsRequest,CmekSettings> getGetCmekSettingsMethod()
public static MethodDescriptor<UpdateCmekSettingsRequest,CmekSettings> getUpdateCmekSettingsMethod()
public static MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
public static MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
public static MethodDescriptor<CopyLogEntriesRequest,com.google.longrunning.Operation> getCopyLogEntriesMethod()
public static ConfigServiceV2Grpc.ConfigServiceV2Stub newStub(Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub newBlockingStub(Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2FutureStub newFutureStub(Channel channel)
public static final ServerServiceDefinition bindService(ConfigServiceV2Grpc.AsyncService service)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.