public interface PolarisIcebergCatalogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientId()
public abstract String getClientId()Required. The Polaris client ID.
string client_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The clientId. |
getClientIdBytes()
public abstract ByteString getClientIdBytes()Required. The Polaris client ID.
string client_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientId. |
getClientSecret()
public abstract String getClientSecret()Optional. The Polaris client secret.
string client_secret = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The clientSecret. |
getClientSecretBytes()
public abstract ByteString getClientSecretBytes()Optional. The Polaris client secret.
string client_secret = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientSecret. |
getPolarisCatalog()
public abstract String getPolarisCatalog()Required. The catalog name within Polaris.
string polaris_catalog = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The polarisCatalog. |
getPolarisCatalogBytes()
public abstract ByteString getPolarisCatalogBytes()Required. The catalog name within Polaris.
string polaris_catalog = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for polarisCatalog. |
getPrincipalRole()
public abstract String getPrincipalRole()Required. The Polaris principal role.
string principal_role = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The principalRole. |
getPrincipalRoleBytes()
public abstract ByteString getPrincipalRoleBytes()Required. The Polaris principal role.
string principal_role = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for principalRole. |
getUri()
public abstract String getUri()Required. The Polaris uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Required. The Polaris uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |