Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CreateEntryRequest.
Request message for CreateEntry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry
def entry() -> ::Google::Cloud::DataCatalog::V1::Entry- (::Google::Cloud::DataCatalog::V1::Entry) — Required. The entry to create.
#entry=
def entry=(value) -> ::Google::Cloud::DataCatalog::V1::Entry- value (::Google::Cloud::DataCatalog::V1::Entry) — Required. The entry to create.
- (::Google::Cloud::DataCatalog::V1::Entry) — Required. The entry to create.
#entry_id
def entry_id() -> ::String- 
        (::String) — Required. The ID of the entry to create.The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8. 
#entry_id=
def entry_id=(value) -> ::String- 
        value (::String) — Required. The ID of the entry to create.The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8. 
- 
        (::String) — Required. The ID of the entry to create.The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8. 
#parent
def parent() -> ::String- 
        (::String) — Required. The name of the entry group this entry belongs to.Note: The entry itself and its child resources might not be stored in the location specified in its name. 
#parent=
def parent=(value) -> ::String- 
        value (::String) — Required. The name of the entry group this entry belongs to.Note: The entry itself and its child resources might not be stored in the location specified in its name. 
- 
        (::String) — Required. The name of the entry group this entry belongs to.Note: The entry itself and its child resources might not be stored in the location specified in its name.