public interface NessieIcebergCatalogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBranch()
public abstract String getBranch()Required. The Nessie branch.
string branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The branch. |
getBranchBytes()
public abstract ByteString getBranchBytes()Required. The Nessie branch.
string branch = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for branch. |
getUri()
public abstract String getUri()Required. The Nessie uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Required. The Nessie uri.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |