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
Modifier and TypeClassDescriptionstatic final class
Protobuf typeviam.app.v1.NetworkConfig
Nested 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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) string bind_address = 2 [json_name = "bindAddress"];
com.google.protobuf.ByteString
string bind_address = 2 [json_name = "bindAddress"];
static Robot.NetworkConfig
getFqdn()
string fqdn = 1 [json_name = "fqdn"];
com.google.protobuf.ByteString
string fqdn = 1 [json_name = "fqdn"];
.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];
string tls_cert_file = 3 [json_name = "tlsCertFile"];
com.google.protobuf.ByteString
string tls_cert_file = 3 [json_name = "tlsCertFile"];
string tls_key_file = 4 [json_name = "tlsKeyFile"];
com.google.protobuf.ByteString
string tls_key_file = 4 [json_name = "tlsKeyFile"];
boolean
.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];
static Robot.NetworkConfig.Builder
static Robot.NetworkConfig.Builder
newBuilder
(Robot.NetworkConfig prototype) static Robot.NetworkConfig
parseDelimitedFrom
(InputStream input) static Robot.NetworkConfig
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfig
parseFrom
(byte[] data) static Robot.NetworkConfig
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfig
parseFrom
(com.google.protobuf.ByteString data) static Robot.NetworkConfig
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfig
parseFrom
(com.google.protobuf.CodedInputStream input) static Robot.NetworkConfig
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfig
parseFrom
(InputStream input) static Robot.NetworkConfig
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.NetworkConfig
parseFrom
(ByteBuffer data) static Robot.NetworkConfig
parseFrom
(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, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
-
-
Method Details
-
getFqdn
string fqdn = 1 [json_name = "fqdn"];
- Specified by:
getFqdn
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The fqdn.
-
getFqdnBytes
public com.google.protobuf.ByteString getFqdnBytes()string fqdn = 1 [json_name = "fqdn"];
- Specified by:
getFqdnBytes
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The bytes for fqdn.
-
getBindAddress
string bind_address = 2 [json_name = "bindAddress"];
- Specified by:
getBindAddress
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The bindAddress.
-
getBindAddressBytes
public com.google.protobuf.ByteString getBindAddressBytes()string bind_address = 2 [json_name = "bindAddress"];
- Specified by:
getBindAddressBytes
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The bytes for bindAddress.
-
getTlsCertFile
string tls_cert_file = 3 [json_name = "tlsCertFile"];
- Specified by:
getTlsCertFile
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The tlsCertFile.
-
getTlsCertFileBytes
public com.google.protobuf.ByteString getTlsCertFileBytes()string tls_cert_file = 3 [json_name = "tlsCertFile"];
- Specified by:
getTlsCertFileBytes
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The bytes for tlsCertFile.
-
getTlsKeyFile
string tls_key_file = 4 [json_name = "tlsKeyFile"];
- Specified by:
getTlsKeyFile
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The tlsKeyFile.
-
getTlsKeyFileBytes
public com.google.protobuf.ByteString getTlsKeyFileBytes()string tls_key_file = 4 [json_name = "tlsKeyFile"];
- Specified by:
getTlsKeyFileBytes
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The bytes for tlsKeyFile.
-
hasSessions
public boolean hasSessions().viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];
- Specified by:
hasSessions
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- Whether the sessions field is set.
-
getSessions
.viam.app.v1.SessionsConfig sessions = 5 [json_name = "sessions"];
- Specified by:
getSessions
in interfaceRobot.NetworkConfigOrBuilder
- Returns:
- The sessions.
-
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:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Robot.NetworkConfig,
Robot.NetworkConfig.Builder>
-
getDefaultInstance
-
parser
-