Package com.viam.service.navigation.v1
Class Navigation.AddWaypointRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Navigation.AddWaypointRequest,Navigation.AddWaypointRequest.Builder>
com.viam.service.navigation.v1.Navigation.AddWaypointRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Navigation.AddWaypointRequestOrBuilder
,Cloneable
- Enclosing class:
- Navigation.AddWaypointRequest
public static final class Navigation.AddWaypointRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Navigation.AddWaypointRequest,Navigation.AddWaypointRequest.Builder>
implements Navigation.AddWaypointRequestOrBuilder
Protobuf type
viam.service.navigation.v1.AddWaypointRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionAdditional arguments to the method.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
string name = 1 [json_name = "name"];
com.google.protobuf.Struct
getExtra()
Additional arguments to the method.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString
string name = 1 [json_name = "name"];
boolean
hasExtra()
Additional arguments to the methodboolean
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
mergeExtra
(com.google.protobuf.Struct value) Additional arguments to the methodmergeLocation
(Common.GeoPoint value) .viam.common.v1.GeoPoint location = 2 [json_name = "location"];
setExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra
(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the methodsetLocation
(Common.GeoPoint value) .viam.common.v1.GeoPoint location = 2 [json_name = "location"];
setLocation
(Common.GeoPoint.Builder builderForValue) .viam.common.v1.GeoPoint location = 2 [json_name = "location"];
string name = 1 [json_name = "name"];
setNameBytes
(com.google.protobuf.ByteString value) string name = 1 [json_name = "name"];
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
-
getName
string name = 1 [json_name = "name"];
- Specified by:
getName
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- The bytes for name.
-
setName
string name = 1 [json_name = "name"];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 1 [json_name = "name"];
- Returns:
- This builder for chaining.
-
setNameBytes
string name = 1 [json_name = "name"];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasLocation
public boolean hasLocation().viam.common.v1.GeoPoint location = 2 [json_name = "location"];
- Specified by:
hasLocation
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- Whether the location field is set.
-
getLocation
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
- Specified by:
getLocation
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- The location.
-
setLocation
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
-
setLocation
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
-
mergeLocation
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
-
clearLocation
.viam.common.v1.GeoPoint location = 2 [json_name = "location"];
-
hasExtra
public boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
hasExtra
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- Whether the extra field is set.
-
getExtra
public com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
getExtra
in interfaceNavigation.AddWaypointRequestOrBuilder
- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
setExtra
public Navigation.AddWaypointRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
mergeExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
clearExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-