Interface TokenOptions.AwsPrincipalTagsOptions.AllowedPrincipalTags.ContainerImageSignaturesOrBuilder (0.41.0)

public static interface TokenOptions.AwsPrincipalTagsOptions.AllowedPrincipalTags.ContainerImageSignaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyIds(int index)

public abstract String getKeyIds(int index)

Optional. List of key ids to filter into the Principal tags. Only keys that have been validated and added to the token will be filtered into principal tags. Unrecognized key ids will be ignored.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The keyIds at the given index.

getKeyIdsBytes(int index)

public abstract ByteString getKeyIdsBytes(int index)

Optional. List of key ids to filter into the Principal tags. Only keys that have been validated and added to the token will be filtered into principal tags. Unrecognized key ids will be ignored.

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the keyIds at the given index.

getKeyIdsCount()

public abstract int getKeyIdsCount()

Optional. List of key ids to filter into the Principal tags. Only keys that have been validated and added to the token will be filtered into principal tags. Unrecognized key ids will be ignored.

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

Returns
Type Description
int

The count of keyIds.

getKeyIdsList()

public abstract List<String> getKeyIdsList()

Optional. List of key ids to filter into the Principal tags. Only keys that have been validated and added to the token will be filtered into principal tags. Unrecognized key ids will be ignored.

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

Returns
Type Description
List<String>

A list containing the keyIds.