Interface DataSharingSettingsOrBuilder (0.30.0)

public interface DataSharingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for name.

getSharingWithGoogleAnySalesEnabled()

public abstract 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
TypeDescription
boolean

The sharingWithGoogleAnySalesEnabled.

getSharingWithGoogleAssignedSalesEnabled()

public abstract 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
TypeDescription
boolean

The sharingWithGoogleAssignedSalesEnabled.

getSharingWithGoogleProductsEnabled()

public abstract boolean getSharingWithGoogleProductsEnabled()

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

bool sharing_with_google_products_enabled = 5;

Returns
TypeDescription
boolean

The sharingWithGoogleProductsEnabled.

getSharingWithGoogleSupportEnabled()

public abstract boolean getSharingWithGoogleSupportEnabled()

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

bool sharing_with_google_support_enabled = 2;

Returns
TypeDescription
boolean

The sharingWithGoogleSupportEnabled.

getSharingWithOthersEnabled()

public abstract boolean getSharingWithOthersEnabled()

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

bool sharing_with_others_enabled = 6;

Returns
TypeDescription
boolean

The sharingWithOthersEnabled.