Class ChangeReport.Builder (3.43.0)

public static final class ChangeReport.Builder extends GeneratedMessageV3.Builder<ChangeReport.Builder> implements ChangeReportOrBuilder

Change report associated with a particular service configuration.

It contains a list of ConfigChanges based on the comparison between two service configurations.

Protobuf type google.api.servicemanagement.v1.ChangeReport

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllConfigChanges(Iterable<? extends ConfigChange> values)

public ChangeReport.Builder addAllConfigChanges(Iterable<? extends ConfigChange> values)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
values Iterable<? extends com.google.api.ConfigChange>
Returns
Type Description
ChangeReport.Builder

addConfigChanges(ConfigChange value)

public ChangeReport.Builder addConfigChanges(ConfigChange value)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
value com.google.api.ConfigChange
Returns
Type Description
ChangeReport.Builder

addConfigChanges(ConfigChange.Builder builderForValue)

public ChangeReport.Builder addConfigChanges(ConfigChange.Builder builderForValue)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
builderForValue com.google.api.ConfigChange.Builder
Returns
Type Description
ChangeReport.Builder

addConfigChanges(int index, ConfigChange value)

public ChangeReport.Builder addConfigChanges(int index, ConfigChange value)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameters
Name Description
index int
value com.google.api.ConfigChange
Returns
Type Description
ChangeReport.Builder

addConfigChanges(int index, ConfigChange.Builder builderForValue)

public ChangeReport.Builder addConfigChanges(int index, ConfigChange.Builder builderForValue)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameters
Name Description
index int
builderForValue com.google.api.ConfigChange.Builder
Returns
Type Description
ChangeReport.Builder

addConfigChangesBuilder()

public ConfigChange.Builder addConfigChangesBuilder()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
com.google.api.ConfigChange.Builder

addConfigChangesBuilder(int index)

public ConfigChange.Builder addConfigChangesBuilder(int index)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
com.google.api.ConfigChange.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ChangeReport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ChangeReport.Builder
Overrides

build()

public ChangeReport build()
Returns
Type Description
ChangeReport

buildPartial()

public ChangeReport buildPartial()
Returns
Type Description
ChangeReport

clear()

public ChangeReport.Builder clear()
Returns
Type Description
ChangeReport.Builder
Overrides

clearConfigChanges()

public ChangeReport.Builder clearConfigChanges()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
ChangeReport.Builder

clearField(Descriptors.FieldDescriptor field)

public ChangeReport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ChangeReport.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ChangeReport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ChangeReport.Builder
Overrides

clone()

public ChangeReport.Builder clone()
Returns
Type Description
ChangeReport.Builder
Overrides

getConfigChanges(int index)

public ConfigChange getConfigChanges(int index)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
com.google.api.ConfigChange

getConfigChangesBuilder(int index)

public ConfigChange.Builder getConfigChangesBuilder(int index)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
com.google.api.ConfigChange.Builder

getConfigChangesBuilderList()

public List<ConfigChange.Builder> getConfigChangesBuilderList()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
List<com.google.api.ConfigChange.Builder>

getConfigChangesCount()

public int getConfigChangesCount()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
int

getConfigChangesList()

public List<ConfigChange> getConfigChangesList()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
List<com.google.api.ConfigChange>

getConfigChangesOrBuilder(int index)

public ConfigChangeOrBuilder getConfigChangesOrBuilder(int index)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
com.google.api.ConfigChangeOrBuilder

getConfigChangesOrBuilderList()

public List<? extends ConfigChangeOrBuilder> getConfigChangesOrBuilderList()

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Returns
Type Description
List<? extends com.google.api.ConfigChangeOrBuilder>

getDefaultInstanceForType()

public ChangeReport getDefaultInstanceForType()
Returns
Type Description
ChangeReport

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ChangeReport other)

public ChangeReport.Builder mergeFrom(ChangeReport other)
Parameter
Name Description
other ChangeReport
Returns
Type Description
ChangeReport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ChangeReport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ChangeReport.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ChangeReport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ChangeReport.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ChangeReport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ChangeReport.Builder
Overrides

removeConfigChanges(int index)

public ChangeReport.Builder removeConfigChanges(int index)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
ChangeReport.Builder

setConfigChanges(int index, ConfigChange value)

public ChangeReport.Builder setConfigChanges(int index, ConfigChange value)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameters
Name Description
index int
value com.google.api.ConfigChange
Returns
Type Description
ChangeReport.Builder

setConfigChanges(int index, ConfigChange.Builder builderForValue)

public ChangeReport.Builder setConfigChanges(int index, ConfigChange.Builder builderForValue)

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

repeated .google.api.ConfigChange config_changes = 1;

Parameters
Name Description
index int
builderForValue com.google.api.ConfigChange.Builder
Returns
Type Description
ChangeReport.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ChangeReport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ChangeReport.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ChangeReport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ChangeReport.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ChangeReport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ChangeReport.Builder
Overrides