public interface S3FileStoreInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket()
string bucket = 1; |
com.google.protobuf.ByteString |
getBucketBytes()
string bucket = 1; |
AwsCredentialInfo |
getCredential()
.staros.AwsCredentialInfo credential = 4; |
AwsCredentialInfoOrBuilder |
getCredentialOrBuilder()
.staros.AwsCredentialInfo credential = 4; |
java.lang.String |
getEndpoint()
string endpoint = 3; |
com.google.protobuf.ByteString |
getEndpointBytes()
string endpoint = 3; |
int |
getNumPartitionedPrefix()
number of partitioned prefix
|
boolean |
getPartitionedPrefixEnabled()
whether partitioned_prefix is enabled or not, default: false
|
java.lang.String |
getPathPrefix()
sub path related to the bucket
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
sub path related to the bucket
|
java.lang.String |
getRegion()
string region = 2; |
com.google.protobuf.ByteString |
getRegionBytes()
string region = 2; |
boolean |
hasCredential()
.staros.AwsCredentialInfo credential = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getBucket()
string bucket = 1;com.google.protobuf.ByteString getBucketBytes()
string bucket = 1;java.lang.String getRegion()
string region = 2;com.google.protobuf.ByteString getRegionBytes()
string region = 2;java.lang.String getEndpoint()
string endpoint = 3;com.google.protobuf.ByteString getEndpointBytes()
string endpoint = 3;boolean hasCredential()
.staros.AwsCredentialInfo credential = 4;AwsCredentialInfo getCredential()
.staros.AwsCredentialInfo credential = 4;AwsCredentialInfoOrBuilder getCredentialOrBuilder()
.staros.AwsCredentialInfo credential = 4;java.lang.String getPathPrefix()
sub path related to the bucket
string path_prefix = 5;com.google.protobuf.ByteString getPathPrefixBytes()
sub path related to the bucket
string path_prefix = 5;boolean getPartitionedPrefixEnabled()
whether partitioned_prefix is enabled or not, default: false
bool partitioned_prefix_enabled = 6;int getNumPartitionedPrefix()
number of partitioned prefix
uint32 num_partitioned_prefix = 7;Copyright © 2024. All rights reserved.