Represents an OperationMetadataV1.
Package
@google-cloud/appengine-admin!Constructors
(constructor)(properties)
constructor(properties?: google.appengine.v1.IOperationMetadataV1);
Constructs a new OperationMetadataV1.
Name | Description |
properties |
IOperationMetadataV1
Properties to set |
Properties
createVersionMetadata
public createVersionMetadata?: (google.appengine.v1.ICreateVersionMetadataV1|null);
OperationMetadataV1 createVersionMetadata.
Type | Description |
(google.appengine.v1.ICreateVersionMetadataV1|null) |
endTime
public endTime?: (google.protobuf.ITimestamp|null);
OperationMetadataV1 endTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
ephemeralMessage
public ephemeralMessage: string;
OperationMetadataV1 ephemeralMessage.
Type | Description |
string |
insertTime
public insertTime?: (google.protobuf.ITimestamp|null);
OperationMetadataV1 insertTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
method
public method: string;
OperationMetadataV1 method.
Type | Description |
string |
methodMetadata
public methodMetadata?: "createVersionMetadata";
OperationMetadataV1 methodMetadata.
Type | Description |
"createVersionMetadata" |
target
public target: string;
OperationMetadataV1 target.
Type | Description |
string |
user
public user: string;
OperationMetadataV1 user.
Type | Description |
string |
warning
public warning: string[];
OperationMetadataV1 warning.
Type | Description |
string[] |
Methods
create(properties)
public static create(properties?: google.appengine.v1.IOperationMetadataV1): google.appengine.v1.OperationMetadataV1;
Creates a new OperationMetadataV1 instance using the specified properties.
Name | Description |
properties |
IOperationMetadataV1
Properties to set |
Type | Description |
google.appengine.v1.OperationMetadataV1 | OperationMetadataV1 instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.appengine.v1.OperationMetadataV1;
Decodes an OperationMetadataV1 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.appengine.v1.OperationMetadataV1 | OperationMetadataV1 |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.appengine.v1.OperationMetadataV1;
Decodes an OperationMetadataV1 message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.appengine.v1.OperationMetadataV1 | OperationMetadataV1 |
encode(message, writer)
public static encode(message: google.appengine.v1.IOperationMetadataV1, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified OperationMetadataV1 message. Does not implicitly messages.
Name | Description |
message |
IOperationMetadataV1
OperationMetadataV1 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.appengine.v1.IOperationMetadataV1, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified OperationMetadataV1 message, length delimited. Does not implicitly messages.
Name | Description |
message |
IOperationMetadataV1
OperationMetadataV1 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.appengine.v1.OperationMetadataV1;
Creates an OperationMetadataV1 message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.appengine.v1.OperationMetadataV1 | OperationMetadataV1 |
toJSON()
public toJSON(): { [k: string]: any };
Converts this OperationMetadataV1 to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.appengine.v1.OperationMetadataV1, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an OperationMetadataV1 message. Also converts values to other types if specified.
Name | Description |
message |
google.appengine.v1.OperationMetadataV1
OperationMetadataV1 |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an OperationMetadataV1 message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|