- 0.90.0 (latest)
- 0.88.0
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.82.0
- 0.80.0
- 0.78.0
- 0.77.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 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 final class ChangeHistoryChange.Builder extends GeneratedMessageV3.Builder<ChangeHistoryChange.Builder> implements ChangeHistoryChangeOrBuilderA description of a change to a single Google Analytics resource.
Protobuf type google.analytics.admin.v1beta.ChangeHistoryChange
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ChangeHistoryChange.BuilderImplements
ChangeHistoryChangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChangeHistoryChange.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ChangeHistoryChange.Builder |
build()
public ChangeHistoryChange build()| Type | Description |
| ChangeHistoryChange |
buildPartial()
public ChangeHistoryChange buildPartial()| Type | Description |
| ChangeHistoryChange |
clear()
public ChangeHistoryChange.Builder clear()| Type | Description |
| ChangeHistoryChange.Builder |
clearAction()
public ChangeHistoryChange.Builder clearAction()The type of action that changed this resource.
.google.analytics.admin.v1beta.ActionType action = 2;
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ChangeHistoryChange.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ChangeHistoryChange.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ChangeHistoryChange.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ChangeHistoryChange.Builder |
clearResource()
public ChangeHistoryChange.Builder clearResource()Resource name of the resource whose changes are described by this entry.
string resource = 1;
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
clearResourceAfterChange()
public ChangeHistoryChange.Builder clearResourceAfterChange()Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Type | Description |
| ChangeHistoryChange.Builder |
clearResourceBeforeChange()
public ChangeHistoryChange.Builder clearResourceBeforeChange()Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Type | Description |
| ChangeHistoryChange.Builder |
clone()
public ChangeHistoryChange.Builder clone()| Type | Description |
| ChangeHistoryChange.Builder |
getAction()
public ActionType getAction()The type of action that changed this resource.
.google.analytics.admin.v1beta.ActionType action = 2;
| Type | Description |
| ActionType | The action. |
getActionValue()
public int getActionValue()The type of action that changed this resource.
.google.analytics.admin.v1beta.ActionType action = 2;
| Type | Description |
| int | The enum numeric value on the wire for action. |
getDefaultInstanceForType()
public ChangeHistoryChange getDefaultInstanceForType()| Type | Description |
| ChangeHistoryChange |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getResource()
public String getResource()Resource name of the resource whose changes are described by this entry.
string resource = 1;
| Type | Description |
| String | The resource. |
getResourceAfterChange()
public ChangeHistoryChange.ChangeHistoryResource getResourceAfterChange()Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResource | The resourceAfterChange. |
getResourceAfterChangeBuilder()
public ChangeHistoryChange.ChangeHistoryResource.Builder getResourceAfterChangeBuilder()Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResource.Builder |
getResourceAfterChangeOrBuilder()
public ChangeHistoryChange.ChangeHistoryResourceOrBuilder getResourceAfterChangeOrBuilder()Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResourceOrBuilder |
getResourceBeforeChange()
public ChangeHistoryChange.ChangeHistoryResource getResourceBeforeChange()Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResource | The resourceBeforeChange. |
getResourceBeforeChangeBuilder()
public ChangeHistoryChange.ChangeHistoryResource.Builder getResourceBeforeChangeBuilder()Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResource.Builder |
getResourceBeforeChangeOrBuilder()
public ChangeHistoryChange.ChangeHistoryResourceOrBuilder getResourceBeforeChangeOrBuilder()Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Type | Description |
| ChangeHistoryChange.ChangeHistoryResourceOrBuilder |
getResourceBytes()
public ByteString getResourceBytes()Resource name of the resource whose changes are described by this entry.
string resource = 1;
| Type | Description |
| ByteString | The bytes for resource. |
hasResourceAfterChange()
public boolean hasResourceAfterChange()Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Type | Description |
| boolean | Whether the resourceAfterChange field is set. |
hasResourceBeforeChange()
public boolean hasResourceBeforeChange()Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Type | Description |
| boolean | Whether the resourceBeforeChange field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ChangeHistoryChange other)
public ChangeHistoryChange.Builder mergeFrom(ChangeHistoryChange other)| Name | Description |
| other | ChangeHistoryChange |
| Type | Description |
| ChangeHistoryChange.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChangeHistoryChange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ChangeHistoryChange.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ChangeHistoryChange.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ChangeHistoryChange.Builder |
mergeResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource value)
public ChangeHistoryChange.Builder mergeResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource value)Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Name | Description |
| value | ChangeHistoryChange.ChangeHistoryResource |
| Type | Description |
| ChangeHistoryChange.Builder |
mergeResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource value)
public ChangeHistoryChange.Builder mergeResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource value)Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Name | Description |
| value | ChangeHistoryChange.ChangeHistoryResource |
| Type | Description |
| ChangeHistoryChange.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChangeHistoryChange.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ChangeHistoryChange.Builder |
setAction(ActionType value)
public ChangeHistoryChange.Builder setAction(ActionType value)The type of action that changed this resource.
.google.analytics.admin.v1beta.ActionType action = 2;
| Name | Description |
| value | ActionTypeThe action to set. |
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
setActionValue(int value)
public ChangeHistoryChange.Builder setActionValue(int value)The type of action that changed this resource.
.google.analytics.admin.v1beta.ActionType action = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for action to set. |
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ChangeHistoryChange.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ChangeHistoryChange.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChangeHistoryChange.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ChangeHistoryChange.Builder |
setResource(String value)
public ChangeHistoryChange.Builder setResource(String value)Resource name of the resource whose changes are described by this entry.
string resource = 1;
| Name | Description |
| value | StringThe resource to set. |
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
setResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource value)
public ChangeHistoryChange.Builder setResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource value)Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Name | Description |
| value | ChangeHistoryChange.ChangeHistoryResource |
| Type | Description |
| ChangeHistoryChange.Builder |
setResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource.Builder builderForValue)
public ChangeHistoryChange.Builder setResourceAfterChange(ChangeHistoryChange.ChangeHistoryResource.Builder builderForValue)Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_after_change = 4;
| Name | Description |
| builderForValue | ChangeHistoryChange.ChangeHistoryResource.Builder |
| Type | Description |
| ChangeHistoryChange.Builder |
setResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource value)
public ChangeHistoryChange.Builder setResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource value)Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Name | Description |
| value | ChangeHistoryChange.ChangeHistoryResource |
| Type | Description |
| ChangeHistoryChange.Builder |
setResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource.Builder builderForValue)
public ChangeHistoryChange.Builder setResourceBeforeChange(ChangeHistoryChange.ChangeHistoryResource.Builder builderForValue)Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
.google.analytics.admin.v1beta.ChangeHistoryChange.ChangeHistoryResource resource_before_change = 3;
| Name | Description |
| builderForValue | ChangeHistoryChange.ChangeHistoryResource.Builder |
| Type | Description |
| ChangeHistoryChange.Builder |
setResourceBytes(ByteString value)
public ChangeHistoryChange.Builder setResourceBytes(ByteString value)Resource name of the resource whose changes are described by this entry.
string resource = 1;
| Name | Description |
| value | ByteStringThe bytes for resource to set. |
| Type | Description |
| ChangeHistoryChange.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ChangeHistoryChange.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ChangeHistoryChange.Builder |