Interface ListMeasurementProtocolSecretsResponseOrBuilder (0.54.0)

public interface ListMeasurementProtocolSecretsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMeasurementProtocolSecrets(int index)

public abstract MeasurementProtocolSecret getMeasurementProtocolSecrets(int index)

A list of secrets for the parent stream specified in the request.

repeated .google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secrets = 1;

Parameter
Name Description
index int
Returns
Type Description
MeasurementProtocolSecret

getMeasurementProtocolSecretsCount()

public abstract int getMeasurementProtocolSecretsCount()

A list of secrets for the parent stream specified in the request.

repeated .google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secrets = 1;

Returns
Type Description
int

getMeasurementProtocolSecretsList()

public abstract List<MeasurementProtocolSecret> getMeasurementProtocolSecretsList()

A list of secrets for the parent stream specified in the request.

repeated .google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secrets = 1;

Returns
Type Description
List<MeasurementProtocolSecret>

getMeasurementProtocolSecretsOrBuilder(int index)

public abstract MeasurementProtocolSecretOrBuilder getMeasurementProtocolSecretsOrBuilder(int index)

A list of secrets for the parent stream specified in the request.

repeated .google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secrets = 1;

Parameter
Name Description
index int
Returns
Type Description
MeasurementProtocolSecretOrBuilder

getMeasurementProtocolSecretsOrBuilderList()

public abstract List<? extends MeasurementProtocolSecretOrBuilder> getMeasurementProtocolSecretsOrBuilderList()

A list of secrets for the parent stream specified in the request.

repeated .google.analytics.admin.v1beta.MeasurementProtocolSecret measurement_protocol_secrets = 1;

Returns
Type Description
List<? extends com.google.analytics.admin.v1beta.MeasurementProtocolSecretOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.