Class StarEntryResponse.Builder (1.89.0)

public static final class StarEntryResponse.Builder extends GeneratedMessage.Builder<StarEntryResponse.Builder> implements StarEntryResponseOrBuilder

Response message for StarEntry. Empty for now

Protobuf type google.cloud.datacatalog.v1.StarEntryResponse

Static Methods

getDescriptor()

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

Methods

build()

public StarEntryResponse build()
Returns
Type Description
StarEntryResponse

buildPartial()

public StarEntryResponse buildPartial()
Returns
Type Description
StarEntryResponse

clear()

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

getDefaultInstanceForType()

public StarEntryResponse getDefaultInstanceForType()
Returns
Type Description
StarEntryResponse

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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