public final class AndroidKeyRestrictions extends GeneratedMessageV3 implements AndroidKeyRestrictionsOrBuilder
The Android apps that are allowed to use the key.
Protobuf type google.api.apikeys.v2.AndroidKeyRestrictions
Static Fields
ALLOWED_APPLICATIONS_FIELD_NUMBER
public static final int ALLOWED_APPLICATIONS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AndroidKeyRestrictions getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AndroidKeyRestrictions.Builder newBuilder()
Returns
newBuilder(AndroidKeyRestrictions prototype)
public static AndroidKeyRestrictions.Builder newBuilder(AndroidKeyRestrictions prototype)
Parameter
Returns
public static AndroidKeyRestrictions parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AndroidKeyRestrictions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AndroidKeyRestrictions parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AndroidKeyRestrictions parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AndroidKeyRestrictions parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AndroidKeyRestrictions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AndroidKeyRestrictions parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AndroidKeyRestrictions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AndroidKeyRestrictions parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AndroidKeyRestrictions> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAllowedApplications(int index)
public AndroidApplication getAllowedApplications(int index)
A list of Android applications that are allowed to make API calls with
this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
Parameter
Returns
getAllowedApplicationsCount()
public int getAllowedApplicationsCount()
A list of Android applications that are allowed to make API calls with
this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
Returns
getAllowedApplicationsList()
public List<AndroidApplication> getAllowedApplicationsList()
A list of Android applications that are allowed to make API calls with
this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
Returns
getAllowedApplicationsOrBuilder(int index)
public AndroidApplicationOrBuilder getAllowedApplicationsOrBuilder(int index)
A list of Android applications that are allowed to make API calls with
this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
Parameter
Returns
getAllowedApplicationsOrBuilderList()
public List<? extends AndroidApplicationOrBuilder> getAllowedApplicationsOrBuilderList()
A list of Android applications that are allowed to make API calls with
this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
Returns
Type | Description |
List<? extends com.google.api.apikeys.v2.AndroidApplicationOrBuilder> | |
getDefaultInstanceForType()
public AndroidKeyRestrictions getDefaultInstanceForType()
Returns
getParserForType()
public Parser<AndroidKeyRestrictions> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AndroidKeyRestrictions.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AndroidKeyRestrictions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AndroidKeyRestrictions.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions