type google.golang.org/genproto/googleapis/monitoring/v3.ListUptimeCheckConfigsRequest
20 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
uptime_service.pb.go#L52: type ListUptimeCheckConfigsRequest struct {
uptime_service.pb.go#L72: func (x *ListUptimeCheckConfigsRequest) Reset() {
uptime_service.pb.go#L73: *x = ListUptimeCheckConfigsRequest{}
uptime_service.pb.go#L81: func (x *ListUptimeCheckConfigsRequest) String() string {
uptime_service.pb.go#L85: func (*ListUptimeCheckConfigsRequest) ProtoMessage() {}
uptime_service.pb.go#L87: func (x *ListUptimeCheckConfigsRequest) ProtoReflect() protoreflect.Message {
uptime_service.pb.go#L100: func (*ListUptimeCheckConfigsRequest) Descriptor() ([]byte, []int) {
uptime_service.pb.go#L104: func (x *ListUptimeCheckConfigsRequest) GetParent() string {
uptime_service.pb.go#L111: func (x *ListUptimeCheckConfigsRequest) GetPageSize() int32 {
uptime_service.pb.go#L118: func (x *ListUptimeCheckConfigsRequest) GetPageToken() string {
uptime_service.pb.go#L771: (*ListUptimeCheckConfigsRequest)(nil), // 0: google.monitoring.v3.ListUptimeCheckConfigsRequest
uptime_service.pb.go#L817: switch v := v.(*ListUptimeCheckConfigsRequest); i {
uptime_service.pb.go#L947: ListUptimeCheckConfigs(ctx context.Context, in *ListUptimeCheckConfigsRequest, opts ...grpc.CallOption) (*ListUptimeCheckConfigsResponse, error)
uptime_service.pb.go#L973: func (c *uptimeCheckServiceClient) ListUptimeCheckConfigs(ctx context.Context, in *ListUptimeCheckConfigsRequest, opts ...grpc.CallOption) (*ListUptimeCheckConfigsResponse, error) {
uptime_service.pb.go#L1031: ListUptimeCheckConfigs(context.Context, *ListUptimeCheckConfigsRequest) (*ListUptimeCheckConfigsResponse, error)
uptime_service.pb.go#L1053: func (*UnimplementedUptimeCheckServiceServer) ListUptimeCheckConfigs(context.Context, *ListUptimeCheckConfigsRequest) (*ListUptimeCheckConfigsResponse, error) {
uptime_service.pb.go#L1077: in := new(ListUptimeCheckConfigsRequest)
uptime_service.pb.go#L1089: return srv.(UptimeCheckServiceServer).ListUptimeCheckConfigs(ctx, req.(*ListUptimeCheckConfigsRequest))
cloud.google.com/go/monitoring/apiv3
uptime_check_client.go#L191: func (c *UptimeCheckClient) ListUptimeCheckConfigs(ctx context.Context, req *monitoringpb.ListUptimeCheckConfigsRequest, opts ...gax.CallOption) *UptimeCheckConfigIterator {
uptime_check_client.go#L196: req = proto.Clone(req).(*monitoringpb.ListUptimeCheckConfigsRequest)
 |
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. |