Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::UpdateTlsRouteRequest.
Request used by the UpdateTlsRoute method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tls_route
def tls_route() -> ::Google::Cloud::NetworkServices::V1::TlsRoute
Returns
- (::Google::Cloud::NetworkServices::V1::TlsRoute) — Required. Updated TlsRoute resource.
#tls_route=
def tls_route=(value) -> ::Google::Cloud::NetworkServices::V1::TlsRoute
Parameter
- value (::Google::Cloud::NetworkServices::V1::TlsRoute) — Required. Updated TlsRoute resource.
Returns
- (::Google::Cloud::NetworkServices::V1::TlsRoute) — Required. Updated TlsRoute resource.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.