Package com.google.api.apikeys.v2
Interface GetKeyStringResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetKeyStringResponse,GetKeyStringResponse.Builder
public interface GetKeyStringResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKeyString()An encrypted and signed value of the key.com.google.protobuf.ByteStringgetKeyStringBytes()An encrypted and signed value of the key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeyString
String getKeyString()
An encrypted and signed value of the key.
string key_string = 1;- Returns:
- The keyString.
-
getKeyStringBytes
com.google.protobuf.ByteString getKeyStringBytes()
An encrypted and signed value of the key.
string key_string = 1;- Returns:
- The bytes for keyString.
-
-