public abstract class DataplexServiceClient
Reference documentation and code samples for the Cloud Dataplex v1 API class DataplexServiceClient.
DataplexService client wrapper, for convenient use.
Derived Types
Namespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Remarks
Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
Properties
CreateAssetOperationsClient
public virtual OperationsClient CreateAssetOperationsClient { get; }
The long-running operations client for CreateAsset
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateEnvironmentOperationsClient
public virtual OperationsClient CreateEnvironmentOperationsClient { get; }
The long-running operations client for CreateEnvironment
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateLakeOperationsClient
public virtual OperationsClient CreateLakeOperationsClient { get; }
The long-running operations client for CreateLake
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateTaskOperationsClient
public virtual OperationsClient CreateTaskOperationsClient { get; }
The long-running operations client for CreateTask
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateZoneOperationsClient
public virtual OperationsClient CreateZoneOperationsClient { get; }
The long-running operations client for CreateZone
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DefaultEndpoint
public static string DefaultEndpoint { get; }
The default endpoint for the DataplexService service, which is a host of "dataplex.googleapis.com" and a port of 443.
Property Value | |
---|---|
Type | Description |
string |
DefaultScopes
public static IReadOnlyList<string> DefaultScopes { get; }
The default DataplexService scopes.
Property Value | |
---|---|
Type | Description |
IReadOnlyListstring |
The default DataplexService scopes are:
DeleteAssetOperationsClient
public virtual OperationsClient DeleteAssetOperationsClient { get; }
The long-running operations client for DeleteAsset
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteEnvironmentOperationsClient
public virtual OperationsClient DeleteEnvironmentOperationsClient { get; }
The long-running operations client for DeleteEnvironment
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteLakeOperationsClient
public virtual OperationsClient DeleteLakeOperationsClient { get; }
The long-running operations client for DeleteLake
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteTaskOperationsClient
public virtual OperationsClient DeleteTaskOperationsClient { get; }
The long-running operations client for DeleteTask
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteZoneOperationsClient
public virtual OperationsClient DeleteZoneOperationsClient { get; }
The long-running operations client for DeleteZone
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public virtual DataplexService.DataplexServiceClient GrpcClient { get; }
The underlying gRPC DataplexService client
Property Value | |
---|---|
Type | Description |
DataplexServiceDataplexServiceClient |
IAMPolicyClient
public virtual IAMPolicyClient IAMPolicyClient { get; }
The IAMPolicyClient associated with this client.
Property Value | |
---|---|
Type | Description |
IAMPolicyClient |
LocationsClient
public virtual LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.