Class: Google::Cloud::DataCatalog::V1::ModifyEntryContactsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ModifyEntryContactsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for ModifyEntryContacts.
Instance Attribute Summary collapse
-
#contacts ⇒ ::Google::Cloud::DataCatalog::V1::Contacts
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#contacts ⇒ ::Google::Cloud::DataCatalog::V1::Contacts
Returns Required. The new value for the Contacts.
1608 1609 1610 1611 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1608 class ModifyEntryContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full resource name of the entry.
1608 1609 1610 1611 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1608 class ModifyEntryContactsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |