Cloud Build V1 API - Class Google::Cloud::Build::V1::UploadedNpmPackage (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::UploadedNpmPackage.

An npm package uploaded to Artifact Registry using the NpmPackage directive.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#file_hashes

def file_hashes() -> ::Google::Cloud::Build::V1::FileHashes
Returns

#file_hashes=

def file_hashes=(value) -> ::Google::Cloud::Build::V1::FileHashes
Parameter
Returns

#push_timing

def push_timing() -> ::Google::Cloud::Build::V1::TimeSpan
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — URI of the uploaded npm package.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — URI of the uploaded npm package.
Returns
  • (::String) — URI of the uploaded npm package.