public interface SignedUrlKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
Name of the key.
|
com.google.protobuf.ByteString |
getKeyNameBytes()
Name of the key.
|
String |
getKeyValue()
128-bit key value used for signing the URL.
|
com.google.protobuf.ByteString |
getKeyValueBytes()
128-bit key value used for signing the URL.
|
boolean |
hasKeyName()
Name of the key.
|
boolean |
hasKeyValue()
128-bit key value used for signing the URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyName()
Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string key_name = 500938859;String getKeyName()
Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string key_name = 500938859;com.google.protobuf.ByteString getKeyNameBytes()
Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string key_name = 500938859;boolean hasKeyValue()
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.
optional string key_value = 504106897;String getKeyValue()
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.
optional string key_value = 504106897;com.google.protobuf.ByteString getKeyValueBytes()
128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.
optional string key_value = 504106897;Copyright © 2023 Google LLC. All rights reserved.