Class: Google::Cloud::NetworkServices::V1::UpdateMeshRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::UpdateMeshRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/mesh.rb
Overview
Request used by the UpdateMesh method.
Instance Attribute Summary collapse
-
#mesh ⇒ ::Google::Cloud::NetworkServices::V1::Mesh
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#mesh ⇒ ::Google::Cloud::NetworkServices::V1::Mesh
138 139 140 141 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 138 class UpdateMeshRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
138 139 140 141 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 138 class UpdateMeshRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |