Interface ChangeReportOrBuilder (2.1.7)

public interface ChangeReportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigChanges(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.api.ConfigChange

getConfigChangesCount()

public abstract 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
TypeDescription
int

getConfigChangesList()

public abstract 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
TypeDescription
List<com.google.api.ConfigChange>

getConfigChangesOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
com.google.api.ConfigChangeOrBuilder

getConfigChangesOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.api.ConfigChangeOrBuilder>