type google.golang.org/genproto/googleapis/logging/v2.metricsServiceV2Client
7 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_metrics.pb.go#L1081: type metricsServiceV2Client struct {
logging_metrics.pb.go#L1086: return &metricsServiceV2Client{cc}
logging_metrics.pb.go#L1089: func (c *metricsServiceV2Client) ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error) {
logging_metrics.pb.go#L1098: func (c *metricsServiceV2Client) GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1107: func (c *metricsServiceV2Client) CreateLogMetric(ctx context.Context, in *CreateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1116: func (c *metricsServiceV2Client) UpdateLogMetric(ctx context.Context, in *UpdateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1125: func (c *metricsServiceV2Client) DeleteLogMetric(ctx context.Context, in *DeleteLogMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, 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. |