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 Advice
Advice.getDefaultInstance()
Advice.Builder.getDefaultInstanceForType()
Advice.getDefaultInstanceForType()
static Advice
Advice.parseDelimitedFrom
(InputStream input) static Advice
Advice.parseDelimitedFrom
(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
(InputStream input) static Advice
Advice.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Advice
Advice.parseFrom
(ByteBuffer data) static Advice
Advice.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.Builder
Advice.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.