Uses of Class
com.google.appengine.tools.development.proto.CustomConfig
-
Packages that use CustomConfig Package Description com.google.appengine.tools.development.proto -
-
Uses of CustomConfig in com.google.appengine.tools.development.proto
Fields in com.google.appengine.tools.development.proto with type parameters of type CustomConfig Modifier and Type Field Description static com.google.protobuf.Parser<CustomConfig>CustomConfig. PARSERDeprecated.Methods in com.google.appengine.tools.development.proto that return CustomConfig Modifier and Type Method Description CustomConfigCustomConfig.Builder. build()CustomConfigCustomConfig.Builder. buildPartial()CustomConfigConfig.Builder. getCustomConfig()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;CustomConfigConfig. getCustomConfig()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;CustomConfigConfigOrBuilder. getCustomConfig()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;static CustomConfigCustomConfig. getDefaultInstance()CustomConfigCustomConfig.Builder. getDefaultInstanceForType()CustomConfigCustomConfig. getDefaultInstanceForType()static CustomConfigCustomConfig. parseDelimitedFrom(InputStream input)static CustomConfigCustomConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomConfigCustomConfig. parseFrom(byte[] data)static CustomConfigCustomConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomConfigCustomConfig. parseFrom(com.google.protobuf.ByteString data)static CustomConfigCustomConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomConfigCustomConfig. parseFrom(com.google.protobuf.CodedInputStream input)static CustomConfigCustomConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomConfigCustomConfig. parseFrom(InputStream input)static CustomConfigCustomConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomConfigCustomConfig. parseFrom(ByteBuffer data)static CustomConfigCustomConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.tools.development.proto that return types with arguments of type CustomConfig Modifier and Type Method Description com.google.protobuf.Parser<CustomConfig>CustomConfig. getParserForType()static com.google.protobuf.Parser<CustomConfig>CustomConfig. parser()Methods in com.google.appengine.tools.development.proto with parameters of type CustomConfig Modifier and Type Method Description Config.BuilderConfig.Builder. mergeCustomConfig(CustomConfig value)optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;CustomConfig.BuilderCustomConfig.Builder. mergeFrom(CustomConfig other)static CustomConfig.BuilderCustomConfig. newBuilder(CustomConfig prototype)Config.BuilderConfig.Builder. setCustomConfig(CustomConfig value)optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;
-