Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::DiagnoseInstanceRequest.
Request for creating a notebook instance diagnostic file.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#diagnostic_config
def diagnostic_config() -> ::Google::Cloud::Notebooks::V2::DiagnosticConfig
Returns
- (::Google::Cloud::Notebooks::V2::DiagnosticConfig) — Required. Defines flags that are used to run the diagnostic tool
#diagnostic_config=
def diagnostic_config=(value) -> ::Google::Cloud::Notebooks::V2::DiagnosticConfig
Parameter
- value (::Google::Cloud::Notebooks::V2::DiagnosticConfig) — Required. Defines flags that are used to run the diagnostic tool
Returns
- (::Google::Cloud::Notebooks::V2::DiagnosticConfig) — Required. Defines flags that are used to run the diagnostic tool
#name
def name() -> ::String
Returns
-
(::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
Returns
-
(::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
#timeout_minutes
def timeout_minutes() -> ::Integer
Returns
- (::Integer) — Optional. Maxmium amount of time in minutes before the operation times out.
#timeout_minutes=
def timeout_minutes=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maxmium amount of time in minutes before the operation times out.
Returns
- (::Integer) — Optional. Maxmium amount of time in minutes before the operation times out.