public interface KeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Optional.
|
AndroidKeySettings |
getAndroidSettings()
Settings for keys that can be used by Android apps.
|
AndroidKeySettingsOrBuilder |
getAndroidSettingsOrBuilder()
Settings for keys that can be used by Android apps.
|
com.google.protobuf.Timestamp |
getCreateTime()
The timestamp corresponding to the creation of this Key.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The timestamp corresponding to the creation of this Key.
|
String |
getDisplayName()
Human-readable display name of this key.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Human-readable display name of this key.
|
IOSKeySettings |
getIosSettings()
Settings for keys that can be used by iOS apps.
|
IOSKeySettingsOrBuilder |
getIosSettingsOrBuilder()
Settings for keys that can be used by iOS apps.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
String |
getName()
The resource name for the Key in the format
"projects/{project}/keys/{key}".
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the Key in the format
"projects/{project}/keys/{key}".
|
Key.PlatformSettingsCase |
getPlatformSettingsCase() |
WebKeySettings |
getWebSettings()
Settings for keys that can be used by websites.
|
WebKeySettingsOrBuilder |
getWebSettingsOrBuilder()
Settings for keys that can be used by websites.
|
boolean |
hasAndroidSettings()
Settings for keys that can be used by Android apps.
|
boolean |
hasCreateTime()
The timestamp corresponding to the creation of this Key.
|
boolean |
hasIosSettings()
Settings for keys that can be used by iOS apps.
|
boolean |
hasWebSettings()
Settings for keys that can be used by websites.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name for the Key in the format
"projects/{project}/keys/{key}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the Key in the format
"projects/{project}/keys/{key}".
string name = 1;String getDisplayName()
Human-readable display name of this key. Modifiable by user.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Human-readable display name of this key. Modifiable by user.
string display_name = 2;boolean hasWebSettings()
Settings for keys that can be used by websites.
.google.cloud.recaptchaenterprise.v1.WebKeySettings web_settings = 3;WebKeySettings getWebSettings()
Settings for keys that can be used by websites.
.google.cloud.recaptchaenterprise.v1.WebKeySettings web_settings = 3;WebKeySettingsOrBuilder getWebSettingsOrBuilder()
Settings for keys that can be used by websites.
.google.cloud.recaptchaenterprise.v1.WebKeySettings web_settings = 3;boolean hasAndroidSettings()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1.AndroidKeySettings android_settings = 4;AndroidKeySettings getAndroidSettings()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1.AndroidKeySettings android_settings = 4;AndroidKeySettingsOrBuilder getAndroidSettingsOrBuilder()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1.AndroidKeySettings android_settings = 4;boolean hasIosSettings()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1.IOSKeySettings ios_settings = 5;IOSKeySettings getIosSettings()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1.IOSKeySettings ios_settings = 5;IOSKeySettingsOrBuilder getIosSettingsOrBuilder()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1.IOSKeySettings ios_settings = 5;int getLabelsCount()
Optional. See <a href="https://cloud.google.com/recaptcha-enterprise/docs/labels"> Creating and managing labels</a>.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];boolean containsLabels(String key)
Optional. See <a href="https://cloud.google.com/recaptcha-enterprise/docs/labels"> Creating and managing labels</a>.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Optional. See <a href="https://cloud.google.com/recaptcha-enterprise/docs/labels"> Creating and managing labels</a>.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];String getLabelsOrDefault(String key, String defaultValue)
Optional. See <a href="https://cloud.google.com/recaptcha-enterprise/docs/labels"> Creating and managing labels</a>.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];String getLabelsOrThrow(String key)
Optional. See <a href="https://cloud.google.com/recaptcha-enterprise/docs/labels"> Creating and managing labels</a>.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];boolean hasCreateTime()
The timestamp corresponding to the creation of this Key.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.Timestamp getCreateTime()
The timestamp corresponding to the creation of this Key.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp corresponding to the creation of this Key.
.google.protobuf.Timestamp create_time = 7;Key.PlatformSettingsCase getPlatformSettingsCase()
Copyright © 2021 Google LLC. All rights reserved.