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

31 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		notification.pb.go#L115: type NotificationChannelDescriptor struct {
		notification.pb.go#L149: func (x *NotificationChannelDescriptor) Reset() {
		notification.pb.go#L150: 	*x = NotificationChannelDescriptor{}
		notification.pb.go#L158: func (x *NotificationChannelDescriptor) String() string {
		notification.pb.go#L162: func (*NotificationChannelDescriptor) ProtoMessage() {}
		notification.pb.go#L164: func (x *NotificationChannelDescriptor) ProtoReflect() protoreflect.Message {
		notification.pb.go#L177: func (*NotificationChannelDescriptor) Descriptor() ([]byte, []int) {
		notification.pb.go#L181: func (x *NotificationChannelDescriptor) GetName() string {
		notification.pb.go#L188: func (x *NotificationChannelDescriptor) GetType() string {
		notification.pb.go#L195: func (x *NotificationChannelDescriptor) GetDisplayName() string {
		notification.pb.go#L202: func (x *NotificationChannelDescriptor) GetDescription() string {
		notification.pb.go#L209: func (x *NotificationChannelDescriptor) GetLabels() []*label.LabelDescriptor {
		notification.pb.go#L217: func (x *NotificationChannelDescriptor) GetSupportedTiers() []ServiceTier {
		notification.pb.go#L224: func (x *NotificationChannelDescriptor) GetLaunchStage() api.LaunchStage {
		notification.pb.go#L537: 	(*NotificationChannelDescriptor)(nil),       // 1: google.monitoring.v3.NotificationChannelDescriptor
		notification.pb.go#L569: 			switch v := v.(*NotificationChannelDescriptor); i {
		notification_service.pb.go#L139: 	ChannelDescriptors []*NotificationChannelDescriptor `protobuf:"bytes,1,rep,name=channel_descriptors,json=channelDescriptors,proto3" json:"channel_descriptors,omitempty"`
		notification_service.pb.go#L179: func (x *ListNotificationChannelDescriptorsResponse) GetChannelDescriptors() []*NotificationChannelDescriptor {
		notification_service.pb.go#L1248: 	(*NotificationChannelDescriptor)(nil),                  // 13: google.monitoring.v3.NotificationChannelDescriptor
		notification_service.pb.go#L1490: 	GetNotificationChannelDescriptor(ctx context.Context, in *GetNotificationChannelDescriptorRequest, opts ...grpc.CallOption) (*NotificationChannelDescriptor, error)
		notification_service.pb.go#L1555: func (c *notificationChannelServiceClient) GetNotificationChannelDescriptor(ctx context.Context, in *GetNotificationChannelDescriptorRequest, opts ...grpc.CallOption) (*NotificationChannelDescriptor, error) {
		notification_service.pb.go#L1556: 	out := new(NotificationChannelDescriptor)
		notification_service.pb.go#L1643: 	GetNotificationChannelDescriptor(context.Context, *GetNotificationChannelDescriptorRequest) (*NotificationChannelDescriptor, error)
		notification_service.pb.go#L1698: func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannelDescriptor(context.Context, *GetNotificationChannelDescriptorRequest) (*NotificationChannelDescriptor, error) {

	cloud.google.com/go/monitoring/apiv3
		notification_channel_client.go#L232: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.NotificationChannelDescriptor, string, error) {
		notification_channel_client.go#L268: func (c *NotificationChannelClient) GetNotificationChannelDescriptor(ctx context.Context, req *monitoringpb.GetNotificationChannelDescriptorRequest, opts ...gax.CallOption) (*monitoringpb.NotificationChannelDescriptor, error) {
		notification_channel_client.go#L272: 	var resp *monitoringpb.NotificationChannelDescriptor
		notification_channel_client.go#L467: 	items    []*monitoringpb.NotificationChannelDescriptor
		notification_channel_client.go#L482: 	InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.NotificationChannelDescriptor, nextPageToken string, err error)
		notification_channel_client.go#L492: func (it *NotificationChannelDescriptorIterator) Next() (*monitoringpb.NotificationChannelDescriptor, error) {
		notification_channel_client.go#L493: 	var item *monitoringpb.NotificationChannelDescriptor