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