Class: Google::Apis::ArtifactregistryV1::NoCacheFetching
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::NoCacheFetching
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb
Overview
The configuration for the no-cache fetching mode, which acts as a non-caching proxy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NoCacheFetching
constructor
A new instance of NoCacheFetching.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NoCacheFetching
Returns a new instance of NoCacheFetching.
2232 2233 2234 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2232 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2237 2238 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2237 def update!(**args) end |