Class: Google::Cloud::ApiHub::V1::UpdateDependencyRequest

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

Overview

The UpdateDependency method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#dependency::Google::Cloud::ApiHub::V1::Dependency

Returns 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}.

Returns:

  • (::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}



1113
1114
1115
1116
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1113

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



1113
1114
1115
1116
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1113

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