Send feedback
Class FetchAutomatedGa4ConfigurationOptOutResponse.Builder (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.25.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.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 document outlines the available versions of the `FetchAutomatedGa4ConfigurationOptOutResponse.Builder` for the Google Analytics Admin API, ranging from version 0.14.0 to the latest version 0.70.0."],["The `FetchAutomatedGa4ConfigurationOptOutResponse.Builder` is used to build responses for fetching the opt-out status for the automated GA4 setup process."],["This class extends `GeneratedMessageV3.Builder` and implements `FetchAutomatedGa4ConfigurationOptOutResponseOrBuilder`, providing methods to manage and build the response."],["It includes inherited methods from several parent classes such as `AbstractMessage.Builder`, `AbstractMessageLite.Builder`, and `GeneratedMessageV3.Builder` for comprehensive message handling."],["Key functions include `build()`, `buildPartial()`, `mergeFrom()`, `setField()` and `getOptOut()`, which are used to create and manipulate instances of the class and are used to build the response to check the opt out status."]]],[]]