Represents a BigQueryIODetails.
Package
@google-cloud/dataflowConstructors
(constructor)(properties)
constructor(properties?: google.dataflow.v1beta3.IBigQueryIODetails);Constructs a new BigQueryIODetails.
| Name | Description |
| properties |
IBigQueryIODetails
Properties to set |
Properties
dataset
public dataset: string;BigQueryIODetails dataset.
projectId
public projectId: string;BigQueryIODetails projectId.
query
public query: string;BigQueryIODetails query.
table
public table: string;BigQueryIODetails table.
Methods
create(properties)
public static create(properties?: google.dataflow.v1beta3.IBigQueryIODetails): google.dataflow.v1beta3.BigQueryIODetails;Creates a new BigQueryIODetails instance using the specified properties.
| Name | Description |
| properties |
IBigQueryIODetails
Properties to set |
| Type | Description |
| google.dataflow.v1beta3.BigQueryIODetails | BigQueryIODetails instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.dataflow.v1beta3.BigQueryIODetails;Decodes a BigQueryIODetails 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.dataflow.v1beta3.BigQueryIODetails | BigQueryIODetails |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.dataflow.v1beta3.BigQueryIODetails;Decodes a BigQueryIODetails message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.dataflow.v1beta3.BigQueryIODetails | BigQueryIODetails |
encode(message, writer)
public static encode(message: google.dataflow.v1beta3.IBigQueryIODetails, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified BigQueryIODetails message. Does not implicitly messages.
| Name | Description |
| message |
IBigQueryIODetails
BigQueryIODetails 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.dataflow.v1beta3.IBigQueryIODetails, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified BigQueryIODetails message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IBigQueryIODetails
BigQueryIODetails 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.dataflow.v1beta3.BigQueryIODetails;Creates a BigQueryIODetails message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.dataflow.v1beta3.BigQueryIODetails | BigQueryIODetails |
toJSON()
public toJSON(): { [k: string]: any };Converts this BigQueryIODetails to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.dataflow.v1beta3.BigQueryIODetails, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a BigQueryIODetails message. Also converts values to other types if specified.
| Name | Description |
| message |
google.dataflow.v1beta3.BigQueryIODetails
BigQueryIODetails |
| 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 BigQueryIODetails message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|