public interface RestIcebergCatalogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProperties()
public abstract String getProperties()Optional. The base64 encoded content of the configuration file containing additional properties for the REST catalog.
string properties = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The properties. |
getPropertiesBytes()
public abstract ByteString getPropertiesBytes()Optional. The base64 encoded content of the configuration file containing additional properties for the REST catalog.
string properties = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for properties. |
getUri()
public abstract String getUri()Required. The REST uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Required. The REST uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |