public static final class CreateIcebergTableRequest.Builder extends GeneratedMessage.Builder<CreateIcebergTableRequest.Builder> implements CreateIcebergTableRequestOrBuilder The request message for the CreateIcebergTable API.
Protobuf type google.cloud.biglake.v1.CreateIcebergTableRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateIcebergTableRequest.BuilderImplements
CreateIcebergTableRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateIcebergTableRequest build()| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest |
|
buildPartial()
public CreateIcebergTableRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest |
|
clear()
public CreateIcebergTableRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
clearHttpBody()
public CreateIcebergTableRequest.Builder clearHttpBody() 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 |
CreateIcebergTableRequest.Builder |
|
clearParent()
public CreateIcebergTableRequest.Builder clearParent()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 |
CreateIcebergTableRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateIcebergTableRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHttpBody()
public 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. |
getHttpBodyBuilder()
public HttpBody.Builder getHttpBodyBuilder() 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.Builder |
|
getHttpBodyOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateIcebergTableRequest other)
public CreateIcebergTableRequest.Builder mergeFrom(CreateIcebergTableRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateIcebergTableRequest |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateIcebergTableRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateIcebergTableRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
mergeHttpBody(HttpBody value)
public CreateIcebergTableRequest.Builder mergeHttpBody(HttpBody value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.api.HttpBody |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
setHttpBody(HttpBody value)
public CreateIcebergTableRequest.Builder setHttpBody(HttpBody value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.api.HttpBody |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
setHttpBody(HttpBody.Builder builderForValue)
public CreateIcebergTableRequest.Builder setHttpBody(HttpBody.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.api.HttpBody.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
|
setParent(String value)
public CreateIcebergTableRequest.Builder setParent(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateIcebergTableRequest.Builder setParentBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateIcebergTableRequest.Builder |
This builder for chaining. |