Class MeasurementProtocolSecret.Builder (0.95.0)

public static final class MeasurementProtocolSecret.Builder extends GeneratedMessage.Builder<MeasurementProtocolSecret.Builder> implements MeasurementProtocolSecretOrBuilder

A secret value used for sending hits to Measurement Protocol.

Protobuf type google.analytics.admin.v1beta.MeasurementProtocolSecret

Static Methods

getDescriptor()

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

Methods

build()

public MeasurementProtocolSecret build()
Returns
Type Description
MeasurementProtocolSecret

buildPartial()

public MeasurementProtocolSecret buildPartial()
Returns
Type Description
MeasurementProtocolSecret

clear()

public MeasurementProtocolSecret.Builder clear()
Returns
Type Description
MeasurementProtocolSecret.Builder
Overrides

clearDisplayName()

public MeasurementProtocolSecret.Builder clearDisplayName()

Required. Human-readable display name for this secret.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

clearName()

public MeasurementProtocolSecret.Builder clearName()

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

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

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

clearSecretValue()

public MeasurementProtocolSecret.Builder clearSecretValue()

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.

string secret_value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

getDefaultInstanceForType()

public MeasurementProtocolSecret getDefaultInstanceForType()
Returns
Type Description
MeasurementProtocolSecret

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Required. Human-readable display name for this secret.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. Human-readable display name for this secret.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public String getName()

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

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

Returns
Type Description
ByteString

The bytes for name.

getSecretValue()

public String getSecretValue()

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.

string secret_value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The secretValue.

getSecretValueBytes()

public ByteString getSecretValueBytes()

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.

string secret_value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for secretValue.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MeasurementProtocolSecret other)

public MeasurementProtocolSecret.Builder mergeFrom(MeasurementProtocolSecret other)
Parameter
Name Description
other MeasurementProtocolSecret
Returns
Type Description
MeasurementProtocolSecret.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MeasurementProtocolSecret.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MeasurementProtocolSecret.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MeasurementProtocolSecret.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MeasurementProtocolSecret.Builder
Overrides

setDisplayName(String value)

public MeasurementProtocolSecret.Builder setDisplayName(String value)

Required. Human-readable display name for this secret.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public MeasurementProtocolSecret.Builder setDisplayNameBytes(ByteString value)

Required. Human-readable display name for this secret.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

setName(String value)

public MeasurementProtocolSecret.Builder setName(String value)

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

setNameBytes(ByteString value)

public MeasurementProtocolSecret.Builder setNameBytes(ByteString value)

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

setSecretValue(String value)

public MeasurementProtocolSecret.Builder setSecretValue(String value)

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.

string secret_value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The secretValue to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.

setSecretValueBytes(ByteString value)

public MeasurementProtocolSecret.Builder setSecretValueBytes(ByteString value)

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.

string secret_value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for secretValue to set.

Returns
Type Description
MeasurementProtocolSecret.Builder

This builder for chaining.