public static interface Brpb.GCSOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
string bucket = 2; |
com.google.protobuf.ByteString |
getBucketBytes()
string bucket = 2; |
String |
getCredentialsBlob()
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.
|
com.google.protobuf.ByteString |
getCredentialsBlobBytes()
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.
|
String |
getEndpoint()
string endpoint = 1; |
com.google.protobuf.ByteString |
getEndpointBytes()
string endpoint = 1; |
String |
getPredefinedAcl()
If not empty, applies a predefined set of access controls.
|
com.google.protobuf.ByteString |
getPredefinedAclBytes()
If not empty, applies a predefined set of access controls.
|
String |
getPrefix()
string prefix = 3; |
com.google.protobuf.ByteString |
getPrefixBytes()
string prefix = 3; |
String |
getStorageClass()
string storage_class = 4; |
com.google.protobuf.ByteString |
getStorageClassBytes()
string storage_class = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEndpoint()
string endpoint = 1;com.google.protobuf.ByteString getEndpointBytes()
string endpoint = 1;String getBucket()
string bucket = 2;com.google.protobuf.ByteString getBucketBytes()
string bucket = 2;String getPrefix()
string prefix = 3;com.google.protobuf.ByteString getPrefixBytes()
string prefix = 3;String getStorageClass()
string storage_class = 4;com.google.protobuf.ByteString getStorageClassBytes()
string storage_class = 4;String getPredefinedAcl()
If not empty, applies a predefined set of access controls. See https://cloud.google.com/storage/docs/access-control/lists#predefined-acl for valid values.
string predefined_acl = 5;com.google.protobuf.ByteString getPredefinedAclBytes()
If not empty, applies a predefined set of access controls. See https://cloud.google.com/storage/docs/access-control/lists#predefined-acl for valid values.
string predefined_acl = 5;String getCredentialsBlob()
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.
string credentials_blob = 6;com.google.protobuf.ByteString getCredentialsBlobBytes()
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.
string credentials_blob = 6;Copyright © 2025 PingCAP. All rights reserved.