Uses of Class
com.google.api.Advice
-
Packages that use Advice Package Description com.google.api -
-
Uses of Advice in com.google.api
Methods in com.google.api that return Advice Modifier and Type Method Description Advice
Advice.Builder. build()
Advice
Advice.Builder. buildPartial()
Advice
ConfigChange.Builder. getAdvices(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.Advice
ConfigChange. getAdvices(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.Advice
ConfigChangeOrBuilder. getAdvices(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.static Advice
Advice. getDefaultInstance()
Advice
Advice.Builder. getDefaultInstanceForType()
Advice
Advice. getDefaultInstanceForType()
static Advice
Advice. parseDelimitedFrom(java.io.InputStream input)
static Advice
Advice. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Advice
Advice. parseFrom(byte[] data)
static Advice
Advice. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Advice
Advice. parseFrom(com.google.protobuf.ByteString data)
static Advice
Advice. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Advice
Advice. parseFrom(com.google.protobuf.CodedInputStream input)
static Advice
Advice. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Advice
Advice. parseFrom(java.io.InputStream input)
static Advice
Advice. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Advice
Advice. parseFrom(java.nio.ByteBuffer data)
static Advice
Advice. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type Advice Modifier and Type Method Description java.util.List<Advice>
ConfigChange.Builder. getAdvicesList()
Collection of advice provided for this change, useful for determining the possible impact of this change.java.util.List<Advice>
ConfigChange. getAdvicesList()
Collection of advice provided for this change, useful for determining the possible impact of this change.java.util.List<Advice>
ConfigChangeOrBuilder. getAdvicesList()
Collection of advice provided for this change, useful for determining the possible impact of this change.com.google.protobuf.Parser<Advice>
Advice. getParserForType()
static com.google.protobuf.Parser<Advice>
Advice. parser()
Methods in com.google.api with parameters of type Advice Modifier and Type Method Description ConfigChange.Builder
ConfigChange.Builder. addAdvices(int index, Advice value)
Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder
ConfigChange.Builder. addAdvices(Advice value)
Collection of advice provided for this change, useful for determining the possible impact of this change.Advice.Builder
Advice.Builder. mergeFrom(Advice other)
static Advice.Builder
Advice. newBuilder(Advice prototype)
ConfigChange.Builder
ConfigChange.Builder. setAdvices(int index, Advice value)
Collection of advice provided for this change, useful for determining the possible impact of this change.Method parameters in com.google.api with type arguments of type Advice Modifier and Type Method Description ConfigChange.Builder
ConfigChange.Builder. addAllAdvices(java.lang.Iterable<? extends Advice> values)
Collection of advice provided for this change, useful for determining the possible impact of this change.
-