type google.golang.org/genproto/googleapis/monitoring/v3.ListNotificationChannelDescriptorsResponse
17 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
notification_service.pb.go#L132: type ListNotificationChannelDescriptorsResponse struct {
notification_service.pb.go#L147: func (x *ListNotificationChannelDescriptorsResponse) Reset() {
notification_service.pb.go#L148: *x = ListNotificationChannelDescriptorsResponse{}
notification_service.pb.go#L156: func (x *ListNotificationChannelDescriptorsResponse) String() string {
notification_service.pb.go#L160: func (*ListNotificationChannelDescriptorsResponse) ProtoMessage() {}
notification_service.pb.go#L162: func (x *ListNotificationChannelDescriptorsResponse) ProtoReflect() protoreflect.Message {
notification_service.pb.go#L175: func (*ListNotificationChannelDescriptorsResponse) Descriptor() ([]byte, []int) {
notification_service.pb.go#L179: func (x *ListNotificationChannelDescriptorsResponse) GetChannelDescriptors() []*NotificationChannelDescriptor {
notification_service.pb.go#L186: func (x *ListNotificationChannelDescriptorsResponse) GetNextPageToken() string {
notification_service.pb.go#L1236: (*ListNotificationChannelDescriptorsResponse)(nil), // 1: google.monitoring.v3.ListNotificationChannelDescriptorsResponse
notification_service.pb.go#L1309: switch v := v.(*ListNotificationChannelDescriptorsResponse); i {
notification_service.pb.go#L1487: ListNotificationChannelDescriptors(ctx context.Context, in *ListNotificationChannelDescriptorsRequest, opts ...grpc.CallOption) (*ListNotificationChannelDescriptorsResponse, error)
notification_service.pb.go#L1546: func (c *notificationChannelServiceClient) ListNotificationChannelDescriptors(ctx context.Context, in *ListNotificationChannelDescriptorsRequest, opts ...grpc.CallOption) (*ListNotificationChannelDescriptorsResponse, error) {
notification_service.pb.go#L1547: out := new(ListNotificationChannelDescriptorsResponse)
notification_service.pb.go#L1640: ListNotificationChannelDescriptors(context.Context, *ListNotificationChannelDescriptorsRequest) (*ListNotificationChannelDescriptorsResponse, error)
notification_service.pb.go#L1695: func (*UnimplementedNotificationChannelServiceServer) ListNotificationChannelDescriptors(context.Context, *ListNotificationChannelDescriptorsRequest) (*ListNotificationChannelDescriptorsResponse, error) {
cloud.google.com/go/monitoring/apiv3
notification_channel_client.go#L233: var resp *monitoringpb.ListNotificationChannelDescriptorsResponse
 |
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. |