Represents a Package.
Package
@google-cloud/artifact-registry!Constructors
(constructor)(properties)
constructor(properties?: google.devtools.artifactregistry.v1beta2.IPackage);
Constructs a new Package.
Type | Name | Description |
---|---|---|
IPackage | properties |
Properties to set |
Properties
createTime
public createTime?: (google.protobuf.ITimestamp|null);
Package createTime.
Type | Description |
---|---|
(google.protobuf.ITimestamp|null) |
displayName
public displayName: string;
Package displayName.
Type | Description |
---|---|
string |
name
public name: string;
Package name.
Type | Description |
---|---|
string |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
Package updateTime.
Type | Description |
---|---|
(google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.devtools.artifactregistry.v1beta2.IPackage): google.devtools.artifactregistry.v1beta2.Package;
Creates a new Package instance using the specified properties.
Type | Name | Description |
---|---|---|
IPackage | properties |
Properties to set |
Type | Description |
---|---|
google.devtools.artifactregistry.v1beta2.Package | Package instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.devtools.artifactregistry.v1beta2.Package;
Decodes a Package 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.Package | Package |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.devtools.artifactregistry.v1beta2.Package;
Decodes a Package 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.Package | Package |
encode(message, writer)
public static encode(message: google.devtools.artifactregistry.v1beta2.IPackage, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Package message. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IPackage | message |
Package 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.IPackage, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Package message, length delimited. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IPackage | message |
Package 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.Package;
Creates a Package 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.Package | Package |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Package to JSON.
Type | Description |
---|---|
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.devtools.artifactregistry.v1beta2.Package, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Package message. Also converts values to other types if specified.
Type | Name | Description |
---|---|---|
google.devtools.artifactregistry.v1beta2.Package | message |
Package |
$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 Package message.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | message |
Plain object to verify |
Type | Description |
---|---|
(string|null) |
|