Interface DiagnoseRuntimeRequestOrBuilder (1.39.0)

public interface DiagnoseRuntimeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiagnosticConfig()

public abstract 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
TypeDescription
DiagnosticConfig

The diagnosticConfig.

getDiagnosticConfigOrBuilder()

public abstract 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];

Returns
TypeDescription
DiagnosticConfigOrBuilder

getName()

public abstract 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
TypeDescription
String

The name.

getNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for name.

hasDiagnosticConfig()

public abstract 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
TypeDescription
boolean

Whether the diagnosticConfig field is set.