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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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
|
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
|
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
|
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
|
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)
Overrides
build()
public ChangeReport build()
buildPartial()
public ChangeReport buildPartial()
clear()
public ChangeReport.Builder clear()
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;
clearField(Descriptors.FieldDescriptor field)
public ChangeReport.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ChangeReport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ChangeReport.Builder clone()
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ChangeReport other)
public ChangeReport.Builder mergeFrom(ChangeReport other)
public ChangeReport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ChangeReport.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChangeReport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
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
|
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public ChangeReport.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChangeReport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ChangeReport.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides