Class ChangeReport (3.39.0)

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

Static Methods

getDefaultInstance()

public static ChangeReport getDefaultInstance()
Returns
TypeDescription
ChangeReport

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ChangeReport.Builder newBuilder()
Returns
TypeDescription
ChangeReport.Builder

newBuilder(ChangeReport prototype)

public static ChangeReport.Builder newBuilder(ChangeReport prototype)
Parameter
NameDescription
prototypeChangeReport
Returns
TypeDescription
ChangeReport.Builder

parseDelimitedFrom(InputStream input)

public static ChangeReport parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ChangeReport parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ChangeReport parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ChangeReport parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ChangeReport parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ChangeReport parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ChangeReport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChangeReport
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ChangeReport> parser()
Returns
TypeDescription
Parser<ChangeReport>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.api.ConfigChangeOrBuilder>

getDefaultInstanceForType()

public ChangeReport getDefaultInstanceForType()
Returns
TypeDescription
ChangeReport

getParserForType()

public Parser<ChangeReport> getParserForType()
Returns
TypeDescription
Parser<ChangeReport>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ChangeReport.Builder newBuilderForType()
Returns
TypeDescription
ChangeReport.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ChangeReport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ChangeReport.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ChangeReport.Builder toBuilder()
Returns
TypeDescription
ChangeReport.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException