public static final class SetAutomatedGa4ConfigurationOptOutRequest.Builder extends GeneratedMessageV3.Builder<SetAutomatedGa4ConfigurationOptOutRequest.Builder> implements SetAutomatedGa4ConfigurationOptOutRequestOrBuilder
Request for setting the opt out status for the automated GA4 setup process.
Protobuf type google.analytics.admin.v1alpha.SetAutomatedGa4ConfigurationOptOutRequest
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 SetAutomatedGa4ConfigurationOptOutRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SetAutomatedGa4ConfigurationOptOutRequest build()
buildPartial()
public SetAutomatedGa4ConfigurationOptOutRequest buildPartial()
clear()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOptOut()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOptOut()
The status to set.
bool opt_out = 2;
clearProperty()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearProperty()
Required. The UA property to set the opt out status. Note this request uses
the internal property ID, not the tracking ID of the form UA-XXXXXX-YY.
Format: properties/{internalWebPropertyId}
Example: properties/1234
string property = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public SetAutomatedGa4ConfigurationOptOutRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOptOut()
public boolean getOptOut()
The status to set.
bool opt_out = 2;
Returns |
---|
Type | Description |
boolean | The optOut.
|
getProperty()
public String getProperty()
Required. The UA property to set the opt out status. Note this request uses
the internal property ID, not the tracking ID of the form UA-XXXXXX-YY.
Format: properties/{internalWebPropertyId}
Example: properties/1234
string property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The property.
|
getPropertyBytes()
public ByteString getPropertyBytes()
Required. The UA property to set the opt out status. Note this request uses
the internal property ID, not the tracking ID of the form UA-XXXXXX-YY.
Format: properties/{internalWebPropertyId}
Example: properties/1234
string property = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for property.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOptOut(boolean value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setOptOut(boolean value)
The status to set.
bool opt_out = 2;
Parameter |
---|
Name | Description |
value | boolean
The optOut to set.
|
setProperty(String value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setProperty(String value)
Required. The UA property to set the opt out status. Note this request uses
the internal property ID, not the tracking ID of the form UA-XXXXXX-YY.
Format: properties/{internalWebPropertyId}
Example: properties/1234
string property = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The property to set.
|
setPropertyBytes(ByteString value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setPropertyBytes(ByteString value)
Required. The UA property to set the opt out status. Note this request uses
the internal property ID, not the tracking ID of the form UA-XXXXXX-YY.
Format: properties/{internalWebPropertyId}
Example: properties/1234
string property = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for property to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides