Class MetricsScopesGrpc
- java.lang.Object
-
- com.google.monitoring.metricsscope.v1.MetricsScopesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/metricsscope/v1/metrics_scopes.proto") public final class MetricsScopesGrpc extends Object
Manages Cloud Monitoring Metrics Scopes, and the monitoring of Google Cloud projects and AWS accounts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MetricsScopesGrpc.AsyncService
Manages Cloud Monitoring Metrics Scopes, and the monitoring of Google Cloud projects and AWS accounts.static class
MetricsScopesGrpc.MetricsScopesBlockingStub
A stub to allow clients to do synchronous rpc calls to service MetricsScopes.static class
MetricsScopesGrpc.MetricsScopesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricsScopes.static class
MetricsScopesGrpc.MetricsScopesImplBase
Base class for the server implementation of the service MetricsScopes.static class
MetricsScopesGrpc.MetricsScopesStub
A stub to allow clients to do asynchronous rpc calls to service MetricsScopes.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(MetricsScopesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateMonitoredProjectRequest,com.google.longrunning.Operation>
getCreateMonitoredProjectMethod()
static io.grpc.MethodDescriptor<DeleteMonitoredProjectRequest,com.google.longrunning.Operation>
getDeleteMonitoredProjectMethod()
static io.grpc.MethodDescriptor<GetMetricsScopeRequest,MetricsScope>
getGetMetricsScopeMethod()
static io.grpc.MethodDescriptor<ListMetricsScopesByMonitoredProjectRequest,ListMetricsScopesByMonitoredProjectResponse>
getListMetricsScopesByMonitoredProjectMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static MetricsScopesGrpc.MetricsScopesBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricsScopesGrpc.MetricsScopesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricsScopesGrpc.MetricsScopesStub
newStub(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
-
getGetMetricsScopeMethod
public static io.grpc.MethodDescriptor<GetMetricsScopeRequest,MetricsScope> getGetMetricsScopeMethod()
-
getListMetricsScopesByMonitoredProjectMethod
public static io.grpc.MethodDescriptor<ListMetricsScopesByMonitoredProjectRequest,ListMetricsScopesByMonitoredProjectResponse> getListMetricsScopesByMonitoredProjectMethod()
-
getCreateMonitoredProjectMethod
public static io.grpc.MethodDescriptor<CreateMonitoredProjectRequest,com.google.longrunning.Operation> getCreateMonitoredProjectMethod()
-
getDeleteMonitoredProjectMethod
public static io.grpc.MethodDescriptor<DeleteMonitoredProjectRequest,com.google.longrunning.Operation> getDeleteMonitoredProjectMethod()
-
newStub
public static MetricsScopesGrpc.MetricsScopesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetricsScopesGrpc.MetricsScopesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetricsScopesGrpc.MetricsScopesFutureStub 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(MetricsScopesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-