Uses of Interface
com.google.api.AdviceOrBuilder
-
Packages that use AdviceOrBuilder Package Description com.google.api -
-
Uses of AdviceOrBuilder in com.google.api
Classes in com.google.api that implement AdviceOrBuilder Modifier and Type Class Description class
Advice
Generated advice about this change, used for providing more information about how a change will affect the existing service.static class
Advice.Builder
Generated advice about this change, used for providing more information about how a change will affect the existing service.Methods in com.google.api that return AdviceOrBuilder Modifier and Type Method Description AdviceOrBuilder
ConfigChange.Builder. getAdvicesOrBuilder(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.AdviceOrBuilder
ConfigChange. getAdvicesOrBuilder(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.AdviceOrBuilder
ConfigChangeOrBuilder. getAdvicesOrBuilder(int index)
Collection of advice provided for this change, useful for determining the possible impact of this change.Methods in com.google.api that return types with arguments of type AdviceOrBuilder Modifier and Type Method Description java.util.List<? extends AdviceOrBuilder>
ConfigChange.Builder. getAdvicesOrBuilderList()
Collection of advice provided for this change, useful for determining the possible impact of this change.java.util.List<? extends AdviceOrBuilder>
ConfigChange. getAdvicesOrBuilderList()
Collection of advice provided for this change, useful for determining the possible impact of this change.java.util.List<? extends AdviceOrBuilder>
ConfigChangeOrBuilder. getAdvicesOrBuilderList()
Collection of advice provided for this change, useful for determining the possible impact of this change.
-