public final class SetAutomatedGa4ConfigurationOptOutResponse extends GeneratedMessageV3 implements SetAutomatedGa4ConfigurationOptOutResponseOrBuilder
Response message for setting the opt out status for the automated GA4 setup
process.
Protobuf type google.analytics.admin.v1alpha.SetAutomatedGa4ConfigurationOptOutResponse
Static Methods
getDefaultInstance()
public static SetAutomatedGa4ConfigurationOptOutResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SetAutomatedGa4ConfigurationOptOutResponse.Builder newBuilder()
Returns
newBuilder(SetAutomatedGa4ConfigurationOptOutResponse prototype)
public static SetAutomatedGa4ConfigurationOptOutResponse.Builder newBuilder(SetAutomatedGa4ConfigurationOptOutResponse prototype)
Parameter
Returns
public static SetAutomatedGa4ConfigurationOptOutResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SetAutomatedGa4ConfigurationOptOutResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetAutomatedGa4ConfigurationOptOutResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SetAutomatedGa4ConfigurationOptOutResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SetAutomatedGa4ConfigurationOptOutResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SetAutomatedGa4ConfigurationOptOutResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SetAutomatedGa4ConfigurationOptOutResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetAutomatedGa4ConfigurationOptOutResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SetAutomatedGa4ConfigurationOptOutResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions