Class StorageInsightsGrpc
- java.lang.Object
-
- com.google.cloud.storageinsights.v1.StorageInsightsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/storageinsights/v1/storageinsights.proto") public final class StorageInsightsGrpc extends Object
Service describing handlers for resources
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageInsightsGrpc.AsyncServiceService describing handlers for resourcesstatic classStorageInsightsGrpc.StorageInsightsBlockingStubA stub to allow clients to do synchronous rpc calls to service StorageInsights.static classStorageInsightsGrpc.StorageInsightsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service StorageInsights.static classStorageInsightsGrpc.StorageInsightsImplBaseBase class for the server implementation of the service StorageInsights.static classStorageInsightsGrpc.StorageInsightsStubA stub to allow clients to do asynchronous rpc calls to service StorageInsights.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(StorageInsightsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateReportConfigRequest,ReportConfig>getCreateReportConfigMethod()static io.grpc.MethodDescriptor<DeleteReportConfigRequest,com.google.protobuf.Empty>getDeleteReportConfigMethod()static io.grpc.MethodDescriptor<GetReportConfigRequest,ReportConfig>getGetReportConfigMethod()static io.grpc.MethodDescriptor<GetReportDetailRequest,ReportDetail>getGetReportDetailMethod()static io.grpc.MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse>getListReportConfigsMethod()static io.grpc.MethodDescriptor<ListReportDetailsRequest,ListReportDetailsResponse>getListReportDetailsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateReportConfigRequest,ReportConfig>getUpdateReportConfigMethod()static StorageInsightsGrpc.StorageInsightsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic StorageInsightsGrpc.StorageInsightsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic StorageInsightsGrpc.StorageInsightsStubnewStub(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
-
getListReportConfigsMethod
public static io.grpc.MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse> getListReportConfigsMethod()
-
getGetReportConfigMethod
public static io.grpc.MethodDescriptor<GetReportConfigRequest,ReportConfig> getGetReportConfigMethod()
-
getCreateReportConfigMethod
public static io.grpc.MethodDescriptor<CreateReportConfigRequest,ReportConfig> getCreateReportConfigMethod()
-
getUpdateReportConfigMethod
public static io.grpc.MethodDescriptor<UpdateReportConfigRequest,ReportConfig> getUpdateReportConfigMethod()
-
getDeleteReportConfigMethod
public static io.grpc.MethodDescriptor<DeleteReportConfigRequest,com.google.protobuf.Empty> getDeleteReportConfigMethod()
-
getListReportDetailsMethod
public static io.grpc.MethodDescriptor<ListReportDetailsRequest,ListReportDetailsResponse> getListReportDetailsMethod()
-
getGetReportDetailMethod
public static io.grpc.MethodDescriptor<GetReportDetailRequest,ReportDetail> getGetReportDetailMethod()
-
newStub
public static StorageInsightsGrpc.StorageInsightsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static StorageInsightsGrpc.StorageInsightsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static StorageInsightsGrpc.StorageInsightsFutureStub 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(StorageInsightsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-