public interface GoldengateIcebergConnectionPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalog()
public abstract IcebergCatalog getCatalog()Required. The Iceberg catalog.
.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergCatalog |
The catalog. |
getCatalogOrBuilder()
public abstract IcebergCatalogOrBuilder getCatalogOrBuilder()Required. The Iceberg catalog.
.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergCatalogOrBuilder |
|
getStorage()
public abstract IcebergStorage getStorage()Required. The Iceberg storage.
.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergStorage |
The storage. |
getStorageOrBuilder()
public abstract IcebergStorageOrBuilder getStorageOrBuilder()Required. The Iceberg storage.
.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergStorageOrBuilder |
|
getTechnologyType()
public abstract String getTechnologyType()Required. The technology type of Iceberg connection.
string technology_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The technologyType. |
getTechnologyTypeBytes()
public abstract ByteString getTechnologyTypeBytes()Required. The technology type of Iceberg connection.
string technology_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for technologyType. |
hasCatalog()
public abstract boolean hasCatalog()Required. The Iceberg catalog.
.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the catalog field is set. |
hasStorage()
public abstract boolean hasStorage()Required. The Iceberg storage.
.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the storage field is set. |