type google.golang.org/genproto/googleapis/monitoring/v3.UpdateNotificationChannelRequest
18 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L529: type UpdateNotificationChannelRequest struct {
notification_service.pb.go#L543: func (x *UpdateNotificationChannelRequest) Reset() {
notification_service.pb.go#L544: *x = UpdateNotificationChannelRequest{}
notification_service.pb.go#L552: func (x *UpdateNotificationChannelRequest) String() string {
notification_service.pb.go#L556: func (*UpdateNotificationChannelRequest) ProtoMessage() {}
notification_service.pb.go#L558: func (x *UpdateNotificationChannelRequest) ProtoReflect() protoreflect.Message {
notification_service.pb.go#L571: func (*UpdateNotificationChannelRequest) Descriptor() ([]byte, []int) {
notification_service.pb.go#L575: func (x *UpdateNotificationChannelRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
notification_service.pb.go#L582: func (x *UpdateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel {
notification_service.pb.go#L1242: (*UpdateNotificationChannelRequest)(nil), // 7: google.monitoring.v3.UpdateNotificationChannelRequest
notification_service.pb.go#L1381: switch v := v.(*UpdateNotificationChannelRequest); i {
notification_service.pb.go#L1504: UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
notification_service.pb.go#L1591: func (c *notificationChannelServiceClient) UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
notification_service.pb.go#L1657: UpdateNotificationChannel(context.Context, *UpdateNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1710: func (*UnimplementedNotificationChannelServiceServer) UpdateNotificationChannel(context.Context, *UpdateNotificationChannelRequest) (*NotificationChannel, error) {
notification_service.pb.go#L1821: in := new(UpdateNotificationChannelRequest)
notification_service.pb.go#L1833: return srv.(NotificationChannelServiceServer).UpdateNotificationChannel(ctx, req.(*UpdateNotificationChannelRequest))
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L366: func (c *NotificationChannelClient) UpdateNotificationChannel(ctx context.Context, req *monitoringpb.UpdateNotificationChannelRequest, 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. |