Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateEntryRequest.
Request message for CreateEntry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry
def entry() -> ::Google::Cloud::DataCatalog::V1beta1::Entry
- (::Google::Cloud::DataCatalog::V1beta1::Entry) — Required. The entry to create.
#entry=
def entry=(value) -> ::Google::Cloud::DataCatalog::V1beta1::Entry
- value (::Google::Cloud::DataCatalog::V1beta1::Entry) — Required. The entry to create.
- (::Google::Cloud::DataCatalog::V1beta1::Entry) — Required. The entry to create.
#entry_id
def entry_id() -> ::String
- (::String) — Required. The id of the entry to create.
#entry_id=
def entry_id=(value) -> ::String
- value (::String) — Required. The id of the entry to create.
- (::String) — Required. The id of the entry to create.
#parent
def parent() -> ::String
-
(::String) — Required. The name of the entry group this entry is in. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this Entry and its child resources may not actually be stored in the location in this name.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the entry group this entry is in. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this Entry and its child resources may not actually be stored in the location in this name.
-
(::String) — Required. The name of the entry group this entry is in. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
Note that this Entry and its child resources may not actually be stored in the location in this name.