Package viam.app.v1
Class Robot.AuthConfig
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Robot.AuthConfig,Robot.AuthConfig.Builder>
viam.app.v1.Robot.AuthConfig
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Robot.AuthConfigOrBuilder
- Enclosing class:
- Robot
public static final class Robot.AuthConfig
extends com.google.protobuf.GeneratedMessageLite<Robot.AuthConfig,Robot.AuthConfig.Builder>
implements Robot.AuthConfigOrBuilder
Protobuf type
viam.app.v1.AuthConfig-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.v1.AuthConfigNested 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 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) static Robot.AuthConfigoptional .viam.app.v1.ExternalAuthConfig external_auth_config = 3 [json_name = "externalAuthConfig"];getHandlers(int index) repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];intrepeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];getHandlersOrBuilder(int index) repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];List<? extends Robot.AuthHandlerConfigOrBuilder>repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];getTlsAuthEntities(int index) repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];com.google.protobuf.ByteStringgetTlsAuthEntitiesBytes(int index) repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];intrepeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];booleanoptional .viam.app.v1.ExternalAuthConfig external_auth_config = 3 [json_name = "externalAuthConfig"];static Robot.AuthConfig.Builderstatic Robot.AuthConfig.BuildernewBuilder(Robot.AuthConfig prototype) static Robot.AuthConfigparseDelimitedFrom(InputStream input) static Robot.AuthConfigparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.AuthConfigparseFrom(byte[] data) static Robot.AuthConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.AuthConfigparseFrom(com.google.protobuf.ByteString data) static Robot.AuthConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.AuthConfigparseFrom(com.google.protobuf.CodedInputStream input) static Robot.AuthConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.AuthConfigparseFrom(InputStream input) static Robot.AuthConfigparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Robot.AuthConfigparseFrom(ByteBuffer data) static Robot.AuthConfigparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Robot.AuthConfig>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
-
HANDLERS_FIELD_NUMBER
public static final int HANDLERS_FIELD_NUMBER- See Also:
-
TLS_AUTH_ENTITIES_FIELD_NUMBER
public static final int TLS_AUTH_ENTITIES_FIELD_NUMBER- See Also:
-
EXTERNAL_AUTH_CONFIG_FIELD_NUMBER
public static final int EXTERNAL_AUTH_CONFIG_FIELD_NUMBER- See Also:
-
-
Method Details
-
getHandlersList
repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];- Specified by:
getHandlersListin interfaceRobot.AuthConfigOrBuilder
-
getHandlersOrBuilderList
repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"]; -
getHandlersCount
public int getHandlersCount()repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];- Specified by:
getHandlersCountin interfaceRobot.AuthConfigOrBuilder
-
getHandlers
repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"];- Specified by:
getHandlersin interfaceRobot.AuthConfigOrBuilder
-
getHandlersOrBuilder
repeated .viam.app.v1.AuthHandlerConfig handlers = 1 [json_name = "handlers"]; -
getTlsAuthEntitiesList
repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];- Specified by:
getTlsAuthEntitiesListin interfaceRobot.AuthConfigOrBuilder- Returns:
- A list containing the tlsAuthEntities.
-
getTlsAuthEntitiesCount
public int getTlsAuthEntitiesCount()repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];- Specified by:
getTlsAuthEntitiesCountin interfaceRobot.AuthConfigOrBuilder- Returns:
- The count of tlsAuthEntities.
-
getTlsAuthEntities
repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];- Specified by:
getTlsAuthEntitiesin interfaceRobot.AuthConfigOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tlsAuthEntities at the given index.
-
getTlsAuthEntitiesBytes
public com.google.protobuf.ByteString getTlsAuthEntitiesBytes(int index) repeated string tls_auth_entities = 2 [json_name = "tlsAuthEntities"];- Specified by:
getTlsAuthEntitiesBytesin interfaceRobot.AuthConfigOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tlsAuthEntities at the given index.
-
hasExternalAuthConfig
public boolean hasExternalAuthConfig()optional .viam.app.v1.ExternalAuthConfig external_auth_config = 3 [json_name = "externalAuthConfig"];- Specified by:
hasExternalAuthConfigin interfaceRobot.AuthConfigOrBuilder- Returns:
- Whether the externalAuthConfig field is set.
-
getExternalAuthConfig
optional .viam.app.v1.ExternalAuthConfig external_auth_config = 3 [json_name = "externalAuthConfig"];- Specified by:
getExternalAuthConfigin interfaceRobot.AuthConfigOrBuilder- Returns:
- The externalAuthConfig.
-
parseFrom
public static Robot.AuthConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.AuthConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.AuthConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.AuthConfig 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.AuthConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Robot.AuthConfig 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.AuthConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Robot.AuthConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Robot.AuthConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Robot.AuthConfig 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.AuthConfig,Robot.AuthConfig.Builder>
-
getDefaultInstance
-
parser
-