Represents a DatabaseDump.
Package
@google-cloud/dataproc-metastore!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.metastore.v1.MetadataImport.IDatabaseDump);Constructs a new DatabaseDump.
| Name | Description |
| properties |
IDatabaseDump
Properties to set |
Properties
databaseType
public databaseType: (google.cloud.metastore.v1.MetadataImport.DatabaseDump.DatabaseType|keyof typeof google.cloud.metastore.v1.MetadataImport.DatabaseDump.DatabaseType);DatabaseDump databaseType.
| Type | Description |
| (google.cloud.metastore.v1.MetadataImport.DatabaseDump.DatabaseType|keyof typeof google.cloud.metastore.v1.MetadataImport.DatabaseDump.DatabaseType) |
gcsUri
public gcsUri: string;DatabaseDump gcsUri.
| Type | Description |
| string |
type
public type: (google.cloud.metastore.v1.DatabaseDumpSpec.Type|keyof typeof google.cloud.metastore.v1.DatabaseDumpSpec.Type);DatabaseDump type.
| Type | Description |
| (google.cloud.metastore.v1.DatabaseDumpSpec.Type|keyof typeof google.cloud.metastore.v1.DatabaseDumpSpec.Type) |
Methods
create(properties)
public static create(properties?: google.cloud.metastore.v1.MetadataImport.IDatabaseDump): google.cloud.metastore.v1.MetadataImport.DatabaseDump;Creates a new DatabaseDump instance using the specified properties.
| Name | Description |
| properties |
IDatabaseDump
Properties to set |
| Type | Description |
| google.cloud.metastore.v1.MetadataImport.DatabaseDump | DatabaseDump instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.metastore.v1.MetadataImport.DatabaseDump;Decodes a DatabaseDump message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.metastore.v1.MetadataImport.DatabaseDump | DatabaseDump |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.metastore.v1.MetadataImport.DatabaseDump;Decodes a DatabaseDump message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.metastore.v1.MetadataImport.DatabaseDump | DatabaseDump |
encode(message, writer)
public static encode(message: google.cloud.metastore.v1.MetadataImport.IDatabaseDump, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified DatabaseDump message. Does not implicitly messages.
| Name | Description |
| message |
IDatabaseDump
DatabaseDump message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.metastore.v1.MetadataImport.IDatabaseDump, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified DatabaseDump message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IDatabaseDump
DatabaseDump message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.metastore.v1.MetadataImport.DatabaseDump;Creates a DatabaseDump message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.metastore.v1.MetadataImport.DatabaseDump | DatabaseDump |
toJSON()
public toJSON(): { [k: string]: any };Converts this DatabaseDump to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.metastore.v1.MetadataImport.DatabaseDump, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a DatabaseDump message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.metastore.v1.MetadataImport.DatabaseDump
DatabaseDump |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a DatabaseDump message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|