Interface DiagnoseInstanceRequestOrBuilder

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

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

      • getName

        String getName()
         Required. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_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}/instances/{instance_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.v2.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.v2.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.v2.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getTimeoutMinutes

        int getTimeoutMinutes()
         Optional. Maxmium amount of time in minutes before the operation times out.
         
        int32 timeout_minutes = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The timeoutMinutes.