public interface DiagnoseRuntimeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the diagnosticConfig field is set. |