public interface CreateIcebergTableRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHttpBody()
public abstract HttpBody getHttpBody()Required.
.google.api.HttpBody http_body = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.api.HttpBody |
The httpBody. |
getHttpBodyOrBuilder()
public abstract HttpBodyOrBuilder getHttpBodyOrBuilder()Required.
.google.api.HttpBody http_body = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.api.HttpBodyOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this table will be created. Format: projects/{project_id}/catalogs/{catalog_id}/namespaces/{namespace}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this table will be created. Format: projects/{project_id}/catalogs/{catalog_id}/namespaces/{namespace}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasHttpBody()
public abstract boolean hasHttpBody()Required.
.google.api.HttpBody http_body = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the httpBody field is set. |