Class ReleaseLeaseResponse.Builder (0.40.0)

public static final class ReleaseLeaseResponse.Builder extends GeneratedMessage.Builder<ReleaseLeaseResponse.Builder> implements ReleaseLeaseResponseOrBuilder

Response message for release lease.

Protobuf type google.cloud.visionai.v1.ReleaseLeaseResponse

Static Methods

getDescriptor()

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

Methods

build()

public ReleaseLeaseResponse build()
Returns
Type Description
ReleaseLeaseResponse

buildPartial()

public ReleaseLeaseResponse buildPartial()
Returns
Type Description
ReleaseLeaseResponse

clear()

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

getDefaultInstanceForType()

public ReleaseLeaseResponse getDefaultInstanceForType()
Returns
Type Description
ReleaseLeaseResponse

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(ReleaseLeaseResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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