Data Lineage v1 API - Class GetConfigRequest (1.0.0-beta01)

public sealed class GetConfigRequest : IMessage<GetConfigRequest>, IEquatable<GetConfigRequest>, IDeepCloneable<GetConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class GetConfigRequest.

Request message for GetConfig RPC.

Inheritance

object > GetConfigRequest

Namespace

Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1

Assembly

Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1.dll

Constructors

GetConfigRequest()

public GetConfigRequest()

GetConfigRequest(GetConfigRequest)

public GetConfigRequest(GetConfigRequest other)
Parameter
Name Description
other GetConfigRequest

Properties

ConfigName

public ConfigName ConfigName { get; set; }

ConfigName-typed view over the Name resource name property.

Property Value
Type Description
ConfigName

Name

public string Name { get; set; }

Required. REQUIRED: The resource name of the config to be fetched. Format: organizations/{organization_id}/locations/global/config folders/{folder_id}/locations/global/config projects/{project_id}/locations/global/config projects/{project_number}/locations/global/config

Property Value
Type Description
string