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 AdviceAdvice.Builder. build()AdviceAdvice.Builder. buildPartial()AdviceConfigChange.Builder. getAdvices(int index)Collection of advice provided for this change, useful for determining the possible impact of this change.AdviceConfigChange. getAdvices(int index)Collection of advice provided for this change, useful for determining the possible impact of this change.AdviceConfigChangeOrBuilder. getAdvices(int index)Collection of advice provided for this change, useful for determining the possible impact of this change.static AdviceAdvice. getDefaultInstance()AdviceAdvice.Builder. getDefaultInstanceForType()AdviceAdvice. getDefaultInstanceForType()static AdviceAdvice. parseDelimitedFrom(InputStream input)static AdviceAdvice. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdviceAdvice. parseFrom(byte[] data)static AdviceAdvice. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdviceAdvice. parseFrom(com.google.protobuf.ByteString data)static AdviceAdvice. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdviceAdvice. parseFrom(com.google.protobuf.CodedInputStream input)static AdviceAdvice. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdviceAdvice. parseFrom(InputStream input)static AdviceAdvice. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdviceAdvice. parseFrom(ByteBuffer data)static AdviceAdvice. parseFrom(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 List<Advice>ConfigChange.Builder. getAdvicesList()Collection of advice provided for this change, useful for determining the possible impact of this change.List<Advice>ConfigChange. getAdvicesList()Collection of advice provided for this change, useful for determining the possible impact of this change.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.BuilderConfigChange.Builder. addAdvices(int index, Advice value)Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.BuilderConfigChange.Builder. addAdvices(Advice value)Collection of advice provided for this change, useful for determining the possible impact of this change.Advice.BuilderAdvice.Builder. mergeFrom(Advice other)static Advice.BuilderAdvice. newBuilder(Advice prototype)ConfigChange.BuilderConfigChange.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.BuilderConfigChange.Builder. addAllAdvices(Iterable<? extends Advice> values)Collection of advice provided for this change, useful for determining the possible impact of this change.
-