Class AndroidKeySettings (3.0.4)

public final class AndroidKeySettings extends GeneratedMessageV3 implements AndroidKeySettingsOrBuilder

Settings specific to keys that can be used by Android apps.

Protobuf type google.cloud.recaptchaenterprise.v1.AndroidKeySettings

Static Fields

ALLOWED_PACKAGE_NAMES_FIELD_NUMBER

public static final int ALLOWED_PACKAGE_NAMES_FIELD_NUMBER
Field Value
TypeDescription
int

ALLOW_ALL_PACKAGE_NAMES_FIELD_NUMBER

public static final int ALLOW_ALL_PACKAGE_NAMES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AndroidKeySettings getDefaultInstance()
Returns
TypeDescription
AndroidKeySettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AndroidKeySettings.Builder newBuilder()
Returns
TypeDescription
AndroidKeySettings.Builder

newBuilder(AndroidKeySettings prototype)

public static AndroidKeySettings.Builder newBuilder(AndroidKeySettings prototype)
Parameter
NameDescription
prototypeAndroidKeySettings
Returns
TypeDescription
AndroidKeySettings.Builder

parseDelimitedFrom(InputStream input)

public static AndroidKeySettings parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AndroidKeySettings parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AndroidKeySettings parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AndroidKeySettings parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AndroidKeySettings parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AndroidKeySettings parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AndroidKeySettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AndroidKeySettings
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AndroidKeySettings> parser()
Returns
TypeDescription
Parser<AndroidKeySettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAllowAllPackageNames()

public boolean getAllowAllPackageNames()

If set to true, allowed_package_names are not enforced.

bool allow_all_package_names = 2;

Returns
TypeDescription
boolean

The allowAllPackageNames.

getAllowedPackageNames(int index)

public String getAllowedPackageNames(int index)

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The allowedPackageNames at the given index.

getAllowedPackageNamesBytes(int index)

public ByteString getAllowedPackageNamesBytes(int index)

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the allowedPackageNames at the given index.

getAllowedPackageNamesCount()

public int getAllowedPackageNamesCount()

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Returns
TypeDescription
int

The count of allowedPackageNames.

getAllowedPackageNamesList()

public ProtocolStringList getAllowedPackageNamesList()

Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

repeated string allowed_package_names = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the allowedPackageNames.

getDefaultInstanceForType()

public AndroidKeySettings getDefaultInstanceForType()
Returns
TypeDescription
AndroidKeySettings

getParserForType()

public Parser<AndroidKeySettings> getParserForType()
Returns
TypeDescription
Parser<AndroidKeySettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AndroidKeySettings.Builder newBuilderForType()
Returns
TypeDescription
AndroidKeySettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AndroidKeySettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AndroidKeySettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AndroidKeySettings.Builder toBuilder()
Returns
TypeDescription
AndroidKeySettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException