Interface AwsPrincipalTagsOptionsOrBuilder (0.60.0)

public interface AwsPrincipalTagsOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowedPrincipalTags()

public abstract AwsPrincipalTagsOptions.AllowedPrincipalTags getAllowedPrincipalTags()

Optional. Principal tags to allow in the token.

.google.cloud.confidentialcomputing.v1.AwsPrincipalTagsOptions.AllowedPrincipalTags allowed_principal_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AwsPrincipalTagsOptions.AllowedPrincipalTags

The allowedPrincipalTags.

getAllowedPrincipalTagsOrBuilder()

public abstract AwsPrincipalTagsOptions.AllowedPrincipalTagsOrBuilder getAllowedPrincipalTagsOrBuilder()

Optional. Principal tags to allow in the token.

.google.cloud.confidentialcomputing.v1.AwsPrincipalTagsOptions.AllowedPrincipalTags allowed_principal_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AwsPrincipalTagsOptions.AllowedPrincipalTagsOrBuilder

hasAllowedPrincipalTags()

public abstract boolean hasAllowedPrincipalTags()

Optional. Principal tags to allow in the token.

.google.cloud.confidentialcomputing.v1.AwsPrincipalTagsOptions.AllowedPrincipalTags allowed_principal_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the allowedPrincipalTags field is set.