AlertPolicy |
AlertPolicyServiceClient.createAlertPolicy(ProjectName name,
AlertPolicy alertPolicy) |
Creates a new alerting policy.
|
Group |
GroupServiceClient.createGroup(ProjectName name,
Group group) |
Creates a new group.
|
com.google.api.MetricDescriptor |
MetricServiceClient.createMetricDescriptor(ProjectName name,
com.google.api.MetricDescriptor metricDescriptor) |
Creates a new metric descriptor.
|
NotificationChannel |
NotificationChannelServiceClient.createNotificationChannel(ProjectName name,
NotificationChannel notificationChannel) |
Creates a new notification channel, representing a single notification endpoint such as an
email address, SMS number, or PagerDuty service.
|
Service |
ServiceMonitoringServiceClient.createService(ProjectName parent,
Service service) |
Create a `Service`.
|
void |
MetricServiceClient.createServiceTimeSeries(ProjectName name,
List<TimeSeries> timeSeries) |
Creates or adds data to one or more service time series.
|
Snooze |
SnoozeServiceClient.createSnooze(ProjectName parent,
Snooze snooze) |
Creates a `Snooze` that will prevent alerts, which match the provided criteria, from being
opened.
|
void |
MetricServiceClient.createTimeSeries(ProjectName name,
List<TimeSeries> timeSeries) |
Creates or adds data to one or more time series.
|
UptimeCheckConfig |
UptimeCheckServiceClient.createUptimeCheckConfig(ProjectName parent,
UptimeCheckConfig uptimeCheckConfig) |
Creates a new Uptime check configuration.
|
AlertPolicyServiceClient.ListAlertPoliciesPagedResponse |
AlertPolicyServiceClient.listAlertPolicies(ProjectName name) |
Lists the existing alerting policies for the workspace.
|
GroupServiceClient.ListGroupsPagedResponse |
GroupServiceClient.listGroups(ProjectName name) |
Lists the existing groups.
|
MetricServiceClient.ListMetricDescriptorsPagedResponse |
MetricServiceClient.listMetricDescriptors(ProjectName name) |
Lists metric descriptors that match a filter.
|
MetricServiceClient.ListMonitoredResourceDescriptorsPagedResponse |
MetricServiceClient.listMonitoredResourceDescriptors(ProjectName name) |
Lists monitored resource descriptors that match a filter.
|
NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse |
NotificationChannelServiceClient.listNotificationChannelDescriptors(ProjectName name) |
Lists the descriptors for supported channel types.
|
NotificationChannelServiceClient.ListNotificationChannelsPagedResponse |
NotificationChannelServiceClient.listNotificationChannels(ProjectName name) |
Lists the notification channels that have been created for the project.
|
ServiceMonitoringServiceClient.ListServicesPagedResponse |
ServiceMonitoringServiceClient.listServices(ProjectName parent) |
List `Service`s for this workspace.
|
SnoozeServiceClient.ListSnoozesPagedResponse |
SnoozeServiceClient.listSnoozes(ProjectName parent) |
Lists the `Snooze`s associated with a project.
|
MetricServiceClient.ListTimeSeriesPagedResponse |
MetricServiceClient.listTimeSeries(ProjectName name,
String filter,
TimeInterval interval,
ListTimeSeriesRequest.TimeSeriesView view) |
Lists time series that match a filter.
|
UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse |
UptimeCheckServiceClient.listUptimeCheckConfigs(ProjectName parent) |
Lists the existing valid Uptime check configurations for the project (leaving out any invalid
configurations).
|