Class StorageInsightsGrpc (0.30.0)

public final class StorageInsightsGrpc

Service describing handlers for resources

Inheritance

java.lang.Object > StorageInsightsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(StorageInsightsGrpc.AsyncService service)

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

getCreateReportConfigMethod()

public static MethodDescriptor<CreateReportConfigRequest,ReportConfig> getCreateReportConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateReportConfigRequest,ReportConfig>

getDeleteReportConfigMethod()

public static MethodDescriptor<DeleteReportConfigRequest,Empty> getDeleteReportConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteReportConfigRequest,Empty>

getGetReportConfigMethod()

public static MethodDescriptor<GetReportConfigRequest,ReportConfig> getGetReportConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetReportConfigRequest,ReportConfig>

getGetReportDetailMethod()

public static MethodDescriptor<GetReportDetailRequest,ReportDetail> getGetReportDetailMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetReportDetailRequest,ReportDetail>

getListReportConfigsMethod()

public static MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse> getListReportConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse>

getListReportDetailsMethod()

public static MethodDescriptor<ListReportDetailsRequest,ListReportDetailsResponse> getListReportDetailsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListReportDetailsRequest,ListReportDetailsResponse>

getServiceDescriptor()

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

getUpdateReportConfigMethod()

public static MethodDescriptor<UpdateReportConfigRequest,ReportConfig> getUpdateReportConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateReportConfigRequest,ReportConfig>

newBlockingStub(Channel channel)

public static StorageInsightsGrpc.StorageInsightsBlockingStub 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
StorageInsightsGrpc.StorageInsightsBlockingStub

newFutureStub(Channel channel)

public static StorageInsightsGrpc.StorageInsightsFutureStub 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
StorageInsightsGrpc.StorageInsightsFutureStub

newStub(Channel channel)

public static StorageInsightsGrpc.StorageInsightsStub 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
StorageInsightsGrpc.StorageInsightsStub