Class: Google::Cloud::NetworkServices::V1::UpdateTlsRouteRequest

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

Overview

Request used by the UpdateTlsRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#tls_route::Google::Cloud::NetworkServices::V1::TlsRoute

Returns Required. Updated TlsRoute resource.

Returns:



202
203
204
205
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 202

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Field mask is used to specify the fields to be overwritten in the TlsRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns:

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

    Optional. Field mask is used to specify the fields to be overwritten in the TlsRoute resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.



202
203
204
205
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 202

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