| Modifier and Type | Method and Description |
|---|---|
static ScanConfig.UserAgent |
ScanConfig.UserAgent.forNumber(int value) |
ScanConfig.UserAgent |
ScanConfigOrBuilder.getUserAgent()
The user agent used during scanning.
|
ScanConfig.UserAgent |
ScanConfig.getUserAgent()
The user agent used during scanning.
|
ScanConfig.UserAgent |
ScanConfig.Builder.getUserAgent()
The user agent used during scanning.
|
static ScanConfig.UserAgent |
ScanConfig.UserAgent.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScanConfig.UserAgent |
ScanConfig.UserAgent.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanConfig.UserAgent |
ScanConfig.UserAgent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConfig.UserAgent[] |
ScanConfig.UserAgent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ScanConfig.UserAgent> |
ScanConfig.UserAgent.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ScanConfig.Builder |
ScanConfig.Builder.setUserAgent(ScanConfig.UserAgent value)
The user agent used during scanning.
|
Copyright © 2019 Google LLC. All rights reserved.