Represents a Version.
Package
@google-cloud/artifact-registry!Constructors
(constructor)(properties)
constructor(properties?: google.devtools.artifactregistry.v1beta2.IVersion);
Constructs a new Version.
Type | Name | Description |
---|---|---|
IVersion | properties |
Properties to set |
Properties
createTime
public createTime?: (google.protobuf.ITimestamp|null);
Version createTime.
Type | Description |
---|---|
(google.protobuf.ITimestamp|null) |
description
public description: string;
Version description.
Type | Description |
---|---|
string |
name
public name: string;
Version name.
Type | Description |
---|---|
string |
relatedTags
public relatedTags: google.devtools.artifactregistry.v1beta2.ITag[];
Version relatedTags.
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.ITag[] |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
Version updateTime.
Type | Description |
---|---|
(google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.devtools.artifactregistry.v1beta2.IVersion): google.devtools.artifactregistry.v1beta2.Version;
Creates a new Version instance using the specified properties.
Type | Name | Description |
---|---|---|
IVersion | properties |
Properties to set |
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.Version | Version instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.devtools.artifactregistry.v1beta2.Version;
Decodes a Version message from the specified reader or buffer.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
number | length |
Message length if known beforehand |
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.Version | Version |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.devtools.artifactregistry.v1beta2.Version;
Decodes a Version message from the specified reader or buffer, length delimited.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.Version | Version |
encode(message, writer)
public static encode(message: google.devtools.artifactregistry.v1beta2.IVersion, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Version message. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IVersion | message |
Version message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.devtools.artifactregistry.v1beta2.IVersion, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Version message, length delimited. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IVersion | message |
Version message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.devtools.artifactregistry.v1beta2.Version;
Creates a Version message from a plain object. Also converts values to their respective internal types.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | object |
Plain object |
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.Version | Version |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Version to JSON.
Type | Description |
---|---|
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.devtools.artifactregistry.v1beta2.Version, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Version message. Also converts values to other types if specified.
Type | Name | Description |
---|---|---|
google.devtools.artifactregistry.v1beta2.Version | message |
Version |
$protobuf.IConversionOptions | options |
Conversion options |
Type | Description |
---|---|
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a Version message.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | message |
Plain object to verify |
Type | Description |
---|---|
(string|null) |
|