Interface DiagnoseRuntimeRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DiagnoseRuntimeRequest, DiagnoseRuntimeRequest.Builder

    public interface DiagnoseRuntimeRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Required. Format:
         `projects/{project_id}/locations/{location}/runtimes/{runtimes_id}`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Format:
         `projects/{project_id}/locations/{location}/runtimes/{runtimes_id}`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • hasDiagnosticConfig

        boolean hasDiagnosticConfig()
         Required. Defines flags that are used to run the diagnostic tool
         
        .google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the diagnosticConfig field is set.
      • getDiagnosticConfig

        DiagnosticConfig getDiagnosticConfig()
         Required. Defines flags that are used to run the diagnostic tool
         
        .google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The diagnosticConfig.
      • getDiagnosticConfigOrBuilder

        DiagnosticConfigOrBuilder getDiagnosticConfigOrBuilder()
         Required. Defines flags that are used to run the diagnostic tool
         
        .google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];