Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
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(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 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 © 2022 Google LLC. All rights reserved.