Interface ReportingIdentitySettingsOrBuilder (0.83.0)

public interface ReportingIdentitySettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"

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

Returns
Type Description
ByteString

The bytes for name.

getReportingIdentity()

public abstract ReportingIdentitySettings.ReportingIdentity getReportingIdentity()

The strategy used for identifying user identities in reports.

.google.analytics.admin.v1alpha.ReportingIdentitySettings.ReportingIdentity reporting_identity = 2;

Returns
Type Description
ReportingIdentitySettings.ReportingIdentity

The reportingIdentity.

getReportingIdentityValue()

public abstract int getReportingIdentityValue()

The strategy used for identifying user identities in reports.

.google.analytics.admin.v1alpha.ReportingIdentitySettings.ReportingIdentity reporting_identity = 2;

Returns
Type Description
int

The enum numeric value on the wire for reportingIdentity.