type google.golang.org/genproto/googleapis/logging/v2.DeleteLogMetricRequest
17 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_metrics.pb.go#L632: type DeleteLogMetricRequest struct {
logging_metrics.pb.go#L643: func (x *DeleteLogMetricRequest) Reset() {
logging_metrics.pb.go#L644: *x = DeleteLogMetricRequest{}
logging_metrics.pb.go#L652: func (x *DeleteLogMetricRequest) String() string {
logging_metrics.pb.go#L656: func (*DeleteLogMetricRequest) ProtoMessage() {}
logging_metrics.pb.go#L658: func (x *DeleteLogMetricRequest) ProtoReflect() protoreflect.Message {
logging_metrics.pb.go#L671: func (*DeleteLogMetricRequest) Descriptor() ([]byte, []int) {
logging_metrics.pb.go#L675: func (x *DeleteLogMetricRequest) GetMetricName() string {
logging_metrics.pb.go#L911: (*DeleteLogMetricRequest)(nil), // 7: google.logging.v2.DeleteLogMetricRequest
logging_metrics.pb.go#L1024: switch v := v.(*DeleteLogMetricRequest); i {
logging_metrics.pb.go#L1078: DeleteLogMetric(ctx context.Context, in *DeleteLogMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
logging_metrics.pb.go#L1125: func (c *metricsServiceV2Client) DeleteLogMetric(ctx context.Context, in *DeleteLogMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
logging_metrics.pb.go#L1145: DeleteLogMetric(context.Context, *DeleteLogMetricRequest) (*emptypb.Empty, error)
logging_metrics.pb.go#L1164: func (*UnimplementedMetricsServiceV2Server) DeleteLogMetric(context.Context, *DeleteLogMetricRequest) (*emptypb.Empty, error) {
logging_metrics.pb.go#L1245: in := new(DeleteLogMetricRequest)
logging_metrics.pb.go#L1257: return srv.(MetricsServiceV2Server).DeleteLogMetric(ctx, req.(*DeleteLogMetricRequest))
cloud.google.com/go/logging/apiv2
metrics_client.go#L224: func (c *MetricsClient) DeleteLogMetric(ctx context.Context, req *loggingpb.DeleteLogMetricRequest, opts ...gax.CallOption) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |