type google.golang.org/genproto/googleapis/monitoring/v3.ListNotificationChannelDescriptorsRequest

20 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification_service.pb.go#L53: type ListNotificationChannelDescriptorsRequest struct {
		notification_service.pb.go#L78: func (x *ListNotificationChannelDescriptorsRequest) Reset() {
		notification_service.pb.go#L79: 	*x = ListNotificationChannelDescriptorsRequest{}
		notification_service.pb.go#L87: func (x *ListNotificationChannelDescriptorsRequest) String() string {
		notification_service.pb.go#L91: func (*ListNotificationChannelDescriptorsRequest) ProtoMessage() {}
		notification_service.pb.go#L93: func (x *ListNotificationChannelDescriptorsRequest) ProtoReflect() protoreflect.Message {
		notification_service.pb.go#L106: func (*ListNotificationChannelDescriptorsRequest) Descriptor() ([]byte, []int) {
		notification_service.pb.go#L110: func (x *ListNotificationChannelDescriptorsRequest) GetName() string {
		notification_service.pb.go#L117: func (x *ListNotificationChannelDescriptorsRequest) GetPageSize() int32 {
		notification_service.pb.go#L124: func (x *ListNotificationChannelDescriptorsRequest) GetPageToken() string {
		notification_service.pb.go#L1235: 	(*ListNotificationChannelDescriptorsRequest)(nil),      // 0: google.monitoring.v3.ListNotificationChannelDescriptorsRequest
		notification_service.pb.go#L1297: 			switch v := v.(*ListNotificationChannelDescriptorsRequest); 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#L1640: 	ListNotificationChannelDescriptors(context.Context, *ListNotificationChannelDescriptorsRequest) (*ListNotificationChannelDescriptorsResponse, error)
		notification_service.pb.go#L1695: func (*UnimplementedNotificationChannelServiceServer) ListNotificationChannelDescriptors(context.Context, *ListNotificationChannelDescriptorsRequest) (*ListNotificationChannelDescriptorsResponse, error) {
		notification_service.pb.go#L1731: 	in := new(ListNotificationChannelDescriptorsRequest)
		notification_service.pb.go#L1743: 		return srv.(NotificationChannelServiceServer).ListNotificationChannelDescriptors(ctx, req.(*ListNotificationChannelDescriptorsRequest))

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L226: func (c *NotificationChannelClient) ListNotificationChannelDescriptors(ctx context.Context, req *monitoringpb.ListNotificationChannelDescriptorsRequest, opts ...gax.CallOption) *NotificationChannelDescriptorIterator {
		notification_channel_client.go#L231: 	req = proto.Clone(req).(*monitoringpb.ListNotificationChannelDescriptorsRequest)