Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Metadata message for DisableXmanager RPC.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
-
#progress ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1DisableXmanagerOperationMetadata.
17066 17067 17068 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
Corresponds to the JSON property genericMetadata
17059 17060 17061 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17059 def @generic_metadata end |
#progress ⇒ String
Output only. Progress Message for DisableXmanager LRO
Corresponds to the JSON property progress
17064 17065 17066 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17064 def progress @progress end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17071 17072 17073 17074 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 17071 def update!(**args) @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata) @progress = args[:progress] if args.key?(:progress) end |