Interface CreateUptimeCheckConfigRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The
         [project](https://cloud.google.com/monitoring/api/v3#project_name) 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) = { ... }
        Returns:
        The bytes for parent.
      • hasUptimeCheckConfig

        boolean hasUptimeCheckConfig()
         Required. The new Uptime check configuration.
         
        .google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the uptimeCheckConfig field is set.
      • getUptimeCheckConfig

        UptimeCheckConfig getUptimeCheckConfig()
         Required. The new Uptime check configuration.
         
        .google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The uptimeCheckConfig.
      • getUptimeCheckConfigOrBuilder

        UptimeCheckConfigOrBuilder getUptimeCheckConfigOrBuilder()
         Required. The new Uptime check configuration.
         
        .google.monitoring.v3.UptimeCheckConfig uptime_check_config = 2 [(.google.api.field_behavior) = REQUIRED];