Uses of Class
com.google.api.apikeys.v2.Restrictions
-
Packages that use Restrictions Package Description com.google.api.apikeys.v2 A client to API Keys API -
-
Uses of Restrictions in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return Restrictions Modifier and Type Method Description Restrictions
Restrictions.Builder. build()
Restrictions
Restrictions.Builder. buildPartial()
static Restrictions
Restrictions. getDefaultInstance()
Restrictions
Restrictions.Builder. getDefaultInstanceForType()
Restrictions
Restrictions. getDefaultInstanceForType()
Restrictions
Key.Builder. getRestrictions()
Key restrictions.Restrictions
Key. getRestrictions()
Key restrictions.Restrictions
KeyOrBuilder. getRestrictions()
Key restrictions.static Restrictions
Restrictions. parseDelimitedFrom(InputStream input)
static Restrictions
Restrictions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Restrictions
Restrictions. parseFrom(byte[] data)
static Restrictions
Restrictions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Restrictions
Restrictions. parseFrom(com.google.protobuf.ByteString data)
static Restrictions
Restrictions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Restrictions
Restrictions. parseFrom(com.google.protobuf.CodedInputStream input)
static Restrictions
Restrictions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Restrictions
Restrictions. parseFrom(InputStream input)
static Restrictions
Restrictions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Restrictions
Restrictions. parseFrom(ByteBuffer data)
static Restrictions
Restrictions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.apikeys.v2 that return types with arguments of type Restrictions Modifier and Type Method Description com.google.protobuf.Parser<Restrictions>
Restrictions. getParserForType()
static com.google.protobuf.Parser<Restrictions>
Restrictions. parser()
Methods in com.google.api.apikeys.v2 with parameters of type Restrictions Modifier and Type Method Description Restrictions.Builder
Restrictions.Builder. mergeFrom(Restrictions other)
Key.Builder
Key.Builder. mergeRestrictions(Restrictions value)
Key restrictions.static Restrictions.Builder
Restrictions. newBuilder(Restrictions prototype)
Key.Builder
Key.Builder. setRestrictions(Restrictions value)
Key restrictions.
-