Interface MediaCdnKey.TokenConfigOrBuilder (0.44.0)

public static interface MediaCdnKey.TokenConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQueryParameter()

public abstract String getQueryParameter()

Optional. The query parameter in which to find the token.

The name must be 1-64 characters long and match the regular expression a-zA-Z* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit.

Defaults to edge-cache-token.

string query_parameter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The queryParameter.

getQueryParameterBytes()

public abstract ByteString getQueryParameterBytes()

Optional. The query parameter in which to find the token.

The name must be 1-64 characters long and match the regular expression a-zA-Z* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit.

Defaults to edge-cache-token.

string query_parameter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for queryParameter.