Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ModifyEntryContactsRequest.
Request message for ModifyEntryContacts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contacts
def contacts() -> ::Google::Cloud::DataCatalog::V1::Contacts
Returns
- (::Google::Cloud::DataCatalog::V1::Contacts) — Required. The new value for the Contacts.
#contacts=
def contacts=(value) -> ::Google::Cloud::DataCatalog::V1::Contacts
Parameter
- value (::Google::Cloud::DataCatalog::V1::Contacts) — Required. The new value for the Contacts.
Returns
- (::Google::Cloud::DataCatalog::V1::Contacts) — Required. The new value for the Contacts.
#name
def name() -> ::String
Returns
- (::String) — Required. The full resource name of the entry.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The full resource name of the entry.
Returns
- (::String) — Required. The full resource name of the entry.