type google.golang.org/genproto/googleapis/logging/v2.GetSinkRequest
17 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L971: type GetSinkRequest struct {
logging_config.pb.go#L987: func (x *GetSinkRequest) Reset() {
logging_config.pb.go#L988: *x = GetSinkRequest{}
logging_config.pb.go#L996: func (x *GetSinkRequest) String() string {
logging_config.pb.go#L1000: func (*GetSinkRequest) ProtoMessage() {}
logging_config.pb.go#L1002: func (x *GetSinkRequest) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L1015: func (*GetSinkRequest) Descriptor() ([]byte, []int) {
logging_config.pb.go#L1019: func (x *GetSinkRequest) GetSinkName() string {
logging_config.pb.go#L2779: (*GetSinkRequest)(nil), // 11: google.logging.v2.GetSinkRequest
logging_config.pb.go#L2972: switch v := v.(*GetSinkRequest); i {
logging_config.pb.go#L3195: GetSink(ctx context.Context, in *GetSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
logging_config.pb.go#L3294: func (c *configServiceV2Client) GetSink(ctx context.Context, in *GetSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
logging_config.pb.go#L3414: GetSink(context.Context, *GetSinkRequest) (*LogSink, error)
logging_config.pb.go#L3485: func (*UnimplementedConfigServiceV2Server) GetSink(context.Context, *GetSinkRequest) (*LogSink, error) {
logging_config.pb.go#L3596: in := new(GetSinkRequest)
logging_config.pb.go#L3608: return srv.(ConfigServiceV2Server).GetSink(ctx, req.(*GetSinkRequest))
cloud.google.com/go/logging/apiv2
config_client.go#L184: func (c *ConfigClient) GetSink(ctx context.Context, req *loggingpb.GetSinkRequest, opts ...gax.CallOption) (*loggingpb.LogSink, 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. |