Send feedback
Class ChangeHistoryChange.ChangeHistoryResource (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public static final class ChangeHistoryChange . ChangeHistoryResource extends GeneratedMessageV3 implements ChangeHistoryChange . ChangeHistoryResourceOrBuilder
A snapshot of a resource as before or after the result of a change in
change history.
Protobuf type google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource
Static Fields
ACCOUNT_FIELD_NUMBER
public static final int ACCOUNT_FIELD_NUMBER
Field Value
CONVERSION_EVENT_FIELD_NUMBER
public static final int CONVERSION_EVENT_FIELD_NUMBER
Field Value
DATA_RETENTION_SETTINGS_FIELD_NUMBER
public static final int DATA_RETENTION_SETTINGS_FIELD_NUMBER
Field Value
DATA_STREAM_FIELD_NUMBER
public static final int DATA_STREAM_FIELD_NUMBER
Field Value
FIREBASE_LINK_FIELD_NUMBER
public static final int FIREBASE_LINK_FIELD_NUMBER
Field Value
GOOGLE_ADS_LINK_FIELD_NUMBER
public static final int GOOGLE_ADS_LINK_FIELD_NUMBER
Field Value
MEASUREMENT_PROTOCOL_SECRET_FIELD_NUMBER
public static final int MEASUREMENT_PROTOCOL_SECRET_FIELD_NUMBER
Field Value
PROPERTY_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ChangeHistoryChange . ChangeHistoryResource getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ChangeHistoryChange . ChangeHistoryResource . Builder newBuilder ()
Returns
newBuilder(ChangeHistoryChange.ChangeHistoryResource prototype)
public static ChangeHistoryChange . ChangeHistoryResource . Builder newBuilder ( ChangeHistoryChange . ChangeHistoryResource prototype )
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( InputStream input )
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ChangeHistoryChange . ChangeHistoryResource > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAccount()
public Account getAccount ()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
Returns
getAccountOrBuilder()
public AccountOrBuilder getAccountOrBuilder ()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
Returns
getConversionEvent()
public ConversionEvent getConversionEvent ()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
Returns
getConversionEventOrBuilder()
public ConversionEventOrBuilder getConversionEventOrBuilder ()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
Returns
getDataRetentionSettings()
public DataRetentionSettings getDataRetentionSettings ()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
Returns
getDataRetentionSettingsOrBuilder()
public DataRetentionSettingsOrBuilder getDataRetentionSettingsOrBuilder ()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
Returns
getDataStream()
public DataStream getDataStream ()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
Returns
getDataStreamOrBuilder()
public DataStreamOrBuilder getDataStreamOrBuilder ()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
Returns
getDefaultInstanceForType()
public ChangeHistoryChange . ChangeHistoryResource getDefaultInstanceForType ()
Returns
getFirebaseLink()
public FirebaseLink getFirebaseLink ()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
Returns
getFirebaseLinkOrBuilder()
public FirebaseLinkOrBuilder getFirebaseLinkOrBuilder ()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
Returns
getGoogleAdsLink()
public GoogleAdsLink getGoogleAdsLink ()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
Returns
getGoogleAdsLinkOrBuilder()
public GoogleAdsLinkOrBuilder getGoogleAdsLinkOrBuilder ()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
Returns
getMeasurementProtocolSecret()
public MeasurementProtocolSecret getMeasurementProtocolSecret ()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
Returns
getMeasurementProtocolSecretOrBuilder()
public MeasurementProtocolSecretOrBuilder getMeasurementProtocolSecretOrBuilder ()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
Returns
getParserForType()
public Parser<ChangeHistoryChange . ChangeHistoryResource > getParserForType ()
Returns
Overrides
getProperty()
public Property getProperty ()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
Returns
getPropertyOrBuilder()
public PropertyOrBuilder getPropertyOrBuilder ()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
Returns
getResourceCase()
public ChangeHistoryChange . ChangeHistoryResource . ResourceCase getResourceCase ()
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasAccount()
public boolean hasAccount ()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
Returns
Type Description boolean Whether the account field is set.
hasConversionEvent()
public boolean hasConversionEvent ()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
Returns
Type Description boolean Whether the conversionEvent field is set.
hasDataRetentionSettings()
public boolean hasDataRetentionSettings ()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
Returns
Type Description boolean Whether the dataRetentionSettings field is set.
hasDataStream()
public boolean hasDataStream ()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
Returns
Type Description boolean Whether the dataStream field is set.
hasFirebaseLink()
public boolean hasFirebaseLink ()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
Returns
Type Description boolean Whether the firebaseLink field is set.
hasGoogleAdsLink()
public boolean hasGoogleAdsLink ()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
Returns
Type Description boolean Whether the googleAdsLink field is set.
hasMeasurementProtocolSecret()
public boolean hasMeasurementProtocolSecret ()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
Returns
Type Description boolean Whether the measurementProtocolSecret field is set.
hasProperty()
public boolean hasProperty ()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
Returns
Type Description boolean Whether the property field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ChangeHistoryChange . ChangeHistoryResource . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChangeHistoryChange . ChangeHistoryResource . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ChangeHistoryChange . ChangeHistoryResource . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The document provides a comprehensive list of versions for the `ChangeHistoryChange.ChangeHistoryResource` class, ranging from version 0.14.0 up to the latest version 0.70.0, which can be used as a reference for the different version iterations."],["`ChangeHistoryChange.ChangeHistoryResource` is a snapshot of a resource before or after a change, implemented as a Protobuf type and extending the `GeneratedMessageV3` class."],["The class `ChangeHistoryChange.ChangeHistoryResource` has various methods and static fields, covering actions like parsing, building, and accessing data related to accounts, conversion events, data retention settings, data streams, Firebase links, Google Ads links, measurement protocol secrets, and properties."],["The class `ChangeHistoryChange.ChangeHistoryResource` includes methods for checking the existence of fields, such as `hasAccount()`, `hasConversionEvent()`, `hasDataRetentionSettings()`, and more, returning a boolean."],["Static methods like `getDefaultInstance()`, `newBuilder()`, and `parseFrom()` provide ways to create instances, builders, and parse data for the `ChangeHistoryChange.ChangeHistoryResource` class, showcasing the utility of the class for different use cases."]]],[]]