Package com.streamlayer.triggers
Interface GetMetadataResponse.GameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetMetadataResponse.Game,GetMetadataResponse.Game.Builder
- Enclosing class:
- GetMetadataResponse
public static interface GetMetadataResponse.GameOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDatasource()string datasource = 3 [json_name = "datasource"];com.google.protobuf.ByteStringgetDatasourceBytes()string datasource = 3 [json_name = "datasource"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetScope()string scope = 4 [json_name = "scope"];com.google.protobuf.ByteStringgetScopeBytes()string scope = 4 [json_name = "scope"];java.lang.StringgetSport()string sport = 2 [json_name = "sport"];com.google.protobuf.ByteStringgetSportBytes()string sport = 2 [json_name = "sport"];
-
-
-
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.
-
-