- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public static interface ChangeHistoryChange.ChangeHistoryResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccount()
public abstract 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 abstract AccountOrBuilder getAccountOrBuilder()
A snapshot of an Account resource in change history.
.google.analytics.admin.v1beta.Account account = 1;
Returns | |
---|---|
Type | Description |
AccountOrBuilder |
getConversionEvent()
public abstract ConversionEvent getConversionEvent()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
Returns | |
---|---|
Type | Description |
ConversionEvent |
The conversionEvent. |
getConversionEventOrBuilder()
public abstract ConversionEventOrBuilder getConversionEventOrBuilder()
A snapshot of a ConversionEvent resource in change history.
.google.analytics.admin.v1beta.ConversionEvent conversion_event = 11;
Returns | |
---|---|
Type | Description |
ConversionEventOrBuilder |
getDataRetentionSettings()
public abstract DataRetentionSettings getDataRetentionSettings()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
Returns | |
---|---|
Type | Description |
DataRetentionSettings |
The dataRetentionSettings. |
getDataRetentionSettingsOrBuilder()
public abstract DataRetentionSettingsOrBuilder getDataRetentionSettingsOrBuilder()
A snapshot of a data retention settings resource in change history.
.google.analytics.admin.v1beta.DataRetentionSettings data_retention_settings = 15;
Returns | |
---|---|
Type | Description |
DataRetentionSettingsOrBuilder |
getDataStream()
public abstract DataStream getDataStream()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
Returns | |
---|---|
Type | Description |
DataStream |
The dataStream. |
getDataStreamOrBuilder()
public abstract DataStreamOrBuilder getDataStreamOrBuilder()
A snapshot of a DataStream resource in change history.
.google.analytics.admin.v1beta.DataStream data_stream = 18;
Returns | |
---|---|
Type | Description |
DataStreamOrBuilder |
getFirebaseLink()
public abstract FirebaseLink getFirebaseLink()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
Returns | |
---|---|
Type | Description |
FirebaseLink |
The firebaseLink. |
getFirebaseLinkOrBuilder()
public abstract FirebaseLinkOrBuilder getFirebaseLinkOrBuilder()
A snapshot of a FirebaseLink resource in change history.
.google.analytics.admin.v1beta.FirebaseLink firebase_link = 6;
Returns | |
---|---|
Type | Description |
FirebaseLinkOrBuilder |
getGoogleAdsLink()
public abstract GoogleAdsLink getGoogleAdsLink()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
Returns | |
---|---|
Type | Description |
GoogleAdsLink |
The googleAdsLink. |
getGoogleAdsLinkOrBuilder()
public abstract GoogleAdsLinkOrBuilder getGoogleAdsLinkOrBuilder()
A snapshot of a GoogleAdsLink resource in change history.
.google.analytics.admin.v1beta.GoogleAdsLink google_ads_link = 7;
Returns | |
---|---|
Type | Description |
GoogleAdsLinkOrBuilder |
getMeasurementProtocolSecret()
public abstract MeasurementProtocolSecret getMeasurementProtocolSecret()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
Returns | |
---|---|
Type | Description |
MeasurementProtocolSecret |
The measurementProtocolSecret. |
getMeasurementProtocolSecretOrBuilder()
public abstract MeasurementProtocolSecretOrBuilder getMeasurementProtocolSecretOrBuilder()
A snapshot of a MeasurementProtocolSecret resource in change history.
.google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secret = 12;
Returns | |
---|---|
Type | Description |
MeasurementProtocolSecretOrBuilder |
getProperty()
public abstract 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 abstract PropertyOrBuilder getPropertyOrBuilder()
A snapshot of a Property resource in change history.
.google.analytics.admin.v1beta.Property property = 2;
Returns | |
---|---|
Type | Description |
PropertyOrBuilder |
getResourceCase()
public abstract ChangeHistoryChange.ChangeHistoryResource.ResourceCase getResourceCase()
Returns | |
---|---|
Type | Description |
ChangeHistoryChange.ChangeHistoryResource.ResourceCase |
hasAccount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |