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

17 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L194: type GetNotificationChannelDescriptorRequest struct {
		notification_service.pb.go#L205: func (x *GetNotificationChannelDescriptorRequest) Reset() {
		notification_service.pb.go#L206: 	*x = GetNotificationChannelDescriptorRequest{}
		notification_service.pb.go#L214: func (x *GetNotificationChannelDescriptorRequest) String() string {
		notification_service.pb.go#L218: func (*GetNotificationChannelDescriptorRequest) ProtoMessage() {}
		notification_service.pb.go#L220: func (x *GetNotificationChannelDescriptorRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L233: func (*GetNotificationChannelDescriptorRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L237: func (x *GetNotificationChannelDescriptorRequest) GetName() string {
		notification_service.pb.go#L1237: 	(*GetNotificationChannelDescriptorRequest)(nil),        // 2: google.monitoring.v3.GetNotificationChannelDescriptorRequest
		notification_service.pb.go#L1321: 			switch v := v.(*GetNotificationChannelDescriptorRequest); i {
		notification_service.pb.go#L1490: 	GetNotificationChannelDescriptor(ctx context.Context, in *GetNotificationChannelDescriptorRequest, opts ...grpc.CallOption) (*NotificationChannelDescriptor, error)
		notification_service.pb.go#L1555: func (c *notificationChannelServiceClient) GetNotificationChannelDescriptor(ctx context.Context, in *GetNotificationChannelDescriptorRequest, opts ...grpc.CallOption) (*NotificationChannelDescriptor, error) {
		notification_service.pb.go#L1643: 	GetNotificationChannelDescriptor(context.Context, *GetNotificationChannelDescriptorRequest) (*NotificationChannelDescriptor, error)
		notification_service.pb.go#L1698: func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannelDescriptor(context.Context, *GetNotificationChannelDescriptorRequest) (*NotificationChannelDescriptor, error) {
		notification_service.pb.go#L1749: 	in := new(GetNotificationChannelDescriptorRequest)
		notification_service.pb.go#L1761: 		return srv.(NotificationChannelServiceServer).GetNotificationChannelDescriptor(ctx, req.(*GetNotificationChannelDescriptorRequest))

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L268: func (c *NotificationChannelClient) GetNotificationChannelDescriptor(ctx context.Context, req *monitoringpb.GetNotificationChannelDescriptorRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannelDescriptor, error) {