type google.golang.org/genproto/googleapis/logging/v2.LogMetric
51 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_metrics.pb.go#L110: type LogMetric struct {
logging_metrics.pb.go#L216: func (x *LogMetric) Reset() {
logging_metrics.pb.go#L217: *x = LogMetric{}
logging_metrics.pb.go#L225: func (x *LogMetric) String() string {
logging_metrics.pb.go#L229: func (*LogMetric) ProtoMessage() {}
logging_metrics.pb.go#L231: func (x *LogMetric) ProtoReflect() protoreflect.Message {
logging_metrics.pb.go#L244: func (*LogMetric) Descriptor() ([]byte, []int) {
logging_metrics.pb.go#L248: func (x *LogMetric) GetName() string {
logging_metrics.pb.go#L255: func (x *LogMetric) GetDescription() string {
logging_metrics.pb.go#L262: func (x *LogMetric) GetFilter() string {
logging_metrics.pb.go#L269: func (x *LogMetric) GetMetricDescriptor() *metric.MetricDescriptor {
logging_metrics.pb.go#L276: func (x *LogMetric) GetValueExtractor() string {
logging_metrics.pb.go#L283: func (x *LogMetric) GetLabelExtractors() map[string]string {
logging_metrics.pb.go#L290: func (x *LogMetric) GetBucketOptions() *distribution.Distribution_BucketOptions {
logging_metrics.pb.go#L297: func (x *LogMetric) GetCreateTime() *timestamppb.Timestamp {
logging_metrics.pb.go#L304: func (x *LogMetric) GetUpdateTime() *timestamppb.Timestamp {
logging_metrics.pb.go#L312: func (x *LogMetric) GetVersion() LogMetric_ApiVersion {
logging_metrics.pb.go#L400: Metrics []*LogMetric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
logging_metrics.pb.go#L439: func (x *ListLogMetricsResponse) GetMetrics() []*LogMetric {
logging_metrics.pb.go#L518: Metric *LogMetric `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"`
logging_metrics.pb.go#L560: func (x *CreateLogMetricRequest) GetMetric() *LogMetric {
logging_metrics.pb.go#L582: Metric *LogMetric `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"`
logging_metrics.pb.go#L624: func (x *UpdateLogMetricRequest) GetMetric() *LogMetric {
logging_metrics.pb.go#L905: (*LogMetric)(nil), // 1: google.logging.v2.LogMetric
logging_metrics.pb.go#L952: switch v := v.(*LogMetric); i {
logging_metrics.pb.go#L1072: GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error)
logging_metrics.pb.go#L1074: CreateLogMetric(ctx context.Context, in *CreateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error)
logging_metrics.pb.go#L1076: UpdateLogMetric(ctx context.Context, in *UpdateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error)
logging_metrics.pb.go#L1098: func (c *metricsServiceV2Client) GetLogMetric(ctx context.Context, in *GetLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1099: out := new(LogMetric)
logging_metrics.pb.go#L1107: func (c *metricsServiceV2Client) CreateLogMetric(ctx context.Context, in *CreateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1108: out := new(LogMetric)
logging_metrics.pb.go#L1116: func (c *metricsServiceV2Client) UpdateLogMetric(ctx context.Context, in *UpdateLogMetricRequest, opts ...grpc.CallOption) (*LogMetric, error) {
logging_metrics.pb.go#L1117: out := new(LogMetric)
logging_metrics.pb.go#L1139: GetLogMetric(context.Context, *GetLogMetricRequest) (*LogMetric, error)
logging_metrics.pb.go#L1141: CreateLogMetric(context.Context, *CreateLogMetricRequest) (*LogMetric, error)
logging_metrics.pb.go#L1143: UpdateLogMetric(context.Context, *UpdateLogMetricRequest) (*LogMetric, error)
logging_metrics.pb.go#L1155: func (*UnimplementedMetricsServiceV2Server) GetLogMetric(context.Context, *GetLogMetricRequest) (*LogMetric, error) {
logging_metrics.pb.go#L1158: func (*UnimplementedMetricsServiceV2Server) CreateLogMetric(context.Context, *CreateLogMetricRequest) (*LogMetric, error) {
logging_metrics.pb.go#L1161: func (*UnimplementedMetricsServiceV2Server) UpdateLogMetric(context.Context, *UpdateLogMetricRequest) (*LogMetric, error) {
cloud.google.com/go/logging/apiv2
metrics_client.go#L140: it.InternalFetch = func(pageSize int, pageToken string) ([]*loggingpb.LogMetric, string, error) {
metrics_client.go#L173: func (c *MetricsClient) GetLogMetric(ctx context.Context, req *loggingpb.GetLogMetricRequest, opts ...gax.CallOption) (*loggingpb.LogMetric, error) {
metrics_client.go#L177: var resp *loggingpb.LogMetric
metrics_client.go#L190: func (c *MetricsClient) CreateLogMetric(ctx context.Context, req *loggingpb.CreateLogMetricRequest, opts ...gax.CallOption) (*loggingpb.LogMetric, error) {
metrics_client.go#L194: var resp *loggingpb.LogMetric
metrics_client.go#L207: func (c *MetricsClient) UpdateLogMetric(ctx context.Context, req *loggingpb.UpdateLogMetricRequest, opts ...gax.CallOption) (*loggingpb.LogMetric, error) {
metrics_client.go#L211: var resp *loggingpb.LogMetric
metrics_client.go#L238: items []*loggingpb.LogMetric
metrics_client.go#L248: InternalFetch func(pageSize int, pageToken string) (results []*loggingpb.LogMetric, nextPageToken string, err error)
metrics_client.go#L258: func (it *LogMetricIterator) Next() (*loggingpb.LogMetric, error) {
metrics_client.go#L259: var item *loggingpb.LogMetric
 |
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. |