Uses of Class
com.google.monitoring.v3.GetMetricDescriptorRequest
-
Packages that use GetMetricDescriptorRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetMetricDescriptorRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetMetricDescriptorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceClient. getMetricDescriptorCallable()
Gets a single metric descriptor.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceSettings.Builder. getMetricDescriptorSettings()
Returns the builder for the settings used for calls to getMetricDescriptor.com.google.api.gax.rpc.UnaryCallSettings<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceSettings. getMetricDescriptorSettings()
Returns the object with the settings used for calls to getMetricDescriptor.Methods in com.google.cloud.monitoring.v3 with parameters of type GetMetricDescriptorRequest Modifier and Type Method Description com.google.api.MetricDescriptor
MetricServiceClient. getMetricDescriptor(GetMetricDescriptorRequest request)
Gets a single metric descriptor. -
Uses of GetMetricDescriptorRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GetMetricDescriptorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
GrpcMetricServiceStub. getMetricDescriptorCallable()
com.google.api.gax.rpc.UnaryCallable<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceStub. getMetricDescriptorCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceStubSettings.Builder. getMetricDescriptorSettings()
Returns the builder for the settings used for calls to getMetricDescriptor.com.google.api.gax.rpc.UnaryCallSettings<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceStubSettings. getMetricDescriptorSettings()
Returns the object with the settings used for calls to getMetricDescriptor. -
Uses of GetMetricDescriptorRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetMetricDescriptorRequest Modifier and Type Method Description GetMetricDescriptorRequest
GetMetricDescriptorRequest.Builder. build()
GetMetricDescriptorRequest
GetMetricDescriptorRequest.Builder. buildPartial()
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. getDefaultInstance()
GetMetricDescriptorRequest
GetMetricDescriptorRequest.Builder. getDefaultInstanceForType()
GetMetricDescriptorRequest
GetMetricDescriptorRequest. getDefaultInstanceForType()
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseDelimitedFrom(InputStream input)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(byte[] data)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(InputStream input)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(ByteBuffer data)
static GetMetricDescriptorRequest
GetMetricDescriptorRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type GetMetricDescriptorRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
MetricServiceGrpc. getGetMetricDescriptorMethod()
com.google.protobuf.Parser<GetMetricDescriptorRequest>
GetMetricDescriptorRequest. getParserForType()
static com.google.protobuf.Parser<GetMetricDescriptorRequest>
GetMetricDescriptorRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type GetMetricDescriptorRequest Modifier and Type Method Description default void
MetricServiceGrpc.AsyncService. getMetricDescriptor(GetMetricDescriptorRequest request, io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
Gets a single metric descriptor.com.google.api.MetricDescriptor
MetricServiceGrpc.MetricServiceBlockingStub. getMetricDescriptor(GetMetricDescriptorRequest request)
Gets a single metric descriptor.com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor>
MetricServiceGrpc.MetricServiceFutureStub. getMetricDescriptor(GetMetricDescriptorRequest request)
Gets a single metric descriptor.void
MetricServiceGrpc.MetricServiceStub. getMetricDescriptor(GetMetricDescriptorRequest request, io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
Gets a single metric descriptor.GetMetricDescriptorRequest.Builder
GetMetricDescriptorRequest.Builder. mergeFrom(GetMetricDescriptorRequest other)
static GetMetricDescriptorRequest.Builder
GetMetricDescriptorRequest. newBuilder(GetMetricDescriptorRequest prototype)
-