Class GetStreamThumbnailResponse.Builder (0.40.0)

public static final class GetStreamThumbnailResponse.Builder extends GeneratedMessage.Builder<GetStreamThumbnailResponse.Builder> implements GetStreamThumbnailResponseOrBuilder

Message for the response of GetStreamThumbnail. The empty response message indicates the thumbnail image has been uploaded to GCS successfully.

Protobuf type google.cloud.visionai.v1.GetStreamThumbnailResponse

Static Methods

getDescriptor()

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

Methods

build()

public GetStreamThumbnailResponse build()
Returns
Type Description
GetStreamThumbnailResponse

buildPartial()

public GetStreamThumbnailResponse buildPartial()
Returns
Type Description
GetStreamThumbnailResponse

clear()

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

getDefaultInstanceForType()

public GetStreamThumbnailResponse getDefaultInstanceForType()
Returns
Type Description
GetStreamThumbnailResponse

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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