- 0.49.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.2
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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AndroidKeyRestrictionsImplements
AndroidKeyRestrictionsOrBuilderStatic Fields
ALLOWED_APPLICATIONS_FIELD_NUMBER
public static final int ALLOWED_APPLICATIONS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AndroidKeyRestrictions getDefaultInstance()
Type | Description |
AndroidKeyRestrictions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static AndroidKeyRestrictions.Builder newBuilder()
Type | Description |
AndroidKeyRestrictions.Builder |
newBuilder(AndroidKeyRestrictions prototype)
public static AndroidKeyRestrictions.Builder newBuilder(AndroidKeyRestrictions prototype)
Name | Description |
prototype | AndroidKeyRestrictions |
Type | Description |
AndroidKeyRestrictions.Builder |
parseDelimitedFrom(InputStream input)
public static AndroidKeyRestrictions parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseFrom(byte[] data)
public static AndroidKeyRestrictions parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AndroidKeyRestrictions parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AndroidKeyRestrictions parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseFrom(InputStream input)
public static AndroidKeyRestrictions parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AndroidKeyRestrictions parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AndroidKeyRestrictions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AndroidKeyRestrictions |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AndroidKeyRestrictions> parser()
Type | Description |
Parser<AndroidKeyRestrictions> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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;
Name | Description |
index | int |
Type | Description |
AndroidApplication |
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;
Type | Description |
int |
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;
Type | Description |
List<AndroidApplication> |
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;
Name | Description |
index | int |
Type | Description |
AndroidApplicationOrBuilder |
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;
Type | Description |
List<? extends com.google.api.apikeys.v2.AndroidApplicationOrBuilder> |
getDefaultInstanceForType()
public AndroidKeyRestrictions getDefaultInstanceForType()
Type | Description |
AndroidKeyRestrictions |
getParserForType()
public Parser<AndroidKeyRestrictions> getParserForType()
Type | Description |
Parser<AndroidKeyRestrictions> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public AndroidKeyRestrictions.Builder newBuilderForType()
Type | Description |
AndroidKeyRestrictions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AndroidKeyRestrictions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
AndroidKeyRestrictions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public AndroidKeyRestrictions.Builder toBuilder()
Type | Description |
AndroidKeyRestrictions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |