public static interface ClientQCloudObjectStorageProtocolProtos.GetSTSResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheckAuth()
optional bool checkAuth = 4; |
String |
getTempAK()
optional string tempAK = 1; |
com.google.protobuf.ByteString |
getTempAKBytes()
optional string tempAK = 1; |
String |
getTempSK()
optional string tempSK = 2; |
com.google.protobuf.ByteString |
getTempSKBytes()
optional string tempSK = 2; |
String |
getTempToken()
optional string tempToken = 3; |
com.google.protobuf.ByteString |
getTempTokenBytes()
optional string tempToken = 3; |
boolean |
hasCheckAuth()
optional bool checkAuth = 4; |
boolean |
hasTempAK()
optional string tempAK = 1; |
boolean |
hasTempSK()
optional string tempSK = 2; |
boolean |
hasTempToken()
optional string tempToken = 3; |
boolean hasTempAK()
optional string tempAK = 1;String getTempAK()
optional string tempAK = 1;com.google.protobuf.ByteString getTempAKBytes()
optional string tempAK = 1;boolean hasTempSK()
optional string tempSK = 2;String getTempSK()
optional string tempSK = 2;com.google.protobuf.ByteString getTempSKBytes()
optional string tempSK = 2;boolean hasTempToken()
optional string tempToken = 3;String getTempToken()
optional string tempToken = 3;com.google.protobuf.ByteString getTempTokenBytes()
optional string tempToken = 3;boolean hasCheckAuth()
optional bool checkAuth = 4;boolean getCheckAuth()
optional bool checkAuth = 4;Copyright © 2022. All rights reserved.