Uses of Class
com.google.api.Advice
Packages that use Advice
-
Uses of Advice in com.google.api
Methods in com.google.api that return AdviceModifier and TypeMethodDescriptionAdvice.Builder.build()Advice.Builder.buildPartial()ConfigChange.Builder.getAdvices(int index) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.getAdvices(int index) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChangeOrBuilder.getAdvices(int index) Collection of advice provided for this change, useful for determining the possible impact of this change.static AdviceAdvice.getDefaultInstance()Advice.Builder.getDefaultInstanceForType()Advice.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 AdviceModifier and TypeMethodDescriptionConfigChange.Builder.getAdvicesList()Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.getAdvicesList()Collection of advice provided for this change, useful for determining the possible impact of this change.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 AdviceModifier and TypeMethodDescriptionConfigChange.Builder.addAdvices(int index, Advice value) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.addAdvices(Advice value) Collection of advice provided for this change, useful for determining the possible impact of this change.static Advice.BuilderAdvice.newBuilder(Advice prototype) 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 AdviceModifier and TypeMethodDescriptionConfigChange.Builder.addAllAdvices(Iterable<? extends Advice> values) Collection of advice provided for this change, useful for determining the possible impact of this change.