public static final class UDTEntity.Builder extends GeneratedMessage.Builder<UDTEntity.Builder> implements UDTEntityOrBuilderUDT's parent is a schema.
Protobuf type google.cloud.clouddms.v1.UDTEntity
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UDTEntity.BuilderImplements
UDTEntityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UDTEntity build()| Returns | |
|---|---|
| Type | Description |
UDTEntity |
|
buildPartial()
public UDTEntity buildPartial()| Returns | |
|---|---|
| Type | Description |
UDTEntity |
|
clear()
public UDTEntity.Builder clear()| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
clearCustomFeatures()
public UDTEntity.Builder clearCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
clearUdtBody()
public UDTEntity.Builder clearUdtBody()The SQL code which creates the udt body.
string udt_body = 2;
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |
clearUdtSqlCode()
public UDTEntity.Builder clearUdtSqlCode()The SQL code which creates the udt.
string udt_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |
getCustomFeatures()
public Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesBuilder()
public Struct.Builder getCustomFeaturesBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCustomFeaturesOrBuilder()
public StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getDefaultInstanceForType()
public UDTEntity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UDTEntity |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUdtBody()
public String getUdtBody()The SQL code which creates the udt body.
string udt_body = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The udtBody. |
getUdtBodyBytes()
public ByteString getUdtBodyBytes()The SQL code which creates the udt body.
string udt_body = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for udtBody. |
getUdtSqlCode()
public String getUdtSqlCode()The SQL code which creates the udt.
string udt_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The udtSqlCode. |
getUdtSqlCodeBytes()
public ByteString getUdtSqlCodeBytes()The SQL code which creates the udt.
string udt_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for udtSqlCode. |
hasCustomFeatures()
public boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCustomFeatures(Struct value)
public UDTEntity.Builder mergeCustomFeatures(Struct value)Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Struct |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
mergeFrom(UDTEntity other)
public UDTEntity.Builder mergeFrom(UDTEntity other)| Parameter | |
|---|---|
| Name | Description |
other |
UDTEntity |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UDTEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UDTEntity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
setCustomFeatures(Struct value)
public UDTEntity.Builder setCustomFeatures(Struct value)Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Struct |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
setCustomFeatures(Struct.Builder builderForValue)
public UDTEntity.Builder setCustomFeatures(Struct.Builder builderForValue)Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
|
setUdtBody(String value)
public UDTEntity.Builder setUdtBody(String value)The SQL code which creates the udt body.
string udt_body = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe udtBody to set. |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |
setUdtBodyBytes(ByteString value)
public UDTEntity.Builder setUdtBodyBytes(ByteString value)The SQL code which creates the udt body.
string udt_body = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for udtBody to set. |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |
setUdtSqlCode(String value)
public UDTEntity.Builder setUdtSqlCode(String value)The SQL code which creates the udt.
string udt_sql_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe udtSqlCode to set. |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |
setUdtSqlCodeBytes(ByteString value)
public UDTEntity.Builder setUdtSqlCodeBytes(ByteString value)The SQL code which creates the udt.
string udt_sql_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for udtSqlCode to set. |
| Returns | |
|---|---|
| Type | Description |
UDTEntity.Builder |
This builder for chaining. |