Send feedback
Class ChangeHistoryChange.ChangeHistoryResource (0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.28.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ACCOUNT_FIELD_NUMBER
public static final int ACCOUNT_FIELD_NUMBER
Field Value Type Description int
CONVERSION_EVENT_FIELD_NUMBER
public static final int CONVERSION_EVENT_FIELD_NUMBER
Field Value Type Description int
DATA_RETENTION_SETTINGS_FIELD_NUMBER
public static final int DATA_RETENTION_SETTINGS_FIELD_NUMBER
Field Value Type Description int
DATA_STREAM_FIELD_NUMBER
public static final int DATA_STREAM_FIELD_NUMBER
Field Value Type Description int
FIREBASE_LINK_FIELD_NUMBER
public static final int FIREBASE_LINK_FIELD_NUMBER
Field Value Type Description int
GOOGLE_ADS_LINK_FIELD_NUMBER
public static final int GOOGLE_ADS_LINK_FIELD_NUMBER
Field Value Type Description int
MEASUREMENT_PROTOCOL_SECRET_FIELD_NUMBER
public static final int MEASUREMENT_PROTOCOL_SECRET_FIELD_NUMBER
Field Value Type Description int
PROPERTY_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ChangeHistoryChange . ChangeHistoryResource getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ChangeHistoryChange . ChangeHistoryResource . Builder newBuilder ()
newBuilder(ChangeHistoryChange.ChangeHistoryResource prototype)
public static ChangeHistoryChange . ChangeHistoryResource . Builder newBuilder ( ChangeHistoryChange . ChangeHistoryResource prototype )
parseDelimitedFrom(InputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeHistoryChange . ChangeHistoryResource parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ChangeHistoryChange . ChangeHistoryResource > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAccount()
public Account getAccount ()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
Returns Type Description Account
The account.
getAccountOrBuilder()
public AccountOrBuilder getAccountOrBuilder ()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
getConversionEvent()
public ConversionEvent getConversionEvent ()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
getConversionEventOrBuilder()
public ConversionEventOrBuilder getConversionEventOrBuilder ()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
getDataRetentionSettings()
public DataRetentionSettings getDataRetentionSettings ()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
getDataRetentionSettingsOrBuilder()
public DataRetentionSettingsOrBuilder getDataRetentionSettingsOrBuilder ()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
getDataStream()
public DataStream getDataStream ()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
getDataStreamOrBuilder()
public DataStreamOrBuilder getDataStreamOrBuilder ()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
getDefaultInstanceForType()
public ChangeHistoryChange . ChangeHistoryResource getDefaultInstanceForType ()
getFirebaseLink()
public FirebaseLink getFirebaseLink ()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
getFirebaseLinkOrBuilder()
public FirebaseLinkOrBuilder getFirebaseLinkOrBuilder ()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
getGoogleAdsLink()
public GoogleAdsLink getGoogleAdsLink ()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
getGoogleAdsLinkOrBuilder()
public GoogleAdsLinkOrBuilder getGoogleAdsLinkOrBuilder ()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
getMeasurementProtocolSecret()
public MeasurementProtocolSecret getMeasurementProtocolSecret ()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
getMeasurementProtocolSecretOrBuilder()
public MeasurementProtocolSecretOrBuilder getMeasurementProtocolSecretOrBuilder ()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
getParserForType()
public Parser<ChangeHistoryChange . ChangeHistoryResource > getParserForType ()
Overrides
getProperty()
public Property getProperty ()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
Returns Type Description Property
The property.
getPropertyOrBuilder()
public PropertyOrBuilder getPropertyOrBuilder ()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
getResourceCase()
public ChangeHistoryChange . ChangeHistoryResource . ResourceCase getResourceCase ()
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
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 Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ChangeHistoryChange . ChangeHistoryResource . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChangeHistoryChange . ChangeHistoryResource . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ChangeHistoryChange . ChangeHistoryResource . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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."],[[["Version 0.28.0 of the documentation includes access to multiple versions, ranging from 0.14.0 to the latest version 0.70.0, for `ChangeHistoryChange.ChangeHistoryResource`."],["`ChangeHistoryChange.ChangeHistoryResource` extends `GeneratedMessageV3` and provides a snapshot of a resource before or after a change."],["This class implements `ChangeHistoryChange.ChangeHistoryResourceOrBuilder`, and inherits members from parent classes, offering methods for various operations such as equality checks, serialization, and parsing."],["It includes static fields like `ACCOUNT_FIELD_NUMBER` and `PROPERTY_FIELD_NUMBER`, along with methods like `getDefaultInstance()` and `newBuilder()`, enabling access and manipulation of resource properties."],["Methods such as `hasAccount()`, `hasProperty()`, `hasConversionEvent()` and `hasDataRetentionSettings()`, allows checking whether different fields are set, providing a way to query the existence of specific resource snapshots in the change history."]]],[]]