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::V1::EntryGroup
- (::Google::Cloud::DataCatalog::V1::EntryGroup) — The entry group to create. Defaults to empty.
#entry_group=
def entry_group=(value) -> ::Google::Cloud::DataCatalog::V1::EntryGroup
- value (::Google::Cloud::DataCatalog::V1::EntryGroup) — The entry group to create. Defaults to empty.
- (::Google::Cloud::DataCatalog::V1::EntryGroup) — The entry group to create. Defaults to empty.
#entry_group_id
def entry_group_id() -> ::String
-
(::String) — Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
#entry_group_id=
def entry_group_id=(value) -> ::String
-
value (::String) — Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
-
(::String) — Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
#parent
def parent() -> ::String
-
(::String) — Required. The names of the project and location that the new entry group belongs to.
Note: The entry group 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 names of the project and location that the new entry group belongs to.
Note: The entry group itself and its child resources might not be stored in the location specified in its name.
-
(::String) — Required. The names of the project and location that the new entry group belongs to.
Note: The entry group itself and its child resources might not be stored in the location specified in its name.