Class: Google::Cloud::DataCatalog::V1::ModifyEntryOverviewRequest

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

Overview

Request message for ModifyEntryOverview.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_overview::Google::Cloud::DataCatalog::V1::EntryOverview

Returns Required. The new value for the Entry Overview.

Returns:



1561
1562
1563
1564
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1561

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

#name::String

Returns Required. The full resource name of the entry.

Returns:

  • (::String)

    Required. The full resource name of the entry.



1561
1562
1563
1564
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1561

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