Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AmazonS3IcebergStorage.
The Amazon S3 Iceberg storage.
Generated from protobuf message google.cloud.oracledatabase.v1.AmazonS3IcebergStorage
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scheme_type |
int
Required. The scheme type of Amazon S3. |
↳ access_key_id |
string
Required. The access key ID of Amazon S3. |
↳ region |
string
Required. The region of Amazon S3. |
↳ bucket |
string
Required. The bucket of Amazon S3. |
↳ endpoint |
string
Optional. The endpoint of Amazon S3. |
↳ secret_access_key_secret |
string
Optional. The secret access key of Amazon S3. |
getSchemeType
Required. The scheme type of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type SchemeType. |
setSchemeType
Required. The scheme type of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type SchemeType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccessKeyId
Required. The access key ID of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccessKeyId
Required. The access key ID of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegion
Required. The region of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRegion
Required. The region of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBucket
Required. The bucket of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Required. The bucket of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
Optional. The endpoint of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
Optional. The endpoint of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSecretAccessKeySecret
Optional. The secret access key of Amazon S3.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSecretAccessKeySecret
Optional. The secret access key of Amazon S3.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|