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 server based on the value of other fields, and may 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 server based on the value of other fields, and may 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 server based on the value of other fields, and may 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, of the form: projects/{project_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. This ID will be different if the EntryGroup is deleted and re-created with the same name.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the EntryGroup was last updated.