type google.golang.org/genproto/googleapis/logging/v2.UpdateSinkRequest
20 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L1112: type UpdateSinkRequest struct {
logging_config.pb.go#L1159: func (x *UpdateSinkRequest) Reset() {
logging_config.pb.go#L1160: *x = UpdateSinkRequest{}
logging_config.pb.go#L1168: func (x *UpdateSinkRequest) String() string {
logging_config.pb.go#L1172: func (*UpdateSinkRequest) ProtoMessage() {}
logging_config.pb.go#L1174: func (x *UpdateSinkRequest) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L1187: func (*UpdateSinkRequest) Descriptor() ([]byte, []int) {
logging_config.pb.go#L1191: func (x *UpdateSinkRequest) GetSinkName() string {
logging_config.pb.go#L1198: func (x *UpdateSinkRequest) GetSink() *LogSink {
logging_config.pb.go#L1205: func (x *UpdateSinkRequest) GetUniqueWriterIdentity() bool {
logging_config.pb.go#L1212: func (x *UpdateSinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
logging_config.pb.go#L2781: (*UpdateSinkRequest)(nil), // 13: google.logging.v2.UpdateSinkRequest
logging_config.pb.go#L2996: switch v := v.(*UpdateSinkRequest); i {
logging_config.pb.go#L3206: UpdateSink(ctx context.Context, in *UpdateSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
logging_config.pb.go#L3312: func (c *configServiceV2Client) UpdateSink(ctx context.Context, in *UpdateSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
logging_config.pb.go#L3425: UpdateSink(context.Context, *UpdateSinkRequest) (*LogSink, error)
logging_config.pb.go#L3491: func (*UnimplementedConfigServiceV2Server) UpdateSink(context.Context, *UpdateSinkRequest) (*LogSink, error) {
logging_config.pb.go#L3632: in := new(UpdateSinkRequest)
logging_config.pb.go#L3644: return srv.(ConfigServiceV2Server).UpdateSink(ctx, req.(*UpdateSinkRequest))
cloud.google.com/go/logging/apiv2
config_client.go#L224: func (c *ConfigClient) UpdateSink(ctx context.Context, req *loggingpb.UpdateSinkRequest, 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. |