Restrictions.Builder |
Restrictions.Builder.addAllApiTargets(Iterable<? extends ApiTarget> values) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.addApiTargets(int index,
ApiTarget value) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.addApiTargets(int index,
ApiTarget.Builder builderForValue) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.addApiTargets(ApiTarget value) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.addApiTargets(ApiTarget.Builder builderForValue) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Restrictions.Builder |
Restrictions.Builder.clear() |
|
Restrictions.Builder |
Restrictions.Builder.clearAndroidKeyRestrictions() |
The Android apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.clearApiTargets() |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.clearBrowserKeyRestrictions() |
The HTTP referrers (websites) that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.clearClientRestrictions() |
|
Restrictions.Builder |
Restrictions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Restrictions.Builder |
Restrictions.Builder.clearIosKeyRestrictions() |
The iOS apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Restrictions.Builder |
Restrictions.Builder.clearServerKeyRestrictions() |
The IP addresses of callers that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.clone() |
|
Restrictions.Builder |
Key.Builder.getRestrictionsBuilder() |
Key restrictions.
|
Restrictions.Builder |
Restrictions.Builder.mergeAndroidKeyRestrictions(AndroidKeyRestrictions value) |
The Android apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.mergeBrowserKeyRestrictions(BrowserKeyRestrictions value) |
The HTTP referrers (websites) that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.mergeFrom(Restrictions other) |
|
Restrictions.Builder |
Restrictions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Restrictions.Builder |
Restrictions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Restrictions.Builder |
Restrictions.Builder.mergeIosKeyRestrictions(IosKeyRestrictions value) |
The iOS apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.mergeServerKeyRestrictions(ServerKeyRestrictions value) |
The IP addresses of callers that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Restrictions.Builder |
Restrictions.newBuilder() |
|
static Restrictions.Builder |
Restrictions.newBuilder(Restrictions prototype) |
|
Restrictions.Builder |
Restrictions.newBuilderForType() |
|
protected Restrictions.Builder |
Restrictions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Restrictions.Builder |
Restrictions.Builder.removeApiTargets(int index) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.setAndroidKeyRestrictions(AndroidKeyRestrictions value) |
The Android apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setAndroidKeyRestrictions(AndroidKeyRestrictions.Builder builderForValue) |
The Android apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setApiTargets(int index,
ApiTarget value) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.setApiTargets(int index,
ApiTarget.Builder builderForValue) |
A restriction for a specific service and optionally one or
more specific methods.
|
Restrictions.Builder |
Restrictions.Builder.setBrowserKeyRestrictions(BrowserKeyRestrictions value) |
The HTTP referrers (websites) that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setBrowserKeyRestrictions(BrowserKeyRestrictions.Builder builderForValue) |
The HTTP referrers (websites) that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Restrictions.Builder |
Restrictions.Builder.setIosKeyRestrictions(IosKeyRestrictions value) |
The iOS apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setIosKeyRestrictions(IosKeyRestrictions.Builder builderForValue) |
The iOS apps that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Restrictions.Builder |
Restrictions.Builder.setServerKeyRestrictions(ServerKeyRestrictions value) |
The IP addresses of callers that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setServerKeyRestrictions(ServerKeyRestrictions.Builder builderForValue) |
The IP addresses of callers that are allowed to use the key.
|
Restrictions.Builder |
Restrictions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Restrictions.Builder |
Restrictions.toBuilder() |
|