type cloud.google.com/go/monitoring/apiv3.UptimeCheckClient
12 uses
cloud.google.com/go/monitoring/apiv3 (current package)
uptime_check_client.go#L117: type UptimeCheckClient struct {
uptime_check_client.go#L141: func NewUptimeCheckClient(ctx context.Context, opts ...option.ClientOption) (*UptimeCheckClient, error) {
uptime_check_client.go#L156: c := &UptimeCheckClient{
uptime_check_client.go#L170: func (c *UptimeCheckClient) Connection() *grpc.ClientConn {
uptime_check_client.go#L176: func (c *UptimeCheckClient) Close() error {
uptime_check_client.go#L183: func (c *UptimeCheckClient) setGoogleClientInfo(keyval ...string) {
uptime_check_client.go#L191: func (c *UptimeCheckClient) ListUptimeCheckConfigs(ctx context.Context, req *monitoringpb.ListUptimeCheckConfigsRequest, opts ...gax.CallOption) *UptimeCheckConfigIterator {
uptime_check_client.go#L232: func (c *UptimeCheckClient) GetUptimeCheckConfig(ctx context.Context, req *monitoringpb.GetUptimeCheckConfigRequest, opts ...gax.CallOption) (*monitoringpb.UptimeCheckConfig, error) {
uptime_check_client.go#L249: func (c *UptimeCheckClient) CreateUptimeCheckConfig(ctx context.Context, req *monitoringpb.CreateUptimeCheckConfigRequest, opts ...gax.CallOption) (*monitoringpb.UptimeCheckConfig, error) {
uptime_check_client.go#L269: func (c *UptimeCheckClient) UpdateUptimeCheckConfig(ctx context.Context, req *monitoringpb.UpdateUptimeCheckConfigRequest, opts ...gax.CallOption) (*monitoringpb.UptimeCheckConfig, error) {
uptime_check_client.go#L288: func (c *UptimeCheckClient) DeleteUptimeCheckConfig(ctx context.Context, req *monitoringpb.DeleteUptimeCheckConfigRequest, opts ...gax.CallOption) error {
uptime_check_client.go#L301: func (c *UptimeCheckClient) ListUptimeCheckIps(ctx context.Context, req *monitoringpb.ListUptimeCheckIpsRequest, opts ...gax.CallOption) *UptimeCheckIpIterator {
 |
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. |