Interface GetMetadataResponse.GameOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDatasource()
      string datasource = 3 [json_name = "datasource"];
      com.google.protobuf.ByteString getDatasourceBytes()
      string datasource = 3 [json_name = "datasource"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getScope()
      string scope = 4 [json_name = "scope"];
      com.google.protobuf.ByteString getScopeBytes()
      string scope = 4 [json_name = "scope"];
      java.lang.String getSport()
      string sport = 2 [json_name = "sport"];
      com.google.protobuf.ByteString getSportBytes()
      string sport = 2 [json_name = "sport"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getSport

        java.lang.String getSport()
        string sport = 2 [json_name = "sport"];
        Returns:
        The sport.
      • getSportBytes

        com.google.protobuf.ByteString getSportBytes()
        string sport = 2 [json_name = "sport"];
        Returns:
        The bytes for sport.
      • getDatasource

        java.lang.String getDatasource()
        string datasource = 3 [json_name = "datasource"];
        Returns:
        The datasource.
      • getDatasourceBytes

        com.google.protobuf.ByteString getDatasourceBytes()
        string datasource = 3 [json_name = "datasource"];
        Returns:
        The bytes for datasource.
      • getScope

        java.lang.String getScope()
        string scope = 4 [json_name = "scope"];
        Returns:
        The scope.
      • getScopeBytes

        com.google.protobuf.ByteString getScopeBytes()
        string scope = 4 [json_name = "scope"];
        Returns:
        The bytes for scope.