Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateEntryGroupRequest.
Create EntryGroup Request
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_group
def entry_group() -> ::Google::Cloud::Dataplex::V1::EntryGroup
Returns
- (::Google::Cloud::Dataplex::V1::EntryGroup) — Required. EntryGroup Resource
#entry_group=
def entry_group=(value) -> ::Google::Cloud::Dataplex::V1::EntryGroup
Parameter
- value (::Google::Cloud::Dataplex::V1::EntryGroup) — Required. EntryGroup Resource
Returns
- (::Google::Cloud::Dataplex::V1::EntryGroup) — Required. EntryGroup Resource
#entry_group_id
def entry_group_id() -> ::String
Returns
- (::String) — Required. EntryGroup identifier.
#entry_group_id=
def entry_group_id=(value) -> ::String
Parameter
- value (::String) — Required. EntryGroup identifier.
Returns
- (::String) — Required. EntryGroup identifier.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the entryGroup, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the entryGroup, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
Returns
-
(::String) — Required. The resource name of the entryGroup, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.