public interface CreatePersistentResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PersistentResource |
getPersistentResource()
Required.
|
String |
getPersistentResourceId()
Required.
|
com.google.protobuf.ByteString |
getPersistentResourceIdBytes()
Required.
|
PersistentResourceOrBuilder |
getPersistentResourceOrBuilder()
Required.
|
boolean |
hasPersistentResource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location to create the
PersistentResource in. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location to create the
PersistentResource in. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasPersistentResource()
Required. The PersistentResource to create.
.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];
PersistentResource getPersistentResource()
Required. The PersistentResource to create.
.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];
PersistentResourceOrBuilder getPersistentResourceOrBuilder()
Required. The PersistentResource to create.
.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];
String getPersistentResourceId()
Required. The ID to use for the PersistentResource, which become the final
component of the PersistentResource's resource name.
The maximum length is 63 characters, and valid characters
are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string persistent_resource_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPersistentResourceIdBytes()
Required. The ID to use for the PersistentResource, which become the final
component of the PersistentResource's resource name.
The maximum length is 63 characters, and valid characters
are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.
string persistent_resource_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.