type google.golang.org/genproto/googleapis/monitoring/v3.GetNotificationChannelRequest
17 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L478: type GetNotificationChannelRequest struct {
notification_service.pb.go#L489: func (x *GetNotificationChannelRequest) Reset() {
notification_service.pb.go#L490: *x = GetNotificationChannelRequest{}
notification_service.pb.go#L498: func (x *GetNotificationChannelRequest) String() string {
notification_service.pb.go#L502: func (*GetNotificationChannelRequest) ProtoMessage() {}
notification_service.pb.go#L504: func (x *GetNotificationChannelRequest) ProtoReflect() protoreflect.Message {
notification_service.pb.go#L517: func (*GetNotificationChannelRequest) Descriptor() ([]byte, []int) {
notification_service.pb.go#L521: func (x *GetNotificationChannelRequest) GetName() string {
notification_service.pb.go#L1241: (*GetNotificationChannelRequest)(nil), // 6: google.monitoring.v3.GetNotificationChannelRequest
notification_service.pb.go#L1369: switch v := v.(*GetNotificationChannelRequest); i {
notification_service.pb.go#L1498: GetNotificationChannel(ctx context.Context, in *GetNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
notification_service.pb.go#L1573: func (c *notificationChannelServiceClient) GetNotificationChannel(ctx context.Context, in *GetNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
notification_service.pb.go#L1651: GetNotificationChannel(context.Context, *GetNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1704: func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannel(context.Context, *GetNotificationChannelRequest) (*NotificationChannel, error) {
notification_service.pb.go#L1785: in := new(GetNotificationChannelRequest)
notification_service.pb.go#L1797: return srv.(NotificationChannelServiceServer).GetNotificationChannel(ctx, req.(*GetNotificationChannelRequest))
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L330: func (c *NotificationChannelClient) GetNotificationChannel(ctx context.Context, req *monitoringpb.GetNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, 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. |