Package viam.app.v1
Class Robot.NetworkConfig
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Robot.NetworkConfig,Robot.NetworkConfig.Builder>
viam.app.v1.Robot.NetworkConfig
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Robot.NetworkConfigOrBuilder
- Enclosing class:
- Robot
public static final class Robot.NetworkConfig
extends com.google.protobuf.GeneratedMessageLite<Robot.NetworkConfig,Robot.NetworkConfig.Builder>
implements Robot.NetworkConfigOrBuilder
Protobuf type
viam.app.v1.NetworkConfig-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.v1.NetworkConfigNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) string bind_address = 2 [json_name = "bindAddress"];com.google.protobuf.ByteStringstring bind_address = 2 [json_name = "bindAddress"];static Robot.NetworkConfiggetFqdn()string fqdn = 1 [json_name = "fqdn"];com.google.protobuf.ByteStringstring fqdn = 1 [json_name = "fqdn"];booleangetNoTls()bool no_tls = 7 [json_name = "noTls"];.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];string tls_cert_file = 3 [json_name = "tlsCertFile"];com.google.protobuf.ByteStringstring tls_cert_file = 3 [json_name = "tlsCertFile"];string tls_key_file = 4 [json_name = "tlsKeyFile"];com.google.protobuf.ByteStringstring tls_key_file = 4 [json_name = "tlsKeyFile"];getTrafficTunnelEndpoints(int index) repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];intrepeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];getTrafficTunnelEndpointsOrBuilder(int index) repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];List<? extends Robot.TrafficTunnelEndpointOrBuilder>repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];boolean.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];static Robot.NetworkConfig.Builderstatic Robot.NetworkConfig.BuildernewBuilder(Robot.NetworkConfig prototype) static Robot.NetworkConfigparseDelimitedFrom(InputStream input) static Robot.NetworkConfigparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfigparseFrom(byte[] data) static Robot.NetworkConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfigparseFrom(com.google.protobuf.ByteString data) static Robot.NetworkConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfigparseFrom(com.google.protobuf.CodedInputStream input) static Robot.NetworkConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfigparseFrom(InputStream input) static Robot.NetworkConfigparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfigparseFrom(ByteBuffer data) static Robot.NetworkConfigparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Robot.NetworkConfig>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
FQDN_FIELD_NUMBER
public static final int FQDN_FIELD_NUMBER- See Also:
-
BIND_ADDRESS_FIELD_NUMBER
public static final int BIND_ADDRESS_FIELD_NUMBER- See Also:
-
TLS_CERT_FILE_FIELD_NUMBER
public static final int TLS_CERT_FILE_FIELD_NUMBER- See Also:
-
TLS_KEY_FILE_FIELD_NUMBER
public static final int TLS_KEY_FILE_FIELD_NUMBER- See Also:
-
SESSIONS_FIELD_NUMBER
public static final int SESSIONS_FIELD_NUMBER- See Also:
-
TRAFFIC_TUNNEL_ENDPOINTS_FIELD_NUMBER
public static final int TRAFFIC_TUNNEL_ENDPOINTS_FIELD_NUMBER- See Also:
-
NO_TLS_FIELD_NUMBER
public static final int NO_TLS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getFqdn
string fqdn = 1 [json_name = "fqdn"];- Specified by:
getFqdnin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The fqdn.
-
getFqdnBytes
public com.google.protobuf.ByteString getFqdnBytes()string fqdn = 1 [json_name = "fqdn"];- Specified by:
getFqdnBytesin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The bytes for fqdn.
-
getBindAddress
string bind_address = 2 [json_name = "bindAddress"];- Specified by:
getBindAddressin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The bindAddress.
-
getBindAddressBytes
public com.google.protobuf.ByteString getBindAddressBytes()string bind_address = 2 [json_name = "bindAddress"];- Specified by:
getBindAddressBytesin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The bytes for bindAddress.
-
getTlsCertFile
string tls_cert_file = 3 [json_name = "tlsCertFile"];- Specified by:
getTlsCertFilein interfaceRobot.NetworkConfigOrBuilder- Returns:
- The tlsCertFile.
-
getTlsCertFileBytes
public com.google.protobuf.ByteString getTlsCertFileBytes()string tls_cert_file = 3 [json_name = "tlsCertFile"];- Specified by:
getTlsCertFileBytesin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The bytes for tlsCertFile.
-
getTlsKeyFile
string tls_key_file = 4 [json_name = "tlsKeyFile"];- Specified by:
getTlsKeyFilein interfaceRobot.NetworkConfigOrBuilder- Returns:
- The tlsKeyFile.
-
getTlsKeyFileBytes
public com.google.protobuf.ByteString getTlsKeyFileBytes()string tls_key_file = 4 [json_name = "tlsKeyFile"];- Specified by:
getTlsKeyFileBytesin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The bytes for tlsKeyFile.
-
hasSessions
public boolean hasSessions().viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];- Specified by:
hasSessionsin interfaceRobot.NetworkConfigOrBuilder- Returns:
- Whether the sessions field is set.
-
getSessions
.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];- Specified by:
getSessionsin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The sessions.
-
getTrafficTunnelEndpointsList
repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];- Specified by:
getTrafficTunnelEndpointsListin interfaceRobot.NetworkConfigOrBuilder
-
getTrafficTunnelEndpointsOrBuilderList
public List<? extends Robot.TrafficTunnelEndpointOrBuilder> getTrafficTunnelEndpointsOrBuilderList()repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"]; -
getTrafficTunnelEndpointsCount
public int getTrafficTunnelEndpointsCount()repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];- Specified by:
getTrafficTunnelEndpointsCountin interfaceRobot.NetworkConfigOrBuilder
-
getTrafficTunnelEndpoints
repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"];- Specified by:
getTrafficTunnelEndpointsin interfaceRobot.NetworkConfigOrBuilder
-
getTrafficTunnelEndpointsOrBuilder
repeated .viam.app.v1.TrafficTunnelEndpoint traffic_tunnel_endpoints = 6 [json_name = "trafficTunnelEndpoints"]; -
getNoTls
public boolean getNoTls()bool no_tls = 7 [json_name = "noTls"];- Specified by:
getNoTlsin interfaceRobot.NetworkConfigOrBuilder- Returns:
- The noTls.
-
parseFrom
public static Robot.NetworkConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.NetworkConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.NetworkConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.NetworkConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.NetworkConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.NetworkConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Robot.NetworkConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Robot.NetworkConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Robot.NetworkConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Robot.NetworkConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Robot.NetworkConfig,Robot.NetworkConfig.Builder>
-
getDefaultInstance
-
parser
-