type google.golang.org/genproto/googleapis/logging/v2.ListLogMetricsRequest
20 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_metrics.pb.go#L320: type ListLogMetricsRequest struct {
logging_metrics.pb.go#L340: func (x *ListLogMetricsRequest) Reset() {
logging_metrics.pb.go#L341: *x = ListLogMetricsRequest{}
logging_metrics.pb.go#L349: func (x *ListLogMetricsRequest) String() string {
logging_metrics.pb.go#L353: func (*ListLogMetricsRequest) ProtoMessage() {}
logging_metrics.pb.go#L355: func (x *ListLogMetricsRequest) ProtoReflect() protoreflect.Message {
logging_metrics.pb.go#L368: func (*ListLogMetricsRequest) Descriptor() ([]byte, []int) {
logging_metrics.pb.go#L372: func (x *ListLogMetricsRequest) GetParent() string {
logging_metrics.pb.go#L379: func (x *ListLogMetricsRequest) GetPageToken() string {
logging_metrics.pb.go#L386: func (x *ListLogMetricsRequest) GetPageSize() int32 {
logging_metrics.pb.go#L906: (*ListLogMetricsRequest)(nil), // 2: google.logging.v2.ListLogMetricsRequest
logging_metrics.pb.go#L964: switch v := v.(*ListLogMetricsRequest); i {
logging_metrics.pb.go#L1070: ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error)
logging_metrics.pb.go#L1089: func (c *metricsServiceV2Client) ListLogMetrics(ctx context.Context, in *ListLogMetricsRequest, opts ...grpc.CallOption) (*ListLogMetricsResponse, error) {
logging_metrics.pb.go#L1137: ListLogMetrics(context.Context, *ListLogMetricsRequest) (*ListLogMetricsResponse, error)
logging_metrics.pb.go#L1152: func (*UnimplementedMetricsServiceV2Server) ListLogMetrics(context.Context, *ListLogMetricsRequest) (*ListLogMetricsResponse, error) {
logging_metrics.pb.go#L1173: in := new(ListLogMetricsRequest)
logging_metrics.pb.go#L1185: return srv.(MetricsServiceV2Server).ListLogMetrics(ctx, req.(*ListLogMetricsRequest))
cloud.google.com/go/logging/apiv2
metrics_client.go#L134: func (c *MetricsClient) ListLogMetrics(ctx context.Context, req *loggingpb.ListLogMetricsRequest, opts ...gax.CallOption) *LogMetricIterator {
metrics_client.go#L139: req = proto.Clone(req).(*loggingpb.ListLogMetricsRequest)
 |
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. |