Class EntryType.AspectInfo.Builder (1.81.0)

public static final class EntryType.AspectInfo.Builder extends GeneratedMessage.Builder<EntryType.AspectInfo.Builder> implements EntryType.AspectInfoOrBuilder

Protobuf type google.cloud.dataplex.v1.EntryType.AspectInfo

Static Methods

getDescriptor()

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

Methods

build()

public EntryType.AspectInfo build()
Returns
Type Description
EntryType.AspectInfo

buildPartial()

public EntryType.AspectInfo buildPartial()
Returns
Type Description
EntryType.AspectInfo

clear()

public EntryType.AspectInfo.Builder clear()
Returns
Type Description
EntryType.AspectInfo.Builder
Overrides

clearType()

public EntryType.AspectInfo.Builder clearType()

Required aspect type for the entry type.

string type = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
EntryType.AspectInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public EntryType.AspectInfo getDefaultInstanceForType()
Returns
Type Description
EntryType.AspectInfo

getDescriptorForType()

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

getType()

public String getType()

Required aspect type for the entry type.

string type = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Required aspect type for the entry type.

string type = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EntryType.AspectInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setType(String value)

public EntryType.AspectInfo.Builder setType(String value)

Required aspect type for the entry type.

string type = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The type to set.

Returns
Type Description
EntryType.AspectInfo.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public EntryType.AspectInfo.Builder setTypeBytes(ByteString value)

Required aspect type for the entry type.

string type = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
EntryType.AspectInfo.Builder

This builder for chaining.