Uses of Class
com.google.api.ConfigChange
-
Packages that use ConfigChange Package Description com.google.api -
-
Uses of ConfigChange in com.google.api
Methods in com.google.api that return ConfigChange Modifier and Type Method Description ConfigChange
ConfigChange.Builder. build()
ConfigChange
ConfigChange.Builder. buildPartial()
static ConfigChange
ConfigChange. getDefaultInstance()
ConfigChange
ConfigChange.Builder. getDefaultInstanceForType()
ConfigChange
ConfigChange. getDefaultInstanceForType()
static ConfigChange
ConfigChange. parseDelimitedFrom(java.io.InputStream input)
static ConfigChange
ConfigChange. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigChange
ConfigChange. parseFrom(byte[] data)
static ConfigChange
ConfigChange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigChange
ConfigChange. parseFrom(com.google.protobuf.ByteString data)
static ConfigChange
ConfigChange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigChange
ConfigChange. parseFrom(com.google.protobuf.CodedInputStream input)
static ConfigChange
ConfigChange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigChange
ConfigChange. parseFrom(java.io.InputStream input)
static ConfigChange
ConfigChange. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ConfigChange
ConfigChange. parseFrom(java.nio.ByteBuffer data)
static ConfigChange
ConfigChange. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type ConfigChange Modifier and Type Method Description com.google.protobuf.Parser<ConfigChange>
ConfigChange. getParserForType()
static com.google.protobuf.Parser<ConfigChange>
ConfigChange. parser()
Methods in com.google.api with parameters of type ConfigChange Modifier and Type Method Description ConfigChange.Builder
ConfigChange.Builder. mergeFrom(ConfigChange other)
static ConfigChange.Builder
ConfigChange. newBuilder(ConfigChange prototype)
-