Dataplex V1 API - Class Google::Cloud::Dataplex::V1::EntrySource (v1.1.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::EntrySource.

Information related to the source system of the data resource that is represented by the entry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ancestors

def ancestors() -> ::Array<::Google::Cloud::Dataplex::V1::EntrySource::Ancestor>
Returns

#ancestors=

def ancestors=(value) -> ::Array<::Google::Cloud::Dataplex::V1::EntrySource::Ancestor>
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — A description of the data resource. Maximum length is 2,000 characters.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A description of the data resource. Maximum length is 2,000 characters.
Returns
  • (::String) — A description of the data resource. Maximum length is 2,000 characters.

#display_name

def display_name() -> ::String
Returns
  • (::String) — A user-friendly display name. Maximum length is 500 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — A user-friendly display name. Maximum length is 500 characters.
Returns
  • (::String) — A user-friendly display name. Maximum length is 500 characters.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User-defined labels. The maximum size of keys and values is 128 characters each.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — User-defined labels. The maximum size of keys and values is 128 characters each.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — User-defined labels. The maximum size of keys and values is 128 characters each.

#location

def location() -> ::String
Returns
  • (::String) — Output only. Location of the resource in the source system. You can search the entry by this location. By default, this should match the location of the entry group containing this entry. A different value allows capturing the source location for data external to Google Cloud.

#platform

def platform() -> ::String
Returns
  • (::String) — The platform containing the source system. Maximum length is 64 characters.

#platform=

def platform=(value) -> ::String
Parameter
  • value (::String) — The platform containing the source system. Maximum length is 64 characters.
Returns
  • (::String) — The platform containing the source system. Maximum length is 64 characters.

#resource

def resource() -> ::String
Returns
  • (::String) — The name of the resource in the source system. Maximum length is 4,000 characters.

#resource=

def resource=(value) -> ::String
Parameter
  • value (::String) — The name of the resource in the source system. Maximum length is 4,000 characters.
Returns
  • (::String) — The name of the resource in the source system. Maximum length is 4,000 characters.

#system

def system() -> ::String
Returns
  • (::String) — The name of the source system. Maximum length is 64 characters.

#system=

def system=(value) -> ::String
Parameter
  • value (::String) — The name of the source system. Maximum length is 64 characters.
Returns
  • (::String) — The name of the source system. Maximum length is 64 characters.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.
Returns
  • (::Google::Protobuf::Timestamp) — The time when the resource was last updated in the source system. If the entry exists in the system and its EntrySource has update_time populated, further updates to the EntrySource of the entry must provide incremental updates to its update_time.