Interface CreatePersistentResourceRequestOrBuilder (3.42.0)

public interface CreatePersistentResourceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String 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) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getPersistentResource()

public abstract PersistentResource getPersistentResource()

Required. The PersistentResource to create.

.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PersistentResource

The persistentResource.

getPersistentResourceId()

public abstract 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?$/.

string persistent_resource_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The persistentResourceId.

getPersistentResourceIdBytes()

public abstract 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?$/.

string persistent_resource_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for persistentResourceId.

getPersistentResourceOrBuilder()

public abstract PersistentResourceOrBuilder getPersistentResourceOrBuilder()

Required. The PersistentResource to create.

.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PersistentResourceOrBuilder

hasPersistentResource()

public abstract boolean hasPersistentResource()

Required. The PersistentResource to create.

.google.cloud.aiplatform.v1beta1.PersistentResource persistent_resource = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the persistentResource field is set.