Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::ChangeHistoryChange.
A description of a change to a single Google Analytics resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::Google::Analytics::Admin::V1alpha::ActionType
Returns
- (::Google::Analytics::Admin::V1alpha::ActionType) — The type of action that changed this resource.
#action=
def action=(value) -> ::Google::Analytics::Admin::V1alpha::ActionType
Parameter
- value (::Google::Analytics::Admin::V1alpha::ActionType) — The type of action that changed this resource.
Returns
- (::Google::Analytics::Admin::V1alpha::ActionType) — The type of action that changed this resource.
#resource
def resource() -> ::String
Returns
- (::String) — Resource name of the resource whose changes are described by this entry.
#resource=
def resource=(value) -> ::String
Parameter
- value (::String) — Resource name of the resource whose changes are described by this entry.
Returns
- (::String) — Resource name of the resource whose changes are described by this entry.
#resource_after_change
def resource_after_change() -> ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Returns
- (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
#resource_after_change=
def resource_after_change=(value) -> ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Parameter
- value (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
Returns
- (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
#resource_before_change
def resource_before_change() -> ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Returns
- (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
#resource_before_change=
def resource_before_change=(value) -> ::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource
Parameter
- value (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
Returns
- (::Google::Analytics::Admin::V1alpha::ChangeHistoryChange::ChangeHistoryResource) — Resource contents from before the change was made. If this resource was created in this change, this field will be missing.