type google.golang.org/genproto/googleapis/monitoring/v3.NotificationChannel
57 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification.pb.go#L236: type NotificationChannel struct {
notification.pb.go#L303: func (x *NotificationChannel) Reset() {
notification.pb.go#L304: *x = NotificationChannel{}
notification.pb.go#L312: func (x *NotificationChannel) String() string {
notification.pb.go#L316: func (*NotificationChannel) ProtoMessage() {}
notification.pb.go#L318: func (x *NotificationChannel) ProtoReflect() protoreflect.Message {
notification.pb.go#L331: func (*NotificationChannel) Descriptor() ([]byte, []int) {
notification.pb.go#L335: func (x *NotificationChannel) GetType() string {
notification.pb.go#L342: func (x *NotificationChannel) GetName() string {
notification.pb.go#L349: func (x *NotificationChannel) GetDisplayName() string {
notification.pb.go#L356: func (x *NotificationChannel) GetDescription() string {
notification.pb.go#L363: func (x *NotificationChannel) GetLabels() map[string]string {
notification.pb.go#L370: func (x *NotificationChannel) GetUserLabels() map[string]string {
notification.pb.go#L377: func (x *NotificationChannel) GetVerificationStatus() NotificationChannel_VerificationStatus {
notification.pb.go#L384: func (x *NotificationChannel) GetEnabled() *wrapperspb.BoolValue {
notification.pb.go#L538: (*NotificationChannel)(nil), // 2: google.monitoring.v3.NotificationChannel
notification.pb.go#L581: switch v := v.(*NotificationChannel); i {
notification_service.pb.go#L260: NotificationChannel *NotificationChannel `protobuf:"bytes,2,opt,name=notification_channel,json=notificationChannel,proto3" json:"notification_channel,omitempty"`
notification_service.pb.go#L302: func (x *CreateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel {
notification_service.pb.go#L423: NotificationChannels []*NotificationChannel `protobuf:"bytes,3,rep,name=notification_channels,json=notificationChannels,proto3" json:"notification_channels,omitempty"`
notification_service.pb.go#L463: func (x *ListNotificationChannelsResponse) GetNotificationChannels() []*NotificationChannel {
notification_service.pb.go#L540: NotificationChannel *NotificationChannel `protobuf:"bytes,3,opt,name=notification_channel,json=notificationChannel,proto3" json:"notification_channel,omitempty"`
notification_service.pb.go#L582: func (x *UpdateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel {
notification_service.pb.go#L1249: (*NotificationChannel)(nil), // 14: google.monitoring.v3.NotificationChannel
notification_service.pb.go#L1498: GetNotificationChannel(ctx context.Context, in *GetNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
notification_service.pb.go#L1501: CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
notification_service.pb.go#L1504: UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
notification_service.pb.go#L1535: VerifyNotificationChannel(ctx context.Context, in *VerifyNotificationChannelRequest, 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#L1574: out := new(NotificationChannel)
notification_service.pb.go#L1582: func (c *notificationChannelServiceClient) CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
notification_service.pb.go#L1583: out := new(NotificationChannel)
notification_service.pb.go#L1591: func (c *notificationChannelServiceClient) UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
notification_service.pb.go#L1592: out := new(NotificationChannel)
notification_service.pb.go#L1627: func (c *notificationChannelServiceClient) VerifyNotificationChannel(ctx context.Context, in *VerifyNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error) {
notification_service.pb.go#L1628: out := new(NotificationChannel)
notification_service.pb.go#L1651: GetNotificationChannel(context.Context, *GetNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1654: CreateNotificationChannel(context.Context, *CreateNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1657: UpdateNotificationChannel(context.Context, *UpdateNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1688: VerifyNotificationChannel(context.Context, *VerifyNotificationChannelRequest) (*NotificationChannel, error)
notification_service.pb.go#L1704: func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannel(context.Context, *GetNotificationChannelRequest) (*NotificationChannel, error) {
notification_service.pb.go#L1707: func (*UnimplementedNotificationChannelServiceServer) CreateNotificationChannel(context.Context, *CreateNotificationChannelRequest) (*NotificationChannel, error) {
notification_service.pb.go#L1710: func (*UnimplementedNotificationChannelServiceServer) UpdateNotificationChannel(context.Context, *UpdateNotificationChannelRequest) (*NotificationChannel, error) {
notification_service.pb.go#L1722: func (*UnimplementedNotificationChannelServiceServer) VerifyNotificationChannel(context.Context, *VerifyNotificationChannelRequest) (*NotificationChannel, error) {
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L291: it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.NotificationChannel, string, error) {
notification_channel_client.go#L330: func (c *NotificationChannelClient) GetNotificationChannel(ctx context.Context, req *monitoringpb.GetNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L334: var resp *monitoringpb.NotificationChannel
notification_channel_client.go#L348: func (c *NotificationChannelClient) CreateNotificationChannel(ctx context.Context, req *monitoringpb.CreateNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L352: var resp *monitoringpb.NotificationChannel
notification_channel_client.go#L366: func (c *NotificationChannelClient) UpdateNotificationChannel(ctx context.Context, req *monitoringpb.UpdateNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L370: var resp *monitoringpb.NotificationChannel
notification_channel_client.go#L449: func (c *NotificationChannelClient) VerifyNotificationChannel(ctx context.Context, req *monitoringpb.VerifyNotificationChannelRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L453: var resp *monitoringpb.NotificationChannel
notification_channel_client.go#L514: items []*monitoringpb.NotificationChannel
notification_channel_client.go#L529: InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.NotificationChannel, nextPageToken string, err error)
notification_channel_client.go#L539: func (it *NotificationChannelIterator) Next() (*monitoringpb.NotificationChannel, error) {
notification_channel_client.go#L540: var item *monitoringpb.NotificationChannel
 |
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. |