Class DataSharingSettings (0.54.0)

public final class DataSharingSettings extends GeneratedMessageV3 implements DataSharingSettingsOrBuilder

A resource message representing data sharing settings of a Google Analytics account.

Protobuf type google.analytics.admin.v1beta.DataSharingSettings

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SHARING_WITH_GOOGLE_ANY_SALES_ENABLED_FIELD_NUMBER

public static final int SHARING_WITH_GOOGLE_ANY_SALES_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

SHARING_WITH_GOOGLE_ASSIGNED_SALES_ENABLED_FIELD_NUMBER

public static final int SHARING_WITH_GOOGLE_ASSIGNED_SALES_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

SHARING_WITH_GOOGLE_PRODUCTS_ENABLED_FIELD_NUMBER

public static final int SHARING_WITH_GOOGLE_PRODUCTS_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

SHARING_WITH_GOOGLE_SUPPORT_ENABLED_FIELD_NUMBER

public static final int SHARING_WITH_GOOGLE_SUPPORT_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

SHARING_WITH_OTHERS_ENABLED_FIELD_NUMBER

public static final int SHARING_WITH_OTHERS_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataSharingSettings getDefaultInstance()
Returns
Type Description
DataSharingSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataSharingSettings.Builder newBuilder()
Returns
Type Description
DataSharingSettings.Builder

newBuilder(DataSharingSettings prototype)

public static DataSharingSettings.Builder newBuilder(DataSharingSettings prototype)
Parameter
Name Description
prototype DataSharingSettings
Returns
Type Description
DataSharingSettings.Builder

parseDelimitedFrom(InputStream input)

public static DataSharingSettings parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataSharingSettings parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataSharingSettings parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataSharingSettings parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataSharingSettings parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataSharingSettings parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataSharingSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataSharingSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataSharingSettings> parser()
Returns
Type Description
Parser<DataSharingSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DataSharingSettings getDefaultInstanceForType()
Returns
Type Description
DataSharingSettings

getName()

public String getName()

Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<DataSharingSettings> getParserForType()
Returns
Type Description
Parser<DataSharingSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSharingWithGoogleAnySalesEnabled()

public boolean getSharingWithGoogleAnySalesEnabled()

Allows any of Google sales to access the data in order to suggest configuration changes to improve results.

bool sharing_with_google_any_sales_enabled = 4;

Returns
Type Description
boolean

The sharingWithGoogleAnySalesEnabled.

getSharingWithGoogleAssignedSalesEnabled()

public boolean getSharingWithGoogleAssignedSalesEnabled()

Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.

bool sharing_with_google_assigned_sales_enabled = 3;

Returns
Type Description
boolean

The sharingWithGoogleAssignedSalesEnabled.

getSharingWithGoogleProductsEnabled()

public boolean getSharingWithGoogleProductsEnabled()

Allows Google to use the data to improve other Google products or services.

bool sharing_with_google_products_enabled = 5;

Returns
Type Description
boolean

The sharingWithGoogleProductsEnabled.

getSharingWithGoogleSupportEnabled()

public boolean getSharingWithGoogleSupportEnabled()

Allows Google support to access the data in order to help troubleshoot issues.

bool sharing_with_google_support_enabled = 2;

Returns
Type Description
boolean

The sharingWithGoogleSupportEnabled.

getSharingWithOthersEnabled()

public boolean getSharingWithOthersEnabled()

Allows Google to share the data anonymously in aggregate form with others.

bool sharing_with_others_enabled = 6;

Returns
Type Description
boolean

The sharingWithOthersEnabled.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataSharingSettings.Builder newBuilderForType()
Returns
Type Description
DataSharingSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataSharingSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataSharingSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DataSharingSettings.Builder toBuilder()
Returns
Type Description
DataSharingSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException