public interface ChangeReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigChange |
getConfigChanges(int index)
List of changes between two service configurations.
|
int |
getConfigChangesCount()
List of changes between two service configurations.
|
java.util.List<ConfigChange> |
getConfigChangesList()
List of changes between two service configurations.
|
ConfigChangeOrBuilder |
getConfigChangesOrBuilder(int index)
List of changes between two service configurations.
|
java.util.List<? extends ConfigChangeOrBuilder> |
getConfigChangesOrBuilderList()
List of changes between two service configurations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.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;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;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;java.util.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;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;