Class: Google::Cloud::TelcoAutomation::V1::UpdateHydratedDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb

Overview

Request object for UpdateHydratedDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#hydrated_deployment::Google::Cloud::TelcoAutomation::V1::HydratedDeployment

Returns Required. The hydrated deployment to update.

Returns:



1178
1179
1180
1181
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1178

class UpdateHydratedDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update. Update mask supports a special value * which fully replaces (equivalent to PUT) the resource provided.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. The list of fields to update. Update mask supports a special value * which fully replaces (equivalent to PUT) the resource provided.



1178
1179
1180
1181
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1178

class UpdateHydratedDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end