public static final class DiagnoseRuntimeRequest.Builder extends GeneratedMessage.Builder<DiagnoseRuntimeRequest.Builder> implements DiagnoseRuntimeRequestOrBuilderRequest for creating a notebook instance diagnostic file.
Protobuf type google.cloud.notebooks.v1.DiagnoseRuntimeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DiagnoseRuntimeRequest.BuilderImplements
DiagnoseRuntimeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DiagnoseRuntimeRequest build()| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest |
|
buildPartial()
public DiagnoseRuntimeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest |
|
clear()
public DiagnoseRuntimeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
clearDiagnosticConfig()
public DiagnoseRuntimeRequest.Builder clearDiagnosticConfig()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 |
DiagnoseRuntimeRequest.Builder |
|
clearName()
public DiagnoseRuntimeRequest.Builder clearName() 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 |
DiagnoseRuntimeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DiagnoseRuntimeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDiagnosticConfig()
public 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. |
getDiagnosticConfigBuilder()
public DiagnosticConfig.Builder getDiagnosticConfigBuilder()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.Builder |
|
getDiagnosticConfigOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDiagnosticConfig(DiagnosticConfig value)
public DiagnoseRuntimeRequest.Builder mergeDiagnosticConfig(DiagnosticConfig value)Required. Defines flags that are used to run the diagnostic tool
.google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DiagnosticConfig |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
mergeFrom(DiagnoseRuntimeRequest other)
public DiagnoseRuntimeRequest.Builder mergeFrom(DiagnoseRuntimeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DiagnoseRuntimeRequest |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiagnoseRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DiagnoseRuntimeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
setDiagnosticConfig(DiagnosticConfig value)
public DiagnoseRuntimeRequest.Builder setDiagnosticConfig(DiagnosticConfig value)Required. Defines flags that are used to run the diagnostic tool
.google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DiagnosticConfig |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
setDiagnosticConfig(DiagnosticConfig.Builder builderForValue)
public DiagnoseRuntimeRequest.Builder setDiagnosticConfig(DiagnosticConfig.Builder builderForValue)Required. Defines flags that are used to run the diagnostic tool
.google.cloud.notebooks.v1.DiagnosticConfig diagnostic_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DiagnosticConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
|
setName(String value)
public DiagnoseRuntimeRequest.Builder setName(String value) Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtimes_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DiagnoseRuntimeRequest.Builder setNameBytes(ByteString value) Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtimes_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DiagnoseRuntimeRequest.Builder |
This builder for chaining. |