public static interface ClientQCloudObjectStorageProtocolProtos.CheckPermissionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientQCloudObjectStorageProtocolProtos.AccessType |
getAccessType()
required .qcloud.object.storage.AccessType accessType = 2; |
String |
getBucketName()
optional string bucketName = 3; |
com.google.protobuf.ByteString |
getBucketNameBytes()
optional string bucketName = 3; |
String |
getChdfsPath()
optional string chdfsPath = 6; |
com.google.protobuf.ByteString |
getChdfsPathBytes()
optional string chdfsPath = 6; |
ClientQCloudObjectStorageProtocolProtos.UserCredentials |
getCred()
optional .qcloud.object.storage.UserCredentials cred = 7; |
ClientQCloudObjectStorageProtocolProtos.UserCredentialsOrBuilder |
getCredOrBuilder()
optional .qcloud.object.storage.UserCredentials cred = 7; |
String |
getFsMountPoint()
optional string fsMountPoint = 5; |
com.google.protobuf.ByteString |
getFsMountPointBytes()
optional string fsMountPoint = 5; |
String |
getObjectKey()
optional string objectKey = 4; |
com.google.protobuf.ByteString |
getObjectKeyBytes()
optional string objectKey = 4; |
ClientQCloudObjectStorageProtocolProtos.ServiceType |
getServiceType()
required .qcloud.object.storage.ServiceType serviceType = 1; |
boolean |
hasAccessType()
required .qcloud.object.storage.AccessType accessType = 2; |
boolean |
hasBucketName()
optional string bucketName = 3; |
boolean |
hasChdfsPath()
optional string chdfsPath = 6; |
boolean |
hasCred()
optional .qcloud.object.storage.UserCredentials cred = 7; |
boolean |
hasFsMountPoint()
optional string fsMountPoint = 5; |
boolean |
hasObjectKey()
optional string objectKey = 4; |
boolean |
hasServiceType()
required .qcloud.object.storage.ServiceType serviceType = 1; |
boolean hasServiceType()
required .qcloud.object.storage.ServiceType serviceType = 1;ClientQCloudObjectStorageProtocolProtos.ServiceType getServiceType()
required .qcloud.object.storage.ServiceType serviceType = 1;boolean hasAccessType()
required .qcloud.object.storage.AccessType accessType = 2;ClientQCloudObjectStorageProtocolProtos.AccessType getAccessType()
required .qcloud.object.storage.AccessType accessType = 2;boolean hasBucketName()
optional string bucketName = 3;String getBucketName()
optional string bucketName = 3;com.google.protobuf.ByteString getBucketNameBytes()
optional string bucketName = 3;boolean hasObjectKey()
optional string objectKey = 4;String getObjectKey()
optional string objectKey = 4;com.google.protobuf.ByteString getObjectKeyBytes()
optional string objectKey = 4;boolean hasFsMountPoint()
optional string fsMountPoint = 5;String getFsMountPoint()
optional string fsMountPoint = 5;com.google.protobuf.ByteString getFsMountPointBytes()
optional string fsMountPoint = 5;boolean hasChdfsPath()
optional string chdfsPath = 6;String getChdfsPath()
optional string chdfsPath = 6;com.google.protobuf.ByteString getChdfsPathBytes()
optional string chdfsPath = 6;boolean hasCred()
optional .qcloud.object.storage.UserCredentials cred = 7;ClientQCloudObjectStorageProtocolProtos.UserCredentials getCred()
optional .qcloud.object.storage.UserCredentials cred = 7;ClientQCloudObjectStorageProtocolProtos.UserCredentialsOrBuilder getCredOrBuilder()
optional .qcloud.object.storage.UserCredentials cred = 7;Copyright © 2022. All rights reserved.