- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public static final class SchemaEntity.Builder extends GeneratedMessageV3.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SchemaEntity.BuilderImplements
SchemaEntityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SchemaEntity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
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 |
clearCustomFeatures()
public SchemaEntity.Builder clearCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 1;
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
clearField(Descriptors.FieldDescriptor field)
public SchemaEntity.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SchemaEntity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
clone()
public SchemaEntity.Builder clone()
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 |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SchemaEntity.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SchemaEntity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public SchemaEntity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SchemaEntity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SchemaEntity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SchemaEntity.Builder |