public interface AssessmentEnvironmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClient()
Optional.
|
com.google.protobuf.ByteString |
getClientBytes()
Optional.
|
String |
getVersion()
Optional.
|
com.google.protobuf.ByteString |
getVersionBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClient()
Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include: - "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" - "cloud.google.com/recaptcha/docs/implement-waf-akamai" - "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-something"
string client = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getClientBytes()
Optional. Identifies the client module initiating the CreateAssessment request. This can be the link to the client module's project. Examples include: - "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" - "cloud.google.com/recaptcha/docs/implement-waf-akamai" - "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-something"
string client = 1 [(.google.api.field_behavior) = OPTIONAL];String getVersion()
Optional. The version of the client module. For example, "1.0.0".
string version = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getVersionBytes()
Optional. The version of the client module. For example, "1.0.0".
string version = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.