Package com.google.cloud.notebooks.v1
Interface DiagnoseRuntimeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiagnoseRuntimeRequest
,DiagnoseRuntimeRequest.Builder
public interface DiagnoseRuntimeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticConfig
getDiagnosticConfig()
Required.DiagnosticConfigOrBuilder
getDiagnosticConfigOrBuilder()
Required.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.boolean
hasDiagnosticConfig()
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}/runtimes/{runtimes_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}/runtimes/{runtimes_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.v1.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.v1.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.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
-
-