Class: Google::Cloud::ApiHub::V1::UpdateExternalApiRequest

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 UpdateExternalApi method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#external_api::Google::Cloud::ApiHub::V1::ExternalApi

Returns Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}.

Returns:

  • (::Google::Cloud::ApiHub::V1::ExternalApi)

    Required. The External API resource to update.

    The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}



1258
1259
1260
1261
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1258

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



1258
1259
1260
1261
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1258

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