Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Brpb.GCS.Builder |
Brpb.GCS.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clear() |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearBucket()
string bucket = 2; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearCredentialsBlob()
Service Account Credentials JSON blob
You can get one from https://console.cloud.google.com/apis/credentials, and
copy the content, set it as string here.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearEndpoint()
string endpoint = 1; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearPredefinedAcl()
If not empty, applies a predefined set of access controls.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearPrefix()
string prefix = 3; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clearStorageClass()
string storage_class = 4; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.clone() |
Brpb.GCS.Builder |
Brpb.StorageBackend.Builder.getGcsBuilder()
.backup.GCS gcs = 4; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.mergeFrom(Brpb.GCS other) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.mergeFrom(com.google.protobuf.Message other) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Brpb.GCS.Builder |
Brpb.GCS.newBuilder() |
static Brpb.GCS.Builder |
Brpb.GCS.newBuilder(Brpb.GCS prototype) |
Brpb.GCS.Builder |
Brpb.GCS.newBuilderForType() |
protected Brpb.GCS.Builder |
Brpb.GCS.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setBucket(String value)
string bucket = 2; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setBucketBytes(com.google.protobuf.ByteString value)
string bucket = 2; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setCredentialsBlob(String value)
Service Account Credentials JSON blob
You can get one from https://console.cloud.google.com/apis/credentials, and
copy the content, set it as string here.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.setCredentialsBlobBytes(com.google.protobuf.ByteString value)
Service Account Credentials JSON blob
You can get one from https://console.cloud.google.com/apis/credentials, and
copy the content, set it as string here.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.setEndpoint(String value)
string endpoint = 1; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setEndpointBytes(com.google.protobuf.ByteString value)
string endpoint = 1; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setPredefinedAcl(String value)
If not empty, applies a predefined set of access controls.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.setPredefinedAclBytes(com.google.protobuf.ByteString value)
If not empty, applies a predefined set of access controls.
|
Brpb.GCS.Builder |
Brpb.GCS.Builder.setPrefix(String value)
string prefix = 3; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setPrefixBytes(com.google.protobuf.ByteString value)
string prefix = 3; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setStorageClass(String value)
string storage_class = 4; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setStorageClassBytes(com.google.protobuf.ByteString value)
string storage_class = 4; |
Brpb.GCS.Builder |
Brpb.GCS.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Brpb.GCS.Builder |
Brpb.GCS.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Brpb.StorageBackend.Builder |
Brpb.StorageBackend.Builder.setGcs(Brpb.GCS.Builder builderForValue)
.backup.GCS gcs = 4; |
Copyright © 2024 PingCAP. All rights reserved.