public interface CreateUptimeCheckConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getUptimeCheckConfig()
public abstract UptimeCheckConfig getUptimeCheckConfig()Required. The new Uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| UptimeCheckConfig | The uptimeCheckConfig. |
getUptimeCheckConfigOrBuilder()
public abstract UptimeCheckConfigOrBuilder getUptimeCheckConfigOrBuilder()Required. The new Uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| UptimeCheckConfigOrBuilder |
hasUptimeCheckConfig()
public abstract boolean hasUptimeCheckConfig()Required. The new Uptime check configuration.
.google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the uptimeCheckConfig field is set. |