type google.golang.org/genproto/googleapis/logging/v2.CreateSinkRequest

19 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_config.pb.go#L1027: type CreateSinkRequest struct {
		logging_config.pb.go#L1058: func (x *CreateSinkRequest) Reset() {
		logging_config.pb.go#L1059: 	*x = CreateSinkRequest{}
		logging_config.pb.go#L1067: func (x *CreateSinkRequest) String() string {
		logging_config.pb.go#L1071: func (*CreateSinkRequest) ProtoMessage() {}
		logging_config.pb.go#L1073: func (x *CreateSinkRequest) ProtoReflect() protoreflect.Message {
		logging_config.pb.go#L1086: func (*CreateSinkRequest) Descriptor() ([]byte, []int) {
		logging_config.pb.go#L1090: func (x *CreateSinkRequest) GetParent() string {
		logging_config.pb.go#L1097: func (x *CreateSinkRequest) GetSink() *LogSink {
		logging_config.pb.go#L1104: func (x *CreateSinkRequest) GetUniqueWriterIdentity() bool {
		logging_config.pb.go#L2780: 	(*CreateSinkRequest)(nil),         // 12: google.logging.v2.CreateSinkRequest
		logging_config.pb.go#L2984: 			switch v := v.(*CreateSinkRequest); i {
		logging_config.pb.go#L3200: 	CreateSink(ctx context.Context, in *CreateSinkRequest, opts ...grpc.CallOption) (*LogSink, error)
		logging_config.pb.go#L3303: func (c *configServiceV2Client) CreateSink(ctx context.Context, in *CreateSinkRequest, opts ...grpc.CallOption) (*LogSink, error) {
		logging_config.pb.go#L3419: 	CreateSink(context.Context, *CreateSinkRequest) (*LogSink, error)
		logging_config.pb.go#L3488: func (*UnimplementedConfigServiceV2Server) CreateSink(context.Context, *CreateSinkRequest) (*LogSink, error) {
		logging_config.pb.go#L3614: 	in := new(CreateSinkRequest)
		logging_config.pb.go#L3626: 		return srv.(ConfigServiceV2Server).CreateSink(ctx, req.(*CreateSinkRequest))

	cloud.google.com/go/logging/apiv2
		config_client.go#L204: func (c *ConfigClient) CreateSink(ctx context.Context, req *loggingpb.CreateSinkRequest, opts ...gax.CallOption) (*loggingpb.LogSink, error) {