public static interface SessionRefreshConfig.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Output only.
|
com.google.protobuf.ByteString |
getKeyBytes()
Output only.
|
com.google.protobuf.ByteString |
getValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
Output only. The key for the metadata entry.
string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getKeyBytes()
Output only. The key for the metadata entry.
string key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getValue()
Output only. The value for the metadata entry.
bytes value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2026 Google LLC. All rights reserved.