type google.golang.org/genproto/googleapis/monitoring/v3.CreateNotificationChannelRequest

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L245: type CreateNotificationChannelRequest struct {
		notification_service.pb.go#L263: func (x *CreateNotificationChannelRequest) Reset() {
		notification_service.pb.go#L264: 	*x = CreateNotificationChannelRequest{}
		notification_service.pb.go#L272: func (x *CreateNotificationChannelRequest) String() string {
		notification_service.pb.go#L276: func (*CreateNotificationChannelRequest) ProtoMessage() {}
		notification_service.pb.go#L278: func (x *CreateNotificationChannelRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L291: func (*CreateNotificationChannelRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L295: func (x *CreateNotificationChannelRequest) GetName() string {
		notification_service.pb.go#L302: func (x *CreateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel {
		notification_service.pb.go#L1238: 	(*CreateNotificationChannelRequest)(nil),               // 3: google.monitoring.v3.CreateNotificationChannelRequest
		notification_service.pb.go#L1333: 			switch v := v.(*CreateNotificationChannelRequest); i {
		notification_service.pb.go#L1501: 	CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
		notification_service.pb.go#L1582: func (c *notificationChannelServiceClient) CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
		notification_service.pb.go#L1654: 	CreateNotificationChannel(context.Context, *CreateNotificationChannelRequest) (*NotificationChannel, error)
		notification_service.pb.go#L1707: func (*UnimplementedNotificationChannelServiceServer) CreateNotificationChannel(context.Context, *CreateNotificationChannelRequest) (*NotificationChannel, error) {
		notification_service.pb.go#L1803: 	in := new(CreateNotificationChannelRequest)
		notification_service.pb.go#L1815: 		return srv.(NotificationChannelServiceServer).CreateNotificationChannel(ctx, req.(*CreateNotificationChannelRequest))

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L348: func (c *NotificationChannelClient) CreateNotificationChannel(ctx context.Context, req *monitoringpb.CreateNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {