type google.golang.org/genproto/googleapis/monitoring/v3.ListUptimeCheckIpsResponse
17 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
uptime_service.pb.go#L496: type ListUptimeCheckIpsResponse struct {
uptime_service.pb.go#L513: func (x *ListUptimeCheckIpsResponse) Reset() {
uptime_service.pb.go#L514: *x = ListUptimeCheckIpsResponse{}
uptime_service.pb.go#L522: func (x *ListUptimeCheckIpsResponse) String() string {
uptime_service.pb.go#L526: func (*ListUptimeCheckIpsResponse) ProtoMessage() {}
uptime_service.pb.go#L528: func (x *ListUptimeCheckIpsResponse) ProtoReflect() protoreflect.Message {
uptime_service.pb.go#L541: func (*ListUptimeCheckIpsResponse) Descriptor() ([]byte, []int) {
uptime_service.pb.go#L545: func (x *ListUptimeCheckIpsResponse) GetUptimeCheckIps() []*UptimeCheckIp {
uptime_service.pb.go#L552: func (x *ListUptimeCheckIpsResponse) GetNextPageToken() string {
uptime_service.pb.go#L778: (*ListUptimeCheckIpsResponse)(nil), // 7: google.monitoring.v3.ListUptimeCheckIpsResponse
uptime_service.pb.go#L901: switch v := v.(*ListUptimeCheckIpsResponse); i {
uptime_service.pb.go#L962: ListUptimeCheckIps(ctx context.Context, in *ListUptimeCheckIpsRequest, opts ...grpc.CallOption) (*ListUptimeCheckIpsResponse, error)
uptime_service.pb.go#L1018: func (c *uptimeCheckServiceClient) ListUptimeCheckIps(ctx context.Context, in *ListUptimeCheckIpsRequest, opts ...grpc.CallOption) (*ListUptimeCheckIpsResponse, error) {
uptime_service.pb.go#L1019: out := new(ListUptimeCheckIpsResponse)
uptime_service.pb.go#L1046: ListUptimeCheckIps(context.Context, *ListUptimeCheckIpsRequest) (*ListUptimeCheckIpsResponse, error)
uptime_service.pb.go#L1068: func (*UnimplementedUptimeCheckServiceServer) ListUptimeCheckIps(context.Context, *ListUptimeCheckIpsRequest) (*ListUptimeCheckIpsResponse, error) {
cloud.google.com/go/monitoring/apiv3
uptime_check_client.go#L307: var resp *monitoringpb.ListUptimeCheckIpsResponse
 |
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. |