Class: Google::Apis::AgentidentitycredentialsV1::GoogleCloudAgentidentitycredentialsV1Pending
- Inherits:
-
Object
- Object
- Google::Apis::AgentidentitycredentialsV1::GoogleCloudAgentidentitycredentialsV1Pending
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/agentidentitycredentials_v1/classes.rb,
lib/google/apis/agentidentitycredentials_v1/representations.rb,
lib/google/apis/agentidentitycredentials_v1/representations.rb
Overview
Indicates that the credential retrieval is pending. The caller should retry the RetrieveCredentials request after some time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAgentidentitycredentialsV1Pending
constructor
A new instance of GoogleCloudAgentidentitycredentialsV1Pending.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAgentidentitycredentialsV1Pending
Returns a new instance of GoogleCloudAgentidentitycredentialsV1Pending.
90 91 92 |
# File 'lib/google/apis/agentidentitycredentials_v1/classes.rb', line 90 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
95 96 |
# File 'lib/google/apis/agentidentitycredentials_v1/classes.rb', line 95 def update!(**args) end |