Class CreateMemoryRequest.Builder (3.84.0)

public static final class CreateMemoryRequest.Builder extends GeneratedMessage.Builder<CreateMemoryRequest.Builder> implements CreateMemoryRequestOrBuilder

Request message for MemoryBankService.CreateMemory.

Protobuf type google.cloud.aiplatform.v1beta1.CreateMemoryRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateMemoryRequest build()
Returns
Type Description
CreateMemoryRequest

buildPartial()

public CreateMemoryRequest buildPartial()
Returns
Type Description
CreateMemoryRequest

clear()

public CreateMemoryRequest.Builder clear()
Returns
Type Description
CreateMemoryRequest.Builder
Overrides

clearMemory()

public CreateMemoryRequest.Builder clearMemory()

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateMemoryRequest.Builder

clearParent()

public CreateMemoryRequest.Builder clearParent()

Required. The resource name of the ReasoningEngine to create the Memory under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateMemoryRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateMemoryRequest getDefaultInstanceForType()
Returns
Type Description
CreateMemoryRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMemory()

public Memory getMemory()

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Memory

The memory.

getMemoryBuilder()

public Memory.Builder getMemoryBuilder()

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Memory.Builder

getMemoryOrBuilder()

public MemoryOrBuilder getMemoryOrBuilder()

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MemoryOrBuilder

getParent()

public String getParent()

Required. The resource name of the ReasoningEngine to create the Memory under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

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 ReasoningEngine to create the Memory under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasMemory()

public boolean hasMemory()

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the memory field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateMemoryRequest other)

public CreateMemoryRequest.Builder mergeFrom(CreateMemoryRequest other)
Parameter
Name Description
other CreateMemoryRequest
Returns
Type Description
CreateMemoryRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateMemoryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateMemoryRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateMemoryRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateMemoryRequest.Builder
Overrides

mergeMemory(Memory value)

public CreateMemoryRequest.Builder mergeMemory(Memory value)

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Memory
Returns
Type Description
CreateMemoryRequest.Builder

setMemory(Memory value)

public CreateMemoryRequest.Builder setMemory(Memory value)

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Memory
Returns
Type Description
CreateMemoryRequest.Builder

setMemory(Memory.Builder builderForValue)

public CreateMemoryRequest.Builder setMemory(Memory.Builder builderForValue)

Required. The Memory to be created.

.google.cloud.aiplatform.v1beta1.Memory memory = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Memory.Builder
Returns
Type Description
CreateMemoryRequest.Builder

setParent(String value)

public CreateMemoryRequest.Builder setParent(String value)

Required. The resource name of the ReasoningEngine to create the Memory under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateMemoryRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateMemoryRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the ReasoningEngine to create the Memory under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateMemoryRequest.Builder

This builder for chaining.