public interface CreateEnvironmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Environment |
getEnvironment()
Required.
|
String |
getEnvironmentId()
Required.
|
com.google.protobuf.ByteString |
getEnvironmentIdBytes()
Required.
|
EnvironmentOrBuilder |
getEnvironmentOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEnvironment()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Format: `projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Format: `projects/{project_id}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];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];com.google.protobuf.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];boolean hasEnvironment()
Required. The environment to be created.
.google.cloud.notebooks.v1beta1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
Environment getEnvironment()
Required. The environment to be created.
.google.cloud.notebooks.v1beta1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
EnvironmentOrBuilder getEnvironmentOrBuilder()
Required. The environment to be created.
.google.cloud.notebooks.v1beta1.Environment environment = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.