Class protos.google.cloud.dataqna.v1alpha.Question (3.1.0)

Represents a Question.

Package

@google-cloud/data-qna

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.dataqna.v1alpha.IQuestion);

Constructs a new Question.

Parameter
NameDescription
properties IQuestion

Properties to set

Properties

createTime

public createTime?: (google.protobuf.ITimestamp|null);

Question createTime.

dataSourceAnnotations

public dataSourceAnnotations: string[];

Question dataSourceAnnotations.

debugFlags

public debugFlags?: (google.cloud.dataqna.v1alpha.IDebugFlags|null);

Question debugFlags.

debugInfo

public debugInfo?: (google.protobuf.IAny|null);

Question debugInfo.

interpretations

public interpretations: google.cloud.dataqna.v1alpha.IInterpretation[];

Question interpretations.

interpretError

public interpretError?: (google.cloud.dataqna.v1alpha.IInterpretError|null);

Question interpretError.

name

public name: string;

Question name.

query

public query: string;

Question query.

scopes

public scopes: string[];

Question scopes.

userEmail

public userEmail: string;

Question userEmail.

Methods

create(properties)

public static create(properties?: google.cloud.dataqna.v1alpha.IQuestion): google.cloud.dataqna.v1alpha.Question;

Creates a new Question instance using the specified properties.

Parameter
NameDescription
properties IQuestion

Properties to set

Returns
TypeDescription
Question

Question instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataqna.v1alpha.Question;

Decodes a Question message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
Question

Question

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataqna.v1alpha.Question;

Decodes a Question message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Question

Question

encode(message, writer)

public static encode(message: google.cloud.dataqna.v1alpha.IQuestion, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Question message. Does not implicitly messages.

Parameters
NameDescription
message IQuestion

Question message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.dataqna.v1alpha.IQuestion, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Question message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IQuestion

Question message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.dataqna.v1alpha.Question;

Creates a Question message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
Question

Question

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for Question

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this Question to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.dataqna.v1alpha.Question, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a Question message. Also converts values to other types if specified.

Parameters
NameDescription
message Question

Question

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a Question message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not