public interface CreateUptimeCheckConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParent()
The project in which to create the uptime check.
|
ByteString |
getParentBytes()
The project in which to create the uptime check.
|
UptimeCheckConfig |
getUptimeCheckConfig()
The new uptime check configuration.
|
UptimeCheckConfigOrBuilder |
getUptimeCheckConfigOrBuilder()
The new uptime check configuration.
|
boolean |
hasUptimeCheckConfig()
The new uptime check configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The project in which to create the uptime check. The format is: `projects/[PROJECT_ID]`.
string parent = 1;
ByteString getParentBytes()
The project in which to create the uptime check. The format is: `projects/[PROJECT_ID]`.
string parent = 1;
boolean hasUptimeCheckConfig()
The new uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2;
UptimeCheckConfig getUptimeCheckConfig()
The new uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2;
UptimeCheckConfigOrBuilder getUptimeCheckConfigOrBuilder()
The new uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2;