public final class ChangeReport extends GeneratedMessageV3 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 Fields
CONFIG_CHANGES_FIELD_NUMBER
public static final int CONFIG_CHANGES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ChangeReport getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ChangeReport.Builder newBuilder()
Returns
newBuilder(ChangeReport prototype)
public static ChangeReport.Builder newBuilder(ChangeReport prototype)
Parameter
Returns
public static ChangeReport parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ChangeReport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ChangeReport parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeReport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ChangeReport parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeReport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ChangeReport parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ChangeReport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ChangeReport parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ChangeReport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ChangeReport parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeReport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ChangeReport> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
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 | |
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
getParserForType()
public Parser<ChangeReport> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ChangeReport.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChangeReport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ChangeReport.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions