public final class StoredProcedureEntity extends GeneratedMessage implements StoredProcedureEntityOrBuilderStored procedure's parent is a schema.
Protobuf type google.cloud.clouddms.v1.StoredProcedureEntity
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StoredProcedureEntityImplements
StoredProcedureEntityOrBuilderStatic Fields
CUSTOM_FEATURES_FIELD_NUMBER
public static final int CUSTOM_FEATURES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SQL_CODE_FIELD_NUMBER
public static final int SQL_CODE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StoredProcedureEntity getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StoredProcedureEntity.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity.Builder |
|
newBuilder(StoredProcedureEntity prototype)
public static StoredProcedureEntity.Builder newBuilder(StoredProcedureEntity prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StoredProcedureEntity |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity.Builder |
|
parseDelimitedFrom(InputStream input)
public static StoredProcedureEntity parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StoredProcedureEntity parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StoredProcedureEntity parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StoredProcedureEntity parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StoredProcedureEntity parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StoredProcedureEntity parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StoredProcedureEntity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StoredProcedureEntity> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StoredProcedureEntity> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCustomFeatures()
public Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getDefaultInstanceForType()
public StoredProcedureEntity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity |
|
getParserForType()
public Parser<StoredProcedureEntity> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StoredProcedureEntity> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSqlCode()
public String getSqlCode()The SQL code which creates the stored procedure.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sqlCode. |
getSqlCodeBytes()
public ByteString getSqlCodeBytes()The SQL code which creates the stored procedure.
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public StoredProcedureEntity.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StoredProcedureEntity.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity.Builder |
|
toBuilder()
public StoredProcedureEntity.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StoredProcedureEntity.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|