ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.addAllAllowedIps(Iterable<String> values) |
A list of the caller IP addresses that are allowed to make API calls
with this key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.addAllowedIps(String value) |
A list of the caller IP addresses that are allowed to make API calls
with this key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.addAllowedIpsBytes(com.google.protobuf.ByteString value) |
A list of the caller IP addresses that are allowed to make API calls
with this key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.clear() |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.clearAllowedIps() |
A list of the caller IP addresses that are allowed to make API calls
with this key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.clone() |
|
ServerKeyRestrictions.Builder |
Restrictions.Builder.getServerKeyRestrictionsBuilder() |
The IP addresses of callers that are allowed to use the key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.mergeFrom(ServerKeyRestrictions other) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ServerKeyRestrictions.Builder |
ServerKeyRestrictions.newBuilder() |
|
static ServerKeyRestrictions.Builder |
ServerKeyRestrictions.newBuilder(ServerKeyRestrictions prototype) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.newBuilderForType() |
|
protected ServerKeyRestrictions.Builder |
ServerKeyRestrictions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.setAllowedIps(int index,
String value) |
A list of the caller IP addresses that are allowed to make API calls
with this key.
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ServerKeyRestrictions.Builder |
ServerKeyRestrictions.toBuilder() |
|