Interface SqlServerEntraIdConfigOrBuilder (0.1.0)

public interface SqlServerEntraIdConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationId()

public abstract String getApplicationId()

Optional. The application ID for the Entra ID configuration.

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

Returns
Type Description
String

The applicationId.

getApplicationIdBytes()

public abstract ByteString getApplicationIdBytes()

Optional. The application ID for the Entra ID configuration.

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

Returns
Type Description
ByteString

The bytes for applicationId.

getKind()

public abstract String getKind()

Output only. This is always sql#sqlServerEntraIdConfig

string kind = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

Output only. This is always sql#sqlServerEntraIdConfig

string kind = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for kind.

getTenantId()

public abstract String getTenantId()

Optional. The tenant ID for the Entra ID configuration.

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

Returns
Type Description
String

The tenantId.

getTenantIdBytes()

public abstract ByteString getTenantIdBytes()

Optional. The tenant ID for the Entra ID configuration.

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

Returns
Type Description
ByteString

The bytes for tenantId.