Package viam.app.v1
Class App.GetLocationResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetLocationResponse,App.GetLocationResponse.Builder>
viam.app.v1.App.GetLocationResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.GetLocationResponseOrBuilder
- Enclosing class:
- App.GetLocationResponse
public static final class App.GetLocationResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetLocationResponse,App.GetLocationResponse.Builder>
implements App.GetLocationResponseOrBuilder
Protobuf type
viam.app.v1.GetLocationResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionLocation object is returned.Location object is returned.boolean
Location object is returned.mergeLocation
(App.Location value) Location object is returned.setLocation
(App.Location value) Location object is returned.setLocation
(App.Location.Builder builderForValue) Location object is returned.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasLocation
public boolean hasLocation()Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
- Specified by:
hasLocation
in interfaceApp.GetLocationResponseOrBuilder
- Returns:
- Whether the location field is set.
-
getLocation
Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
- Specified by:
getLocation
in interfaceApp.GetLocationResponseOrBuilder
- Returns:
- The location.
-
setLocation
Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
-
setLocation
Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
-
mergeLocation
Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
-
clearLocation
Location object is returned.
.viam.app.v1.Location location = 1 [json_name = "location"];
-