type google.golang.org/genproto/googleapis/monitoring/v3.ListNotificationChannelsResponse
17 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L417: type ListNotificationChannelsResponse struct {
notification_service.pb.go#L431: func (x *ListNotificationChannelsResponse) Reset() {
notification_service.pb.go#L432: *x = ListNotificationChannelsResponse{}
notification_service.pb.go#L440: func (x *ListNotificationChannelsResponse) String() string {
notification_service.pb.go#L444: func (*ListNotificationChannelsResponse) ProtoMessage() {}
notification_service.pb.go#L446: func (x *ListNotificationChannelsResponse) ProtoReflect() protoreflect.Message {
notification_service.pb.go#L459: func (*ListNotificationChannelsResponse) Descriptor() ([]byte, []int) {
notification_service.pb.go#L463: func (x *ListNotificationChannelsResponse) GetNotificationChannels() []*NotificationChannel {
notification_service.pb.go#L470: func (x *ListNotificationChannelsResponse) GetNextPageToken() string {
notification_service.pb.go#L1240: (*ListNotificationChannelsResponse)(nil), // 5: google.monitoring.v3.ListNotificationChannelsResponse
notification_service.pb.go#L1357: switch v := v.(*ListNotificationChannelsResponse); i {
notification_service.pb.go#L1492: ListNotificationChannels(ctx context.Context, in *ListNotificationChannelsRequest, opts ...grpc.CallOption) (*ListNotificationChannelsResponse, error)
notification_service.pb.go#L1564: func (c *notificationChannelServiceClient) ListNotificationChannels(ctx context.Context, in *ListNotificationChannelsRequest, opts ...grpc.CallOption) (*ListNotificationChannelsResponse, error) {
notification_service.pb.go#L1565: out := new(ListNotificationChannelsResponse)
notification_service.pb.go#L1645: ListNotificationChannels(context.Context, *ListNotificationChannelsRequest) (*ListNotificationChannelsResponse, error)
notification_service.pb.go#L1701: func (*UnimplementedNotificationChannelServiceServer) ListNotificationChannels(context.Context, *ListNotificationChannelsRequest) (*ListNotificationChannelsResponse, error) {
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L292: var resp *monitoringpb.ListNotificationChannelsResponse
 |
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. |