Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::UpdateDependencyRequest.
The UpdateDependency method's request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dependency
def dependency() -> ::Google::Cloud::ApiHub::V1::Dependency
-
(::Google::Cloud::ApiHub::V1::Dependency) — Required. The dependency resource to update.
The dependency's
name
field is used to identify the dependency to update. Format:projects/{project}/locations/{location}/dependencies/{dependency}
#dependency=
def dependency=(value) -> ::Google::Cloud::ApiHub::V1::Dependency
-
value (::Google::Cloud::ApiHub::V1::Dependency) — Required. The dependency resource to update.
The dependency's
name
field is used to identify the dependency to update. Format:projects/{project}/locations/{location}/dependencies/{dependency}
-
(::Google::Cloud::ApiHub::V1::Dependency) — Required. The dependency resource to update.
The dependency's
name
field is used to identify the dependency to update. Format:projects/{project}/locations/{location}/dependencies/{dependency}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.