Class: Google::Apis::ArtifactregistryV1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::OperationMetadata
- 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
Metadata type for longrunning-operations, currently empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationMetadata
constructor
A new instance of OperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperationMetadata
Returns a new instance of OperationMetadata.
2090 2091 2092 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2090 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2095 2096 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2095 def update!(**args) end |