Interface ScopedRouteConfiguration.Key.FragmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getStringKey()
      A string to match against.
      com.google.protobuf.ByteString getStringKeyBytes()
      A string to match against.
      ScopedRouteConfiguration.Key.Fragment.TypeCase getTypeCase()  
      boolean hasStringKey()
      A string to match against.
      • 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 Detail

      • hasStringKey

        boolean hasStringKey()
         A string to match against.
         
        string string_key = 1;
        Returns:
        Whether the stringKey field is set.
      • getStringKey

        java.lang.String getStringKey()
         A string to match against.
         
        string string_key = 1;
        Returns:
        The stringKey.
      • getStringKeyBytes

        com.google.protobuf.ByteString getStringKeyBytes()
         A string to match against.
         
        string string_key = 1;
        Returns:
        The bytes for stringKey.