type google.golang.org/genproto/googleapis/monitoring/v3.UptimeCheckIp
20 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
uptime.pb.go#L759: type UptimeCheckIp struct {
uptime.pb.go#L778: func (x *UptimeCheckIp) Reset() {
uptime.pb.go#L779: *x = UptimeCheckIp{}
uptime.pb.go#L787: func (x *UptimeCheckIp) String() string {
uptime.pb.go#L791: func (*UptimeCheckIp) ProtoMessage() {}
uptime.pb.go#L793: func (x *UptimeCheckIp) ProtoReflect() protoreflect.Message {
uptime.pb.go#L806: func (*UptimeCheckIp) Descriptor() ([]byte, []int) {
uptime.pb.go#L810: func (x *UptimeCheckIp) GetRegion() UptimeCheckRegion {
uptime.pb.go#L817: func (x *UptimeCheckIp) GetLocation() string {
uptime.pb.go#L824: func (x *UptimeCheckIp) GetIpAddress() string {
uptime.pb.go#L1464: (*UptimeCheckIp)(nil), // 8: google.monitoring.v3.UptimeCheckIp
uptime.pb.go#L1530: switch v := v.(*UptimeCheckIp); i {
uptime_service.pb.go#L503: UptimeCheckIps []*UptimeCheckIp `protobuf:"bytes,1,rep,name=uptime_check_ips,json=uptimeCheckIps,proto3" json:"uptime_check_ips,omitempty"`
uptime_service.pb.go#L545: func (x *ListUptimeCheckIpsResponse) GetUptimeCheckIps() []*UptimeCheckIp {
uptime_service.pb.go#L781: (*UptimeCheckIp)(nil), // 10: google.monitoring.v3.UptimeCheckIp
cloud.google.com/go/monitoring/apiv3
uptime_check_client.go#L306: it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.UptimeCheckIp, string, error) {
uptime_check_client.go#L389: items []*monitoringpb.UptimeCheckIp
uptime_check_client.go#L404: InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.UptimeCheckIp, nextPageToken string, err error)
uptime_check_client.go#L414: func (it *UptimeCheckIpIterator) Next() (*monitoringpb.UptimeCheckIp, error) {
uptime_check_client.go#L415: var item *monitoringpb.UptimeCheckIp
 |
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. |