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.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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public SetAutomatedGa4ConfigurationOptOutRequest build()
Returns
buildPartial()
public SetAutomatedGa4ConfigurationOptOutRequest buildPartial()
Returns
clear()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOptOut()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOptOut()
The status to set.
bool opt_out = 2;
Returns
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];
Returns
clone()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public SetAutomatedGa4ConfigurationOptOutRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getOptOut()
public boolean getOptOut()
The status to set.
bool opt_out = 2;
Returns
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
Parameter
Returns
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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.
|
Returns
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.
|
Returns
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.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides