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