Class protos.google.devtools.cloudbuild.v1.Artifacts (4.1.1)

Represents an Artifacts.

Package

@google-cloud/cloudbuild

Constructors

(constructor)(properties)

constructor(properties?: google.devtools.cloudbuild.v1.IArtifacts);

Constructs a new Artifacts.

Parameter
NameDescription
properties IArtifacts

Properties to set

Properties

images

public images: string[];

Artifacts images.

mavenArtifacts

public mavenArtifacts: google.devtools.cloudbuild.v1.Artifacts.IMavenArtifact[];

Artifacts mavenArtifacts.

npmPackages

public npmPackages: google.devtools.cloudbuild.v1.Artifacts.INpmPackage[];

Artifacts npmPackages.

objects

public objects?: (google.devtools.cloudbuild.v1.Artifacts.IArtifactObjects|null);

Artifacts objects.

pythonPackages

public pythonPackages: google.devtools.cloudbuild.v1.Artifacts.IPythonPackage[];

Artifacts pythonPackages.

Methods

create(properties)

public static create(properties?: google.devtools.cloudbuild.v1.IArtifacts): google.devtools.cloudbuild.v1.Artifacts;

Creates a new Artifacts instance using the specified properties.

Parameter
NameDescription
properties IArtifacts

Properties to set

Returns
TypeDescription
Artifacts

Artifacts instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.devtools.cloudbuild.v1.Artifacts;

Decodes an Artifacts 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
Artifacts

Artifacts

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.devtools.cloudbuild.v1.Artifacts;

Decodes an Artifacts message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Artifacts

Artifacts

encode(message, writer)

public static encode(message: google.devtools.cloudbuild.v1.IArtifacts, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Artifacts message. Does not implicitly messages.

Parameters
NameDescription
message IArtifacts

Artifacts 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.devtools.cloudbuild.v1.IArtifacts, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IArtifacts

Artifacts 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.devtools.cloudbuild.v1.Artifacts;

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

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

Plain object

Returns
TypeDescription
Artifacts

Artifacts

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for Artifacts

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 Artifacts to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.devtools.cloudbuild.v1.Artifacts, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message Artifacts

Artifacts

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an Artifacts 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