public final class ConfigServiceV2Grpc
Service for configuring sinks used to route log entries.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ConfigServiceV2Grpc.AsyncService service)
public static final ServerServiceDefinition bindService(ConfigServiceV2Grpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCopyLogEntriesMethod()
public static MethodDescriptor<CopyLogEntriesRequest,Operation> getCopyLogEntriesMethod()
getCreateBucketAsyncMethod()
public static MethodDescriptor<CreateBucketRequest,Operation> getCreateBucketAsyncMethod()
getCreateBucketMethod()
public static MethodDescriptor<CreateBucketRequest,LogBucket> getCreateBucketMethod()
getCreateExclusionMethod()
public static MethodDescriptor<CreateExclusionRequest,LogExclusion> getCreateExclusionMethod()
getCreateLinkMethod()
public static MethodDescriptor<CreateLinkRequest,Operation> getCreateLinkMethod()
getCreateSinkMethod()
public static MethodDescriptor<CreateSinkRequest,LogSink> getCreateSinkMethod()
getCreateViewMethod()
public static MethodDescriptor<CreateViewRequest,LogView> getCreateViewMethod()
getDeleteBucketMethod()
public static MethodDescriptor<DeleteBucketRequest,Empty> getDeleteBucketMethod()
getDeleteExclusionMethod()
public static MethodDescriptor<DeleteExclusionRequest,Empty> getDeleteExclusionMethod()
getDeleteLinkMethod()
public static MethodDescriptor<DeleteLinkRequest,Operation> getDeleteLinkMethod()
getDeleteSinkMethod()
public static MethodDescriptor<DeleteSinkRequest,Empty> getDeleteSinkMethod()
getDeleteViewMethod()
public static MethodDescriptor<DeleteViewRequest,Empty> getDeleteViewMethod()
getGetBucketMethod()
public static MethodDescriptor<GetBucketRequest,LogBucket> getGetBucketMethod()
getGetCmekSettingsMethod()
public static MethodDescriptor<GetCmekSettingsRequest,CmekSettings> getGetCmekSettingsMethod()
getGetExclusionMethod()
public static MethodDescriptor<GetExclusionRequest,LogExclusion> getGetExclusionMethod()
getGetLinkMethod()
public static MethodDescriptor<GetLinkRequest,Link> getGetLinkMethod()
getGetSettingsMethod()
public static MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
getGetSinkMethod()
public static MethodDescriptor<GetSinkRequest,LogSink> getGetSinkMethod()
getGetViewMethod()
public static MethodDescriptor<GetViewRequest,LogView> getGetViewMethod()
getListBucketsMethod()
public static MethodDescriptor<ListBucketsRequest,ListBucketsResponse> getListBucketsMethod()
getListExclusionsMethod()
public static MethodDescriptor<ListExclusionsRequest,ListExclusionsResponse> getListExclusionsMethod()
getListLinksMethod()
public static MethodDescriptor<ListLinksRequest,ListLinksResponse> getListLinksMethod()
getListSinksMethod()
public static MethodDescriptor<ListSinksRequest,ListSinksResponse> getListSinksMethod()
getListViewsMethod()
public static MethodDescriptor<ListViewsRequest,ListViewsResponse> getListViewsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUndeleteBucketMethod()
public static MethodDescriptor<UndeleteBucketRequest,Empty> getUndeleteBucketMethod()
getUpdateBucketAsyncMethod()
public static MethodDescriptor<UpdateBucketRequest,Operation> getUpdateBucketAsyncMethod()
getUpdateBucketMethod()
public static MethodDescriptor<UpdateBucketRequest,LogBucket> getUpdateBucketMethod()
getUpdateCmekSettingsMethod()
public static MethodDescriptor<UpdateCmekSettingsRequest,CmekSettings> getUpdateCmekSettingsMethod()
getUpdateExclusionMethod()
public static MethodDescriptor<UpdateExclusionRequest,LogExclusion> getUpdateExclusionMethod()
getUpdateSettingsMethod()
public static MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
getUpdateSinkMethod()
public static MethodDescriptor<UpdateSinkRequest,LogSink> getUpdateSinkMethod()
getUpdateViewMethod()
public static MethodDescriptor<UpdateViewRequest,LogView> getUpdateViewMethod()
newBlockingStub(Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2FutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static ConfigServiceV2Grpc.ConfigServiceV2Stub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|