public interface DiagnoseInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiagnosticConfig()
public abstract 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 | |
|---|---|
| Type | Description |
DiagnosticConfig |
The diagnosticConfig. |
getDiagnosticConfigOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
DiagnosticConfigOrBuilder |
|
getName()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTimeoutMinutes()
public abstract int getTimeoutMinutes()Optional. Maxmium amount of time in minutes before the operation times out.
int32 timeout_minutes = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The timeoutMinutes. |
hasDiagnosticConfig()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the diagnosticConfig field is set. |