public interface AmazonS3IcebergStorageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessKeyId()
public abstract String getAccessKeyId()Required. The access key ID of Amazon S3.
string access_key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The accessKeyId. |
getAccessKeyIdBytes()
public abstract ByteString getAccessKeyIdBytes()Required. The access key ID of Amazon S3.
string access_key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessKeyId. |
getBucket()
public abstract String getBucket()Required. The bucket of Amazon S3.
string bucket = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()Required. The bucket of Amazon S3.
string bucket = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucket. |
getEndpoint()
public abstract String getEndpoint()Optional. The endpoint of Amazon S3.
string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()Optional. The endpoint of Amazon S3.
string endpoint = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for endpoint. |
getRegion()
public abstract String getRegion()Required. The region of Amazon S3.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()Required. The region of Amazon S3.
string region = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getSchemeType()
public abstract AmazonS3IcebergStorage.SchemeType getSchemeType()Required. The scheme type of Amazon S3.
.google.cloud.oracledatabase.v1.AmazonS3IcebergStorage.SchemeType scheme_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AmazonS3IcebergStorage.SchemeType |
The schemeType. |
getSchemeTypeValue()
public abstract int getSchemeTypeValue()Required. The scheme type of Amazon S3.
.google.cloud.oracledatabase.v1.AmazonS3IcebergStorage.SchemeType scheme_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for schemeType. |
getSecretAccessKeySecret()
public abstract String getSecretAccessKeySecret()Optional. The secret access key of Amazon S3.
string secret_access_key_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The secretAccessKeySecret. |
getSecretAccessKeySecretBytes()
public abstract ByteString getSecretAccessKeySecretBytes()Optional. The secret access key of Amazon S3.
string secret_access_key_secret = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for secretAccessKeySecret. |