Uses of Class
com.google.api.ConfigChange.Builder
Packages that use ConfigChange.Builder
-
Uses of ConfigChange.Builder in com.google.api
Methods in com.google.api that return ConfigChange.BuilderModifier 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
(int index, Advice.Builder builderForValue) 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.ConfigChange.Builder.addAdvices
(Advice.Builder builderForValue) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.addAllAdvices
(Iterable<? extends Advice> values) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConfigChange.Builder.clear()
ConfigChange.Builder.clearAdvices()
Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.clearChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.ConfigChange.Builder.clearElement()
Object hierarchy path to the change, with levels separated by a '.' character.ConfigChange.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ConfigChange.Builder.clearNewValue()
Value of the changed object in the new Service configuration, in JSON format.ConfigChange.Builder.clearOldValue()
Value of the changed object in the old Service configuration, in JSON format.ConfigChange.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ConfigChange.Builder.clone()
ConfigChange.Builder.mergeFrom
(ConfigChange other) ConfigChange.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConfigChange.Builder.mergeFrom
(com.google.protobuf.Message other) final ConfigChange.Builder
ConfigChange.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static ConfigChange.Builder
ConfigChange.newBuilder()
static ConfigChange.Builder
ConfigChange.newBuilder
(ConfigChange prototype) ConfigChange.newBuilderForType()
protected ConfigChange.Builder
ConfigChange.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ConfigChange.Builder.removeAdvices
(int index) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.setAdvices
(int index, Advice value) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.setAdvices
(int index, Advice.Builder builderForValue) Collection of advice provided for this change, useful for determining the possible impact of this change.ConfigChange.Builder.setChangeType
(ChangeType value) The type for this change, either ADDED, REMOVED, or MODIFIED.ConfigChange.Builder.setChangeTypeValue
(int value) The type for this change, either ADDED, REMOVED, or MODIFIED.ConfigChange.Builder.setElement
(String value) Object hierarchy path to the change, with levels separated by a '.' character.ConfigChange.Builder.setElementBytes
(com.google.protobuf.ByteString value) Object hierarchy path to the change, with levels separated by a '.' character.ConfigChange.Builder.setNewValue
(String value) Value of the changed object in the new Service configuration, in JSON format.ConfigChange.Builder.setNewValueBytes
(com.google.protobuf.ByteString value) Value of the changed object in the new Service configuration, in JSON format.ConfigChange.Builder.setOldValue
(String value) Value of the changed object in the old Service configuration, in JSON format.ConfigChange.Builder.setOldValueBytes
(com.google.protobuf.ByteString value) Value of the changed object in the old Service configuration, in JSON format.ConfigChange.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ConfigChange.Builder
ConfigChange.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ConfigChange.toBuilder()