Interface Navigation.GetPropertiesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Navigation.GetPropertiesRequest, Navigation.GetPropertiesRequest.Builder
Enclosing class:
Navigation

public static interface Navigation.GetPropertiesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the navigation service
    com.google.protobuf.ByteString
    Name of the navigation service

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       Name of the navigation service
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the navigation service
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.