Interface WorldStateStore.GetTransformRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
WorldStateStore.GetTransformRequest
,WorldStateStore.GetTransformRequest.Builder
- Enclosing class:
- WorldStateStore
public static interface WorldStateStore.GetTransformRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Additional arguments to the methodgetName()
Name of the world object store servicecom.google.protobuf.ByteString
Name of the world object store servicecom.google.protobuf.ByteString
getUuid()
bytes uuid = 2 [json_name = "uuid"];
boolean
hasExtra()
Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Name of the world object store service
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the world object store service
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getUuid
com.google.protobuf.ByteString getUuid()bytes uuid = 2 [json_name = "uuid"];
- Returns:
- The uuid.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-