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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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