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

18 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L702: type GetNotificationChannelVerificationCodeRequest struct {
		notification_service.pb.go#L723: func (x *GetNotificationChannelVerificationCodeRequest) Reset() {
		notification_service.pb.go#L724: 	*x = GetNotificationChannelVerificationCodeRequest{}
		notification_service.pb.go#L732: func (x *GetNotificationChannelVerificationCodeRequest) String() string {
		notification_service.pb.go#L736: func (*GetNotificationChannelVerificationCodeRequest) ProtoMessage() {}
		notification_service.pb.go#L738: func (x *GetNotificationChannelVerificationCodeRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L751: func (*GetNotificationChannelVerificationCodeRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L755: func (x *GetNotificationChannelVerificationCodeRequest) GetName() string {
		notification_service.pb.go#L762: func (x *GetNotificationChannelVerificationCodeRequest) GetExpireTime() *timestamppb.Timestamp {
		notification_service.pb.go#L1245: 	(*GetNotificationChannelVerificationCodeRequest)(nil),  // 10: google.monitoring.v3.GetNotificationChannelVerificationCodeRequest
		notification_service.pb.go#L1417: 			switch v := v.(*GetNotificationChannelVerificationCodeRequest); i {
		notification_service.pb.go#L1531: 	GetNotificationChannelVerificationCode(ctx context.Context, in *GetNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*GetNotificationChannelVerificationCodeResponse, error)
		notification_service.pb.go#L1618: func (c *notificationChannelServiceClient) GetNotificationChannelVerificationCode(ctx context.Context, in *GetNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*GetNotificationChannelVerificationCodeResponse, error) {
		notification_service.pb.go#L1684: 	GetNotificationChannelVerificationCode(context.Context, *GetNotificationChannelVerificationCodeRequest) (*GetNotificationChannelVerificationCodeResponse, error)
		notification_service.pb.go#L1719: func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannelVerificationCode(context.Context, *GetNotificationChannelVerificationCodeRequest) (*GetNotificationChannelVerificationCodeResponse, error) {
		notification_service.pb.go#L1875: 	in := new(GetNotificationChannelVerificationCodeRequest)
		notification_service.pb.go#L1887: 		return srv.(NotificationChannelServiceServer).GetNotificationChannelVerificationCode(ctx, req.(*GetNotificationChannelVerificationCodeRequest))

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L430: func (c *NotificationChannelClient) GetNotificationChannelVerificationCode(ctx context.Context, req *monitoringpb.GetNotificationChannelVerificationCodeRequest, opts ...gax.CallOption) (*monitoringpb.GetNotificationChannelVerificationCodeResponse, error) {