public interface KeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AndroidKeySettings |
getAndroidSettings()
Settings for keys that can be used by Android apps.
|
AndroidKeySettingsOrBuilder |
getAndroidSettingsOrBuilder()
Settings for keys that can be used by Android apps.
|
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.
|
String |
getName()
The resource name for the Key in the format
"projects/{project_number}/keys/{key_id}".
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the Key in the format
"projects/{project_number}/keys/{key_id}".
|
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 |
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_number}/keys/{key_id}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the Key in the format
"projects/{project_number}/keys/{key_id}".
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.v1beta1.WebKeySettings web_settings = 3;WebKeySettings getWebSettings()
Settings for keys that can be used by websites.
.google.cloud.recaptchaenterprise.v1beta1.WebKeySettings web_settings = 3;WebKeySettingsOrBuilder getWebSettingsOrBuilder()
Settings for keys that can be used by websites.
.google.cloud.recaptchaenterprise.v1beta1.WebKeySettings web_settings = 3;boolean hasAndroidSettings()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1beta1.AndroidKeySettings android_settings = 4;AndroidKeySettings getAndroidSettings()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1beta1.AndroidKeySettings android_settings = 4;AndroidKeySettingsOrBuilder getAndroidSettingsOrBuilder()
Settings for keys that can be used by Android apps.
.google.cloud.recaptchaenterprise.v1beta1.AndroidKeySettings android_settings = 4;boolean hasIosSettings()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1beta1.IOSKeySettings ios_settings = 5;IOSKeySettings getIosSettings()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1beta1.IOSKeySettings ios_settings = 5;IOSKeySettingsOrBuilder getIosSettingsOrBuilder()
Settings for keys that can be used by iOS apps.
.google.cloud.recaptchaenterprise.v1beta1.IOSKeySettings ios_settings = 5;Key.PlatformSettingsCase getPlatformSettingsCase()
Copyright © 2022 Google LLC. All rights reserved.