- 0.62.0 (latest)
- 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 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SetAutomatedGa4ConfigurationOptOutRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
build()
public SetAutomatedGa4ConfigurationOptOutRequest build()
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest |
buildPartial()
public SetAutomatedGa4ConfigurationOptOutRequest buildPartial()
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest |
clear()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clear()
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
clearOptOut()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clearOptOut()
The status to set.
bool opt_out = 2;
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
This builder for chaining. |
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 | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
This builder for chaining. |
clone()
public SetAutomatedGa4ConfigurationOptOutRequest.Builder clone()
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
getDefaultInstanceForType()
public SetAutomatedGa4ConfigurationOptOutRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(SetAutomatedGa4ConfigurationOptOutRequest other)
Parameter | |
---|---|
Name | Description |
other |
SetAutomatedGa4ConfigurationOptOutRequest |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
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 | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
This builder for chaining. |
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 | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
This builder for chaining. |
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 | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SetAutomatedGa4ConfigurationOptOutRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SetAutomatedGa4ConfigurationOptOutRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SetAutomatedGa4ConfigurationOptOutRequest.Builder |