type google.golang.org/genproto/googleapis/logging/v2.ConfigServiceV2Server
33 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L3394: type ConfigServiceV2Server interface {
logging_config.pb.go#L3519: func RegisterConfigServiceV2Server(s *grpc.Server, srv ConfigServiceV2Server) {
logging_config.pb.go#L3529: return srv.(ConfigServiceV2Server).ListBuckets(ctx, in)
logging_config.pb.go#L3536: return srv.(ConfigServiceV2Server).ListBuckets(ctx, req.(*ListBucketsRequest))
logging_config.pb.go#L3547: return srv.(ConfigServiceV2Server).GetBucket(ctx, in)
logging_config.pb.go#L3554: return srv.(ConfigServiceV2Server).GetBucket(ctx, req.(*GetBucketRequest))
logging_config.pb.go#L3565: return srv.(ConfigServiceV2Server).UpdateBucket(ctx, in)
logging_config.pb.go#L3572: return srv.(ConfigServiceV2Server).UpdateBucket(ctx, req.(*UpdateBucketRequest))
logging_config.pb.go#L3583: return srv.(ConfigServiceV2Server).ListSinks(ctx, in)
logging_config.pb.go#L3590: return srv.(ConfigServiceV2Server).ListSinks(ctx, req.(*ListSinksRequest))
logging_config.pb.go#L3601: return srv.(ConfigServiceV2Server).GetSink(ctx, in)
logging_config.pb.go#L3608: return srv.(ConfigServiceV2Server).GetSink(ctx, req.(*GetSinkRequest))
logging_config.pb.go#L3619: return srv.(ConfigServiceV2Server).CreateSink(ctx, in)
logging_config.pb.go#L3626: return srv.(ConfigServiceV2Server).CreateSink(ctx, req.(*CreateSinkRequest))
logging_config.pb.go#L3637: return srv.(ConfigServiceV2Server).UpdateSink(ctx, in)
logging_config.pb.go#L3644: return srv.(ConfigServiceV2Server).UpdateSink(ctx, req.(*UpdateSinkRequest))
logging_config.pb.go#L3655: return srv.(ConfigServiceV2Server).DeleteSink(ctx, in)
logging_config.pb.go#L3662: return srv.(ConfigServiceV2Server).DeleteSink(ctx, req.(*DeleteSinkRequest))
logging_config.pb.go#L3673: return srv.(ConfigServiceV2Server).ListExclusions(ctx, in)
logging_config.pb.go#L3680: return srv.(ConfigServiceV2Server).ListExclusions(ctx, req.(*ListExclusionsRequest))
logging_config.pb.go#L3691: return srv.(ConfigServiceV2Server).GetExclusion(ctx, in)
logging_config.pb.go#L3698: return srv.(ConfigServiceV2Server).GetExclusion(ctx, req.(*GetExclusionRequest))
logging_config.pb.go#L3709: return srv.(ConfigServiceV2Server).CreateExclusion(ctx, in)
logging_config.pb.go#L3716: return srv.(ConfigServiceV2Server).CreateExclusion(ctx, req.(*CreateExclusionRequest))
logging_config.pb.go#L3727: return srv.(ConfigServiceV2Server).UpdateExclusion(ctx, in)
logging_config.pb.go#L3734: return srv.(ConfigServiceV2Server).UpdateExclusion(ctx, req.(*UpdateExclusionRequest))
logging_config.pb.go#L3745: return srv.(ConfigServiceV2Server).DeleteExclusion(ctx, in)
logging_config.pb.go#L3752: return srv.(ConfigServiceV2Server).DeleteExclusion(ctx, req.(*DeleteExclusionRequest))
logging_config.pb.go#L3763: return srv.(ConfigServiceV2Server).GetCmekSettings(ctx, in)
logging_config.pb.go#L3770: return srv.(ConfigServiceV2Server).GetCmekSettings(ctx, req.(*GetCmekSettingsRequest))
logging_config.pb.go#L3781: return srv.(ConfigServiceV2Server).UpdateCmekSettings(ctx, in)
logging_config.pb.go#L3788: return srv.(ConfigServiceV2Server).UpdateCmekSettings(ctx, req.(*UpdateCmekSettingsRequest))
logging_config.pb.go#L3795: HandlerType: (*ConfigServiceV2Server)(nil),
 |
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. |