- 1.76.0 (latest)
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.71.0
 - 1.70.0
 - 1.68.0
 - 1.66.0
 - 1.65.0
 - 1.62.0
 - 1.61.0
 - 1.60.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.49.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.37.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.25.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.10.0
 - 1.9.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.0
 - 1.2.0
 - 1.1.3
 - 1.0.6
 - 0.6.2
 
public static final class CreateRuntimeRequest.Builder extends GeneratedMessageV3.Builder<CreateRuntimeRequest.Builder> implements CreateRuntimeRequestOrBuilderRequest for creating a Managed Notebook Runtime.
 Protobuf type google.cloud.notebooks.v1.CreateRuntimeRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateRuntimeRequest.BuilderImplements
CreateRuntimeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateRuntimeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
build()
public CreateRuntimeRequest build()| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest | 
        |
buildPartial()
public CreateRuntimeRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest | 
        |
clear()
public CreateRuntimeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public CreateRuntimeRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateRuntimeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
clearParent()
public CreateRuntimeRequest.Builder clearParent() Required. Format:
 parent=projects/{project_id}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
clearRequestId()
public CreateRuntimeRequest.Builder clearRequestId()Idempotent request UUID.
 string request_id = 4;
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
clearRuntime()
public CreateRuntimeRequest.Builder clearRuntime()Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
clearRuntimeId()
public CreateRuntimeRequest.Builder clearRuntimeId()Required. User-defined unique ID of this Runtime.
 string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public CreateRuntimeRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
getDefaultInstanceForType()
public CreateRuntimeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getParent()
public String getParent() Required. Format:
 parent=projects/{project_id}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The parent.  | 
      
getParentBytes()
public ByteString getParentBytes() Required. Format:
 parent=projects/{project_id}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for parent.  | 
      
getRequestId()
public String getRequestId()Idempotent request UUID.
 string request_id = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The requestId.  | 
      
getRequestIdBytes()
public ByteString getRequestIdBytes()Idempotent request UUID.
 string request_id = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for requestId.  | 
      
getRuntime()
public Runtime getRuntime()Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Runtime | 
        The runtime.  | 
      
getRuntimeBuilder()
public Runtime.Builder getRuntimeBuilder()Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Runtime.Builder | 
        |
getRuntimeId()
public String getRuntimeId()Required. User-defined unique ID of this Runtime.
 string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The runtimeId.  | 
      
getRuntimeIdBytes()
public ByteString getRuntimeIdBytes()Required. User-defined unique ID of this Runtime.
 string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for runtimeId.  | 
      
getRuntimeOrBuilder()
public RuntimeOrBuilder getRuntimeOrBuilder()Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
RuntimeOrBuilder | 
        |
hasRuntime()
public boolean hasRuntime()Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the runtime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(CreateRuntimeRequest other)
public CreateRuntimeRequest.Builder mergeFrom(CreateRuntimeRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CreateRuntimeRequest | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public CreateRuntimeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
mergeRuntime(Runtime value)
public CreateRuntimeRequest.Builder mergeRuntime(Runtime value)Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Runtime | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateRuntimeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateRuntimeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
setParent(String value)
public CreateRuntimeRequest.Builder setParent(String value) Required. Format:
 parent=projects/{project_id}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe parent to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setParentBytes(ByteString value)
public CreateRuntimeRequest.Builder setParentBytes(ByteString value) Required. Format:
 parent=projects/{project_id}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for parent to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateRuntimeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
setRequestId(String value)
public CreateRuntimeRequest.Builder setRequestId(String value)Idempotent request UUID.
 string request_id = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe requestId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setRequestIdBytes(ByteString value)
public CreateRuntimeRequest.Builder setRequestIdBytes(ByteString value)Idempotent request UUID.
 string request_id = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for requestId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setRuntime(Runtime value)
public CreateRuntimeRequest.Builder setRuntime(Runtime value)Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Runtime | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
setRuntime(Runtime.Builder builderForValue)
public CreateRuntimeRequest.Builder setRuntime(Runtime.Builder builderForValue)Required. The Runtime to be created.
 
 .google.cloud.notebooks.v1.Runtime runtime = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Runtime.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |
setRuntimeId(String value)
public CreateRuntimeRequest.Builder setRuntimeId(String value)Required. User-defined unique ID of this Runtime.
 string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe runtimeId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setRuntimeIdBytes(ByteString value)
public CreateRuntimeRequest.Builder setRuntimeIdBytes(ByteString value)Required. User-defined unique ID of this Runtime.
 string runtime_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for runtimeId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateRuntimeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateRuntimeRequest.Builder | 
        |