Interface AssessmentEnvironmentOrBuilder (3.46.0)

public interface AssessmentEnvironmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClient()

public abstract String 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];

Returns
Type Description
String

The client.

getClientBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for client.

getVersion()

public abstract String getVersion()

Optional. The version of the client module. For example, "1.0.0".

string version = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Optional. The version of the client module. For example, "1.0.0".

string version = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for version.