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
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
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
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
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
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
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
Returns
Type | Description |
com.google.api.ConfigChange.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChangeReport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ChangeReport build()
Returns
buildPartial()
public ChangeReport buildPartial()
Returns
clear()
public ChangeReport.Builder clear()
Returns
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
clearField(Descriptors.FieldDescriptor field)
public ChangeReport.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ChangeReport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ChangeReport.Builder clone()
Returns
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
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
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
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
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
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ChangeReport other)
public ChangeReport.Builder mergeFrom(ChangeReport other)
Parameter
Returns
public ChangeReport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ChangeReport.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChangeReport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
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
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
setField(Descriptors.FieldDescriptor field, Object value)
public ChangeReport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChangeReport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ChangeReport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides