Send feedback
Class DeleteConnectedSiteTagRequest.Builder (0.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.40.0 keyboard_arrow_down
public static final class DeleteConnectedSiteTagRequest . Builder extends GeneratedMessageV3 . Builder<DeleteConnectedSiteTagRequest . Builder > implements DeleteConnectedSiteTagRequestOrBuilder
Request message for DeleteConnectedSiteTag RPC.
Protobuf type google.analytics.admin.v1alpha.DeleteConnectedSiteTagRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectedSiteTagRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DeleteConnectedSiteTagRequest build ()
buildPartial()
public DeleteConnectedSiteTagRequest buildPartial ()
clear()
public DeleteConnectedSiteTagRequest . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DeleteConnectedSiteTagRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteConnectedSiteTagRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearProperty()
public DeleteConnectedSiteTagRequest . Builder clearProperty ()
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties.
Format: properties/{universalAnalyticsPropertyId}
Example: properties/1234
string property = 1;
clearTagId()
public DeleteConnectedSiteTagRequest . Builder clearTagId ()
Tag ID to forward events to. Also known as the Measurement ID, or the
"G-ID" (For example: G-12345).
string tag_id = 2;
clone()
public DeleteConnectedSiteTagRequest . Builder clone ()
Overrides
getDefaultInstanceForType()
public DeleteConnectedSiteTagRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getProperty()
public String getProperty ()
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties.
Format: properties/{universalAnalyticsPropertyId}
Example: properties/1234
string property = 1;
Returns Type Description String
The property.
getPropertyBytes()
public ByteString getPropertyBytes ()
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties.
Format: properties/{universalAnalyticsPropertyId}
Example: properties/1234
string property = 1;
Returns Type Description ByteString
The bytes for property.
getTagId()
Tag ID to forward events to. Also known as the Measurement ID, or the
"G-ID" (For example: G-12345).
string tag_id = 2;
Returns Type Description String
The tagId.
getTagIdBytes()
public ByteString getTagIdBytes ()
Tag ID to forward events to. Also known as the Measurement ID, or the
"G-ID" (For example: G-12345).
string tag_id = 2;
Returns Type Description ByteString
The bytes for tagId.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DeleteConnectedSiteTagRequest other)
public DeleteConnectedSiteTagRequest . Builder mergeFrom ( DeleteConnectedSiteTagRequest other )
public DeleteConnectedSiteTagRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DeleteConnectedSiteTagRequest . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectedSiteTagRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectedSiteTagRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setProperty(String value)
public DeleteConnectedSiteTagRequest . Builder setProperty ( String value )
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties.
Format: properties/{universalAnalyticsPropertyId}
Example: properties/1234
string property = 1;
Parameter Name Description value
String
The property to set.
setPropertyBytes(ByteString value)
public DeleteConnectedSiteTagRequest . Builder setPropertyBytes ( ByteString value )
The Universal Analytics property to delete connected site tags for.
This API does not support GA4 properties.
Format: properties/{universalAnalyticsPropertyId}
Example: properties/1234
string property = 1;
Parameter Name Description value
ByteString
The bytes for property to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteConnectedSiteTagRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setTagId(String value)
public DeleteConnectedSiteTagRequest . Builder setTagId ( String value )
Tag ID to forward events to. Also known as the Measurement ID, or the
"G-ID" (For example: G-12345).
string tag_id = 2;
Parameter Name Description value
String
The tagId to set.
setTagIdBytes(ByteString value)
public DeleteConnectedSiteTagRequest . Builder setTagIdBytes ( ByteString value )
Tag ID to forward events to. Also known as the Measurement ID, or the
"G-ID" (For example: G-12345).
string tag_id = 2;
Parameter Name Description value
ByteString
The bytes for tagId to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectedSiteTagRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-01-28 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-01-28 UTC."],[],[]]