Class CreatePersistentResourceRequest (3.42.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
TypeDescription
int

PERSISTENT_RESOURCE_FIELD_NUMBER

public static final int PERSISTENT_RESOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

PERSISTENT_RESOURCE_ID_FIELD_NUMBER

public static final int PERSISTENT_RESOURCE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreatePersistentResourceRequest getDefaultInstance()
Returns
TypeDescription
CreatePersistentResourceRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreatePersistentResourceRequest.Builder newBuilder()
Returns
TypeDescription
CreatePersistentResourceRequest.Builder

newBuilder(CreatePersistentResourceRequest prototype)

public static CreatePersistentResourceRequest.Builder newBuilder(CreatePersistentResourceRequest prototype)
Parameter
NameDescription
prototypeCreatePersistentResourceRequest
Returns
TypeDescription
CreatePersistentResourceRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreatePersistentResourceRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreatePersistentResourceRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreatePersistentResourceRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreatePersistentResourceRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreatePersistentResourceRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreatePersistentResourceRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreatePersistentResourceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreatePersistentResourceRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreatePersistentResourceRequest> parser()
Returns
TypeDescription
Parser<CreatePersistentResourceRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreatePersistentResourceRequest getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreatePersistentResourceRequest> getParserForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
PersistentResourceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the persistentResource field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreatePersistentResourceRequest.Builder newBuilderForType()
Returns
TypeDescription
CreatePersistentResourceRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreatePersistentResourceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreatePersistentResourceRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreatePersistentResourceRequest.Builder toBuilder()
Returns
TypeDescription
CreatePersistentResourceRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException