public static final class GoogleCloudStorageIcebergStorage.Builder extends GeneratedMessage.Builder<GoogleCloudStorageIcebergStorage.Builder> implements GoogleCloudStorageIcebergStorageOrBuilderThe Google Cloud Storage Iceberg storage.
Protobuf type google.cloud.oracledatabase.v1.GoogleCloudStorageIcebergStorage
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoogleCloudStorageIcebergStorage.BuilderImplements
GoogleCloudStorageIcebergStorageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoogleCloudStorageIcebergStorage build()| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage |
|
buildPartial()
public GoogleCloudStorageIcebergStorage buildPartial()| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage |
|
clear()
public GoogleCloudStorageIcebergStorage.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
|
clearBucket()
public GoogleCloudStorageIcebergStorage.Builder clearBucket()Required. The bucket of Google Cloud Storage.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
clearProjectId()
public GoogleCloudStorageIcebergStorage.Builder clearProjectId()Required. The project ID of Google Cloud Storage.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
clearServiceAccountKeyFile()
public GoogleCloudStorageIcebergStorage.Builder clearServiceAccountKeyFile()Optional. The base64 encoded content of the service account key file of Google Cloud Storage.
string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
getBucket()
public String getBucket()Required. The bucket of Google Cloud Storage.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The bucket. |
getBucketBytes()
public ByteString getBucketBytes()Required. The bucket of Google Cloud Storage.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucket. |
getDefaultInstanceForType()
public GoogleCloudStorageIcebergStorage getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProjectId()
public String getProjectId()Required. The project ID of Google Cloud Storage.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. The project ID of Google Cloud Storage.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getServiceAccountKeyFile()
public String getServiceAccountKeyFile()Optional. The base64 encoded content of the service account key file of Google Cloud Storage.
string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAccountKeyFile. |
getServiceAccountKeyFileBytes()
public ByteString getServiceAccountKeyFileBytes()Optional. The base64 encoded content of the service account key file of Google Cloud Storage.
string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAccountKeyFile. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoogleCloudStorageIcebergStorage other)
public GoogleCloudStorageIcebergStorage.Builder mergeFrom(GoogleCloudStorageIcebergStorage other)| Parameter | |
|---|---|
| Name | Description |
other |
GoogleCloudStorageIcebergStorage |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoogleCloudStorageIcebergStorage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoogleCloudStorageIcebergStorage.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
|
setBucket(String value)
public GoogleCloudStorageIcebergStorage.Builder setBucket(String value)Required. The bucket of Google Cloud Storage.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe bucket to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
setBucketBytes(ByteString value)
public GoogleCloudStorageIcebergStorage.Builder setBucketBytes(ByteString value)Required. The bucket of Google Cloud Storage.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for bucket to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
setProjectId(String value)
public GoogleCloudStorageIcebergStorage.Builder setProjectId(String value)Required. The project ID of Google Cloud Storage.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public GoogleCloudStorageIcebergStorage.Builder setProjectIdBytes(ByteString value)Required. The project ID of Google Cloud Storage.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
setServiceAccountKeyFile(String value)
public GoogleCloudStorageIcebergStorage.Builder setServiceAccountKeyFile(String value)Optional. The base64 encoded content of the service account key file of Google Cloud Storage.
string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe serviceAccountKeyFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |
setServiceAccountKeyFileBytes(ByteString value)
public GoogleCloudStorageIcebergStorage.Builder setServiceAccountKeyFileBytes(ByteString value)Optional. The base64 encoded content of the service account key file of Google Cloud Storage.
string service_account_key_file = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for serviceAccountKeyFile to set. |
| Returns | |
|---|---|
| Type | Description |
GoogleCloudStorageIcebergStorage.Builder |
This builder for chaining. |