Interface GoldengateMicrosoftFabricConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateMicrosoftFabricConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientId()

public abstract String getClientId()

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The clientId.

getClientIdBytes()

public abstract ByteString getClientIdBytes()

Optional. Azure client ID of the application.

string client_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for clientId.

getClientSecret()

public abstract String getClientSecret()

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The clientSecret.

getClientSecretBytes()

public abstract ByteString getClientSecretBytes()

Optional. Client secret associated with the client id.

string client_secret = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for clientSecret.

getEndpoint()

public abstract String getEndpoint()

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com

string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for endpoint.

getTechnologyType()

public abstract String getTechnologyType()

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public abstract ByteString getTechnologyTypeBytes()

Optional. The technology type of MicrosoftFabricConnection.

string technology_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for technologyType.

getTenantId()

public abstract String getTenantId()

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tenantId.

getTenantIdBytes()

public abstract ByteString getTenantIdBytes()

Optional. Azure tenant ID of the application.

string tenant_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tenantId.