public static final class FunctionEntity.Builder extends GeneratedMessage.Builder<FunctionEntity.Builder> implements FunctionEntityOrBuilderFunction's parent is a schema.
Protobuf type google.cloud.clouddms.v1.FunctionEntity
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FunctionEntity.BuilderImplements
FunctionEntityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FunctionEntity build()| Returns | |
|---|---|
| Type | Description |
FunctionEntity |
|
buildPartial()
public FunctionEntity buildPartial()| Returns | |
|---|---|
| Type | Description |
FunctionEntity |
|
clear()
public FunctionEntity.Builder clear()| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
clearCustomFeatures()
public FunctionEntity.Builder clearCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
clearSqlCode()
public FunctionEntity.Builder clearSqlCode()The SQL code which creates the function.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
This builder for chaining. |
getCustomFeatures()
public Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesBuilder()
public Struct.Builder getCustomFeaturesBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCustomFeaturesOrBuilder()
public StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getDefaultInstanceForType()
public FunctionEntity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FunctionEntity |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSqlCode()
public String getSqlCode()The SQL code which creates the function.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sqlCode. |
getSqlCodeBytes()
public ByteString getSqlCodeBytes()The SQL code which creates the function.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sqlCode. |
hasCustomFeatures()
public boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| 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 FunctionEntity.Builder mergeCustomFeatures(Struct value)Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Struct |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
mergeFrom(FunctionEntity other)
public FunctionEntity.Builder mergeFrom(FunctionEntity other)| Parameter | |
|---|---|
| Name | Description |
other |
FunctionEntity |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FunctionEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FunctionEntity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
setCustomFeatures(Struct value)
public FunctionEntity.Builder setCustomFeatures(Struct value)Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Struct |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
setCustomFeatures(Struct.Builder builderForValue)
public FunctionEntity.Builder setCustomFeatures(Struct.Builder builderForValue)Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
|
setSqlCode(String value)
public FunctionEntity.Builder setSqlCode(String value)The SQL code which creates the function.
string sql_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sqlCode to set. |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
This builder for chaining. |
setSqlCodeBytes(ByteString value)
public FunctionEntity.Builder setSqlCodeBytes(ByteString value)The SQL code which creates the function.
string sql_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sqlCode to set. |
| Returns | |
|---|---|
| Type | Description |
FunctionEntity.Builder |
This builder for chaining. |