Interface CertificateDescription.KeyIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateDescription.KeyId
,CertificateDescription.KeyId.Builder
- Enclosing class:
- CertificateDescription
public static interface CertificateDescription.KeyIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyId()
Optional.com.google.protobuf.ByteString
getKeyIdBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeyId
String getKeyId()
Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The keyId.
-
getKeyIdBytes
com.google.protobuf.ByteString getKeyIdBytes()
Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
string key_id = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for keyId.
-
-