Class AppendEventResponse.Builder (3.84.0)

public static final class AppendEventResponse.Builder extends GeneratedMessage.Builder<AppendEventResponse.Builder> implements AppendEventResponseOrBuilder

Response message for SessionService.AppendEvent.

Protobuf type google.cloud.aiplatform.v1beta1.AppendEventResponse

Static Methods

getDescriptor()

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

Methods

build()

public AppendEventResponse build()
Returns
Type Description
AppendEventResponse

buildPartial()

public AppendEventResponse buildPartial()
Returns
Type Description
AppendEventResponse

clear()

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

getDefaultInstanceForType()

public AppendEventResponse getDefaultInstanceForType()
Returns
Type Description
AppendEventResponse

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AppendEventResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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