Class: Google::Cloud::Build::V1::UploadedNpmPackage
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::UploadedNpmPackage
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
An npm package uploaded to Artifact Registry using the NpmPackage directive.
Instance Attribute Summary collapse
- 
  
    
      #file_hashes  ⇒ ::Google::Cloud::Build::V1::FileHashes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Hash types and values of the npm package.
 - 
  
    
      #push_timing  ⇒ ::Google::Cloud::Build::V1::TimeSpan 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #uri  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
URI of the uploaded npm package.
 
Instance Attribute Details
#file_hashes ⇒ ::Google::Cloud::Build::V1::FileHashes
Returns Hash types and values of the npm package.
      276 277 278 279  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 276 class UploadedNpmPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#push_timing ⇒ ::Google::Cloud::Build::V1::TimeSpan (readonly)
Returns Output only. Stores timing information for pushing the specified artifact.
      276 277 278 279  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 276 class UploadedNpmPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#uri ⇒ ::String
Returns URI of the uploaded npm package.
      276 277 278 279  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 276 class UploadedNpmPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |