Package com.buildless.service.v1
Class TelemetryGrpc
java.lang.Object
com.buildless.service.v1.TelemetryGrpc
@Generated(value="by gRPC proto compiler (version 1.59.1)",
comments="Source: buildless/service/v1/buildless-v1.proto")
public final class TelemetryGrpc
extends Object
Defines the API surface for the Buildless analytics service. This service is used to collect devops analytics, and internal analytics for the suite of Buildless extensions, SDKs, and tools.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the API surface for the Buildless analytics service.static final classA stub to allow clients to do synchronous rpc calls to service Telemetry.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Telemetry.static classBase class for the server implementation of the service Telemetry.static final classA stub to allow clients to do asynchronous rpc calls to service Telemetry. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(TelemetryGrpc.AsyncService service) static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TelemetryGrpc.TelemetryStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getPingMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getPingMethod() -
getEventEmitMethod
-
getEventStreamMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-