Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::EntryGroup.
An Entry Group represents a logical grouping of one or more Entries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the EntryGroup was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the EntryGroup.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the EntryGroup.
Returns
- (::String) — Optional. Description of the EntryGroup.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. User friendly display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. User friendly display name.
Returns
- (::String) — Optional. User friendly display name.
#etag
def etag() -> ::String
Returns
- (::String) — This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Returns
- (::String) — This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the EntryGroup.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the EntryGroup.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the EntryGroup.
#name
def name() -> ::String
Returns
- (::String) — Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
#transfer_status
def transfer_status() -> ::Google::Cloud::Dataplex::V1::TransferStatus
Returns
- (::Google::Cloud::Dataplex::V1::TransferStatus) — Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
#uid
def uid() -> ::String
Returns
- (::String) — Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the EntryGroup was last updated.