Send feedback
Class FetchAutomatedGa4ConfigurationOptOutResponse.Builder (0.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.53.0 keyboard_arrow_down
public static final class FetchAutomatedGa4ConfigurationOptOutResponse . Builder extends GeneratedMessageV3 . Builder<FetchAutomatedGa4ConfigurationOptOutResponse . Builder > implements FetchAutomatedGa4ConfigurationOptOutResponseOrBuilder
Response message for fetching the opt out status for the automated GA4 setup
process.
Protobuf type
google.analytics.admin.v1alpha.FetchAutomatedGa4ConfigurationOptOutResponse
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 FetchAutomatedGa4ConfigurationOptOutResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public FetchAutomatedGa4ConfigurationOptOutResponse build ()
buildPartial()
public FetchAutomatedGa4ConfigurationOptOutResponse buildPartial ()
clear()
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearOptOut()
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder clearOptOut ()
The opt out status for the UA property.
bool opt_out = 1;
clone()
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public FetchAutomatedGa4ConfigurationOptOutResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getOptOut()
public boolean getOptOut ()
The opt out status for the UA property.
bool opt_out = 1;
Returns
Type
Description
boolean
The optOut.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(FetchAutomatedGa4ConfigurationOptOutResponse other)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder mergeFrom ( FetchAutomatedGa4ConfigurationOptOutResponse other )
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchAutomatedGa4ConfigurationOptOutResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setOptOut(boolean value)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder setOptOut ( boolean value )
The opt out status for the UA property.
bool opt_out = 1;
Parameter
Name
Description
value
boolean
The optOut to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchAutomatedGa4ConfigurationOptOutResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchAutomatedGa4ConfigurationOptOutResponse . 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-03-21 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-03-21 UTC."],[[["This webpage provides documentation for the `FetchAutomatedGa4ConfigurationOptOutResponse.Builder` class, part of the Google Analytics Admin v1alpha Java API."],["The class is used to build response messages for fetching the opt-out status of the automated GA4 setup process, specifically extending `GeneratedMessageV3.Builder` and implementing `FetchAutomatedGa4ConfigurationOptOutResponseOrBuilder`."],["The documentation lists all available versions of this API class, ranging from the latest version 0.70.0 down to 0.14.0, as well as showing you the current version you are on, 0.53.0."],["The documentation includes detailed methods and inherited members, allowing developers to understand how to use the `FetchAutomatedGa4ConfigurationOptOutResponse.Builder` class effectively."]]],[]]