type google.golang.org/genproto/googleapis/monitoring/v3.SendNotificationChannelVerificationCodeRequest
17 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L653: type SendNotificationChannelVerificationCodeRequest struct {
notification_service.pb.go#L662: func (x *SendNotificationChannelVerificationCodeRequest) Reset() {
notification_service.pb.go#L663: *x = SendNotificationChannelVerificationCodeRequest{}
notification_service.pb.go#L671: func (x *SendNotificationChannelVerificationCodeRequest) String() string {
notification_service.pb.go#L675: func (*SendNotificationChannelVerificationCodeRequest) ProtoMessage() {}
notification_service.pb.go#L677: func (x *SendNotificationChannelVerificationCodeRequest) ProtoReflect() protoreflect.Message {
notification_service.pb.go#L690: func (*SendNotificationChannelVerificationCodeRequest) Descriptor() ([]byte, []int) {
notification_service.pb.go#L694: func (x *SendNotificationChannelVerificationCodeRequest) GetName() string {
notification_service.pb.go#L1244: (*SendNotificationChannelVerificationCodeRequest)(nil), // 9: google.monitoring.v3.SendNotificationChannelVerificationCodeRequest
notification_service.pb.go#L1405: switch v := v.(*SendNotificationChannelVerificationCodeRequest); i {
notification_service.pb.go#L1509: SendNotificationChannelVerificationCode(ctx context.Context, in *SendNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
notification_service.pb.go#L1609: func (c *notificationChannelServiceClient) SendNotificationChannelVerificationCode(ctx context.Context, in *SendNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
notification_service.pb.go#L1662: SendNotificationChannelVerificationCode(context.Context, *SendNotificationChannelVerificationCodeRequest) (*emptypb.Empty, error)
notification_service.pb.go#L1716: func (*UnimplementedNotificationChannelServiceServer) SendNotificationChannelVerificationCode(context.Context, *SendNotificationChannelVerificationCodeRequest) (*emptypb.Empty, error) {
notification_service.pb.go#L1857: in := new(SendNotificationChannelVerificationCodeRequest)
notification_service.pb.go#L1869: return srv.(NotificationChannelServiceServer).SendNotificationChannelVerificationCode(ctx, req.(*SendNotificationChannelVerificationCodeRequest))
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L397: func (c *NotificationChannelClient) SendNotificationChannelVerificationCode(ctx context.Context, req *monitoringpb.SendNotificationChannelVerificationCodeRequest, opts ...gax.CallOption) 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. |