public static interface Brpb.CloudDynamicOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsAttrs(String key)
map<string, string> attrs = 3; |
Map<String,String> |
getAttrs()
Deprecated.
|
int |
getAttrsCount()
map<string, string> attrs = 3; |
Map<String,String> |
getAttrsMap()
map<string, string> attrs = 3; |
String |
getAttrsOrDefault(String key,
String defaultValue)
map<string, string> attrs = 3; |
String |
getAttrsOrThrow(String key)
map<string, string> attrs = 3; |
Brpb.Bucket |
getBucket()
.backup.Bucket bucket = 1; |
Brpb.BucketOrBuilder |
getBucketOrBuilder()
.backup.Bucket bucket = 1; |
String |
getProviderName()
s3, gcs and azureBlobStorage are supported
|
com.google.protobuf.ByteString |
getProviderNameBytes()
s3, gcs and azureBlobStorage are supported
|
boolean |
hasBucket()
.backup.Bucket bucket = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
.backup.Bucket bucket = 1;
Brpb.Bucket getBucket()
.backup.Bucket bucket = 1;
Brpb.BucketOrBuilder getBucketOrBuilder()
.backup.Bucket bucket = 1;
String getProviderName()
s3, gcs and azureBlobStorage are supported
string provider_name = 2;
com.google.protobuf.ByteString getProviderNameBytes()
s3, gcs and azureBlobStorage are supported
string provider_name = 2;
int getAttrsCount()
map<string, string> attrs = 3;
boolean containsAttrs(String key)
map<string, string> attrs = 3;
@Deprecated Map<String,String> getAttrs()
getAttrsMap()
instead.String getAttrsOrDefault(String key, String defaultValue)
map<string, string> attrs = 3;
Copyright © 2024 PingCAP. All rights reserved.