Package com.google.cloud.notebooks.v2
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticConfiggetDiagnosticConfig()Required.DiagnosticConfigOrBuildergetDiagnosticConfigOrBuilder()Required.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.intgetTimeoutMinutes()Optional.booleanhasDiagnosticConfig()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-