Uses of Class
com.google.monitoring.metricsscope.v1.GetMetricsScopeRequest
-
Packages that use GetMetricsScopeRequest Package Description com.google.monitoring.metricsscope.v1 A client to Cloud Monitoring APIcom.google.monitoring.metricsscope.v1.stub -
-
Uses of GetMetricsScopeRequest in com.google.monitoring.metricsscope.v1
Methods in com.google.monitoring.metricsscope.v1 that return GetMetricsScopeRequest Modifier and Type Method Description GetMetricsScopeRequest
GetMetricsScopeRequest.Builder. build()
GetMetricsScopeRequest
GetMetricsScopeRequest.Builder. buildPartial()
static GetMetricsScopeRequest
GetMetricsScopeRequest. getDefaultInstance()
GetMetricsScopeRequest
GetMetricsScopeRequest.Builder. getDefaultInstanceForType()
GetMetricsScopeRequest
GetMetricsScopeRequest. getDefaultInstanceForType()
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseDelimitedFrom(InputStream input)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(byte[] data)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(InputStream input)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(ByteBuffer data)
static GetMetricsScopeRequest
GetMetricsScopeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.metricsscope.v1 that return types with arguments of type GetMetricsScopeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMetricsScopeRequest,MetricsScope>
MetricsScopesGrpc. getGetMetricsScopeMethod()
com.google.api.gax.rpc.UnaryCallable<GetMetricsScopeRequest,MetricsScope>
MetricsScopesClient. getMetricsScopeCallable()
Returns a specific `Metrics Scope`.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsScopeRequest,MetricsScope>
MetricsScopesSettings.Builder. getMetricsScopeSettings()
Returns the builder for the settings used for calls to getMetricsScope.com.google.api.gax.rpc.UnaryCallSettings<GetMetricsScopeRequest,MetricsScope>
MetricsScopesSettings. getMetricsScopeSettings()
Returns the object with the settings used for calls to getMetricsScope.com.google.protobuf.Parser<GetMetricsScopeRequest>
GetMetricsScopeRequest. getParserForType()
static com.google.protobuf.Parser<GetMetricsScopeRequest>
GetMetricsScopeRequest. parser()
Methods in com.google.monitoring.metricsscope.v1 with parameters of type GetMetricsScopeRequest Modifier and Type Method Description MetricsScope
MetricsScopesClient. getMetricsScope(GetMetricsScopeRequest request)
Returns a specific `Metrics Scope`.default void
MetricsScopesGrpc.AsyncService. getMetricsScope(GetMetricsScopeRequest request, io.grpc.stub.StreamObserver<MetricsScope> responseObserver)
Returns a specific `Metrics Scope`.MetricsScope
MetricsScopesGrpc.MetricsScopesBlockingStub. getMetricsScope(GetMetricsScopeRequest request)
Returns a specific `Metrics Scope`.com.google.common.util.concurrent.ListenableFuture<MetricsScope>
MetricsScopesGrpc.MetricsScopesFutureStub. getMetricsScope(GetMetricsScopeRequest request)
Returns a specific `Metrics Scope`.void
MetricsScopesGrpc.MetricsScopesStub. getMetricsScope(GetMetricsScopeRequest request, io.grpc.stub.StreamObserver<MetricsScope> responseObserver)
Returns a specific `Metrics Scope`.GetMetricsScopeRequest.Builder
GetMetricsScopeRequest.Builder. mergeFrom(GetMetricsScopeRequest other)
static GetMetricsScopeRequest.Builder
GetMetricsScopeRequest. newBuilder(GetMetricsScopeRequest prototype)
-
Uses of GetMetricsScopeRequest in com.google.monitoring.metricsscope.v1.stub
Methods in com.google.monitoring.metricsscope.v1.stub that return types with arguments of type GetMetricsScopeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetricsScopeRequest,MetricsScope>
GrpcMetricsScopesStub. getMetricsScopeCallable()
com.google.api.gax.rpc.UnaryCallable<GetMetricsScopeRequest,MetricsScope>
MetricsScopesStub. getMetricsScopeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsScopeRequest,MetricsScope>
MetricsScopesStubSettings.Builder. getMetricsScopeSettings()
Returns the builder for the settings used for calls to getMetricsScope.com.google.api.gax.rpc.UnaryCallSettings<GetMetricsScopeRequest,MetricsScope>
MetricsScopesStubSettings. getMetricsScopeSettings()
Returns the object with the settings used for calls to getMetricsScope.
-