Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest.
Request message for CreateEntryGroup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_group
def entry_group() -> ::Google::Cloud::DataCatalog::V1beta1::EntryGroup
- (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — The entry group to create. Defaults to an empty entry group.
#entry_group=
def entry_group=(value) -> ::Google::Cloud::DataCatalog::V1beta1::EntryGroup
- value (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — The entry group to create. Defaults to an empty entry group.
- (::Google::Cloud::DataCatalog::V1beta1::EntryGroup) — The entry group to create. Defaults to an empty entry group.
#entry_group_id
def entry_group_id() -> ::String
- (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
#entry_group_id=
def entry_group_id=(value) -> ::String
- value (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
- (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
#parent
def parent() -> ::String
-
(::String) — Required. The name of the project this entry group is in. Example:
- projects/{project_id}/locations/{location}
Note that this EntryGroup 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 project this entry group is in. Example:
- projects/{project_id}/locations/{location}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
-
(::String) — Required. The name of the project this entry group is in. Example:
- projects/{project_id}/locations/{location}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.