Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ScanConfig.UserAgent
-
Packages that use ScanConfig.UserAgent Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of ScanConfig.UserAgent in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ScanConfig.UserAgent Modifier and Type Method Description static ScanConfig.UserAgent
ScanConfig.UserAgent. forNumber(int value)
ScanConfig.UserAgent
ScanConfig.Builder. getUserAgent()
The user agent used during scanning.ScanConfig.UserAgent
ScanConfig. getUserAgent()
The user agent used during scanning.ScanConfig.UserAgent
ScanConfigOrBuilder. getUserAgent()
The user agent used during scanning.static ScanConfig.UserAgent
ScanConfig.UserAgent. valueOf(int value)
Deprecated.static ScanConfig.UserAgent
ScanConfig.UserAgent. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.websecurityscanner.v1alpha that return types with arguments of type ScanConfig.UserAgent Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScanConfig.UserAgent>
ScanConfig.UserAgent. internalGetValueMap()
Methods in com.google.cloud.websecurityscanner.v1alpha with parameters of type ScanConfig.UserAgent Modifier and Type Method Description ScanConfig.Builder
ScanConfig.Builder. setUserAgent(ScanConfig.UserAgent value)
The user agent used during scanning.
-