public interface CreateIcebergTableRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHttpBody()
public abstract HttpBody getHttpBody()
Required. The request body that should be in the format of Apache Iceberg's
#/components/schemas/CreateTableRequest
. Content type is expected to be
application/json
.
.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. The request body that should be in the format of Apache Iceberg's
#/components/schemas/CreateTableRequest
. Content type is expected to be
application/json
.
.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}/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}/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. The request body that should be in the format of Apache Iceberg's
#/components/schemas/CreateTableRequest
. Content type is expected to be
application/json
.
.google.api.HttpBody http_body = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the httpBody field is set. |