Class CreatePersistentResourceRequest (3.44.0)

public final class CreatePersistentResourceRequest extends GeneratedMessageV3 implements CreatePersistentResourceRequestOrBuilder

Request message for PersistentResourceService.CreatePersistentResource.

Protobuf type google.cloud.aiplatform.v1beta1.CreatePersistentResourceRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreatePersistentResourceRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

PERSISTENT_RESOURCE_FIELD_NUMBER

public static final int PERSISTENT_RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

PERSISTENT_RESOURCE_ID_FIELD_NUMBER

public static final int PERSISTENT_RESOURCE_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreatePersistentResourceRequest getDefaultInstance()
Returns
Type Description
CreatePersistentResourceRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CreatePersistentResourceRequest.Builder newBuilder()
Returns
Type Description
CreatePersistentResourceRequest.Builder

newBuilder(CreatePersistentResourceRequest prototype)

public static CreatePersistentResourceRequest.Builder newBuilder(CreatePersistentResourceRequest prototype)
Parameter
Name Description
prototype CreatePersistentResourceRequest
Returns
Type Description
CreatePersistentResourceRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreatePersistentResourceRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CreatePersistentResourceRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreatePersistentResourceRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreatePersistentResourceRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CreatePersistentResourceRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CreatePersistentResourceRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePersistentResourceRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CreatePersistentResourceRequest> parser()
Returns
Type Description
Parser<CreatePersistentResourceRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public CreatePersistentResourceRequest getDefaultInstanceForType()
Returns
Type Description
CreatePersistentResourceRequest

getParent()

public 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
Type Description
String

The parent.

getParentBytes()

public 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
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<CreatePersistentResourceRequest> getParserForType()
Returns
Type Description
Parser<CreatePersistentResourceRequest>
Overrides

getPersistentResource()

public PersistentResource getPersistentResource()

Required. The PersistentResource to create.

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

Returns
Type Description
PersistentResource

The persistentResource.

getPersistentResourceId()

public 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
Type Description
String

The persistentResourceId.

getPersistentResourceIdBytes()

public 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
Type Description
ByteString

The bytes for persistentResourceId.

getPersistentResourceOrBuilder()

public PersistentResourceOrBuilder getPersistentResourceOrBuilder()

Required. The PersistentResource to create.

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

Returns
Type Description
PersistentResourceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasPersistentResource()

public boolean hasPersistentResource()

Required. The PersistentResource to create.

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

Returns
Type Description
boolean

Whether the persistentResource field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CreatePersistentResourceRequest.Builder newBuilderForType()
Returns
Type Description
CreatePersistentResourceRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreatePersistentResourceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CreatePersistentResourceRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CreatePersistentResourceRequest.Builder toBuilder()
Returns
Type Description
CreatePersistentResourceRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException