public static final class CreateEnvironmentRequest.Builder extends GeneratedMessageV3.Builder<CreateEnvironmentRequest.Builder> implements CreateEnvironmentRequestOrBuilder
Request for creating a notebook environment.
Protobuf type google.cloud.notebooks.v1.CreateEnvironmentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateEnvironmentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CreateEnvironmentRequest build()
buildPartial()
public CreateEnvironmentRequest buildPartial()
clear()
public CreateEnvironmentRequest.Builder clear()
Overrides
clearEnvironment()
public CreateEnvironmentRequest.Builder clearEnvironment()
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
clearEnvironmentId()
public CreateEnvironmentRequest.Builder clearEnvironmentId()
Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
string environment_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CreateEnvironmentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateEnvironmentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public CreateEnvironmentRequest.Builder clearParent()
Required. Format: projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public CreateEnvironmentRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public CreateEnvironmentRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEnvironment()
public Environment getEnvironment()
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
getEnvironmentBuilder()
public Environment.Builder getEnvironmentBuilder()
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
getEnvironmentId()
public String getEnvironmentId()
Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
string environment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The environmentId.
|
getEnvironmentIdBytes()
public ByteString getEnvironmentIdBytes()
Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
string environment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for environmentId.
|
getEnvironmentOrBuilder()
public EnvironmentOrBuilder getEnvironmentOrBuilder()
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Required. Format: projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Format: projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
hasEnvironment()
public boolean hasEnvironment()
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the environment field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEnvironment(Environment value)
public CreateEnvironmentRequest.Builder mergeEnvironment(Environment value)
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateEnvironmentRequest other)
public CreateEnvironmentRequest.Builder mergeFrom(CreateEnvironmentRequest other)
public CreateEnvironmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CreateEnvironmentRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateEnvironmentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEnvironment(Environment value)
public CreateEnvironmentRequest.Builder setEnvironment(Environment value)
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
setEnvironment(Environment.Builder builderForValue)
public CreateEnvironmentRequest.Builder setEnvironment(Environment.Builder builderForValue)
Required. The environment to be created.
.google.cloud.notebooks.v1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
setEnvironmentId(String value)
public CreateEnvironmentRequest.Builder setEnvironmentId(String value)
Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
string environment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The environmentId to set.
|
setEnvironmentIdBytes(ByteString value)
public CreateEnvironmentRequest.Builder setEnvironmentIdBytes(ByteString value)
Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
string environment_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for environmentId to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public CreateEnvironmentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParent(String value)
public CreateEnvironmentRequest.Builder setParent(String value)
Required. Format: projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public CreateEnvironmentRequest.Builder setParentBytes(ByteString value)
Required. Format: projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateEnvironmentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateEnvironmentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides