public interface CreateDeploymentResourcePoolRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeploymentResourcePool |
getDeploymentResourcePool()
Required.
|
String |
getDeploymentResourcePoolId()
Required.
|
com.google.protobuf.ByteString |
getDeploymentResourcePoolIdBytes()
Required.
|
DeploymentResourcePoolOrBuilder |
getDeploymentResourcePoolOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDeploymentResourcePool()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent location resource where this DeploymentResourcePool
will be created. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent location resource where this DeploymentResourcePool
will be created. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDeploymentResourcePool()
Required. The DeploymentResourcePool to create.
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
DeploymentResourcePool getDeploymentResourcePool()
Required. The DeploymentResourcePool to create.
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
DeploymentResourcePoolOrBuilder getDeploymentResourcePoolOrBuilder()
Required. The DeploymentResourcePool to create.
.google.cloud.aiplatform.v1beta1.DeploymentResourcePool deployment_resource_pool = 2 [(.google.api.field_behavior) = REQUIRED];
String getDeploymentResourcePoolId()
Required. The ID to use for the DeploymentResourcePool, which
will become the final component of the DeploymentResourcePool's resource
name.
The maximum length is 63 characters, and valid characters
are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDeploymentResourcePoolIdBytes()
Required. The ID to use for the DeploymentResourcePool, which
will become the final component of the DeploymentResourcePool's resource
name.
The maximum length is 63 characters, and valid characters
are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string deployment_resource_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.