Class BigQueryExportServiceGrpc (0.31.0)

public final class BigQueryExportServiceGrpc

Service for managing BigQuery export configurations for Chronicle instances.

Inheritance

java.lang.Object > BigQueryExportServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(BigQueryExportServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(BigQueryExportServiceGrpc.AsyncService service)
Parameter
Name Description
service BigQueryExportServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetBigQueryExportMethod()

public static MethodDescriptor<GetBigQueryExportRequest,BigQueryExport> getGetBigQueryExportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetBigQueryExportRequest,BigQueryExport>

getProvisionBigQueryExportMethod()

public static MethodDescriptor<ProvisionBigQueryExportRequest,BigQueryExport> getProvisionBigQueryExportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ProvisionBigQueryExportRequest,BigQueryExport>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateBigQueryExportMethod()

public static MethodDescriptor<UpdateBigQueryExportRequest,BigQueryExport> getUpdateBigQueryExportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateBigQueryExportRequest,BigQueryExport>

newBlockingStub(Channel channel)

public static BigQueryExportServiceGrpc.BigQueryExportServiceBlockingStub 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
Returns
Type Description
BigQueryExportServiceGrpc.BigQueryExportServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static BigQueryExportServiceGrpc.BigQueryExportServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BigQueryExportServiceGrpc.BigQueryExportServiceBlockingV2Stub

newFutureStub(Channel channel)

public static BigQueryExportServiceGrpc.BigQueryExportServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BigQueryExportServiceGrpc.BigQueryExportServiceFutureStub

newStub(Channel channel)

public static BigQueryExportServiceGrpc.BigQueryExportServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BigQueryExportServiceGrpc.BigQueryExportServiceStub