Class SchemaEntity.Builder (2.82.0)

public static final class SchemaEntity.Builder extends GeneratedMessage.Builder<SchemaEntity.Builder> implements SchemaEntityOrBuilder

Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which support it). For some database engines, the terms schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.

Protobuf type google.cloud.clouddms.v1.SchemaEntity

Static Methods

getDescriptor()

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

Methods

build()

public SchemaEntity build()
Returns
Type Description
SchemaEntity

buildPartial()

public SchemaEntity buildPartial()
Returns
Type Description
SchemaEntity

clear()

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

clearCustomFeatures()

public SchemaEntity.Builder clearCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Returns
Type Description
SchemaEntity.Builder

getCustomFeatures()

public Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Returns
Type Description
Struct

The customFeatures.

getCustomFeaturesBuilder()

public Struct.Builder getCustomFeaturesBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Returns
Type Description
Builder

getCustomFeaturesOrBuilder()

public StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Returns
Type Description
StructOrBuilder

getDefaultInstanceForType()

public SchemaEntity getDefaultInstanceForType()
Returns
Type Description
SchemaEntity

getDescriptorForType()

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

hasCustomFeatures()

public boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Returns
Type Description
boolean

Whether the customFeatures field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCustomFeatures(Struct value)

public SchemaEntity.Builder mergeCustomFeatures(Struct value)

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Parameter
Name Description
value Struct
Returns
Type Description
SchemaEntity.Builder

mergeFrom(SchemaEntity other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCustomFeatures(Struct value)

public SchemaEntity.Builder setCustomFeatures(Struct value)

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Parameter
Name Description
value Struct
Returns
Type Description
SchemaEntity.Builder

setCustomFeatures(Struct.Builder builderForValue)

public SchemaEntity.Builder setCustomFeatures(Struct.Builder builderForValue)

Custom engine specific features.

.google.protobuf.Struct custom_features = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
SchemaEntity.Builder