Interface SessionAttributeKeyValuePairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SessionAttributeKeyValuePair, SessionAttributeKeyValuePair.Builder

public interface SessionAttributeKeyValuePairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSessionAttributeKey

      String getSessionAttributeKey()
       Required. The name of the session attribute.
       
      string session_attribute_key = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The sessionAttributeKey.
    • getSessionAttributeKeyBytes

      com.google.protobuf.ByteString getSessionAttributeKeyBytes()
       Required. The name of the session attribute.
       
      string session_attribute_key = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for sessionAttributeKey.
    • getSessionAttributeValue

      String getSessionAttributeValue()
       Required. The value of the session attribute.
       
      string session_attribute_value = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The sessionAttributeValue.
    • getSessionAttributeValueBytes

      com.google.protobuf.ByteString getSessionAttributeValueBytes()
       Required. The value of the session attribute.
       
      string session_attribute_value = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for sessionAttributeValue.