Interface AccessSummaryOrBuilder (0.1.0)

public interface AccessSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. Labels as key value pairs

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getAuthProvider()

public abstract String getAuthProvider()

Output only. The auth_provider that this access summary is associated with.

string auth_provider = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The authProvider.

getAuthProviderBytes()

public abstract ByteString getAuthProviderBytes()

Output only. The auth_provider that this access summary is associated with.

string auth_provider = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for authProvider.

getAuthProviderType()

public abstract AuthProviderType getAuthProviderType()

Output only. The type of the connector that was used to create this access summary.

.google.cloud.agentidentity.v1.AuthProviderType auth_provider_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AuthProviderType

The authProviderType.

getAuthProviderTypeValue()

public abstract int getAuthProviderTypeValue()

Output only. The type of the connector that was used to create this access summary.

.google.cloud.agentidentity.v1.AuthProviderType auth_provider_type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for authProviderType.

getFirstAccessTime()

public abstract Timestamp getFirstAccessTime()

Output only. The first time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp first_access_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The firstAccessTime.

getFirstAccessTimeOrBuilder()

public abstract TimestampOrBuilder getFirstAccessTimeOrBuilder()

Output only. The first time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp first_access_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. Labels as key value pairs

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. Labels as key value pairs

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Optional. Labels as key value pairs

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Optional. Labels as key value pairs

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getLastAccessTime()

public abstract Timestamp getLastAccessTime()

Output only. The most recent time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp last_access_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The lastAccessTime.

getLastAccessTimeOrBuilder()

public abstract TimestampOrBuilder getLastAccessTimeOrBuilder()

Output only. The most recent time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp last_access_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getName()

public abstract String getName()

Output only. Identifier. Name of the AccessSummary

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Identifier. Name of the AccessSummary

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

Returns
Type Description
ByteString

The bytes for name.

getPurgeTime()

public abstract Timestamp getPurgeTime()

Output only. The time when this access summary is permanently deleted.

.google.protobuf.Timestamp purge_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The purgeTime.

getPurgeTimeOrBuilder()

public abstract TimestampOrBuilder getPurgeTimeOrBuilder()

Output only. The time when this access summary is permanently deleted.

.google.protobuf.Timestamp purge_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getScopes(int index)

public abstract String getScopes(int index)

Output only. All scopes that have been used by this user with this workload. The number of scopes is limited to 200.

repeated string scopes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The scopes at the given index.

getScopesBytes(int index)

public abstract ByteString getScopesBytes(int index)

Output only. All scopes that have been used by this user with this workload. The number of scopes is limited to 200.

repeated string scopes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the scopes at the given index.

getScopesCount()

public abstract int getScopesCount()

Output only. All scopes that have been used by this user with this workload. The number of scopes is limited to 200.

repeated string scopes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of scopes.

getScopesList()

public abstract List<String> getScopesList()

Output only. All scopes that have been used by this user with this workload. The number of scopes is limited to 200.

repeated string scopes = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the scopes.

getTokenUrl()

public abstract String getTokenUrl()

Output only. The url of the authentication server that was accessed.

string token_url = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The tokenUrl.

getTokenUrlBytes()

public abstract ByteString getTokenUrlBytes()

Output only. The url of the authentication server that was accessed.

string token_url = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for tokenUrl.

getUserId()

public abstract String getUserId()

Output only. The user_id provided by the workload application for this user. Not verified by Google.

string user_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The userId.

getUserIdBytes()

public abstract ByteString getUserIdBytes()

Output only. The user_id provided by the workload application for this user. Not verified by Google.

string user_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for userId.

getWorkloadId()

public abstract String getWorkloadId()

Output only. The identity bound to the workload that this user interacted with to produce this AccessSummary. Will typically be an agentic spiffe id

string workload_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The workloadId.

getWorkloadIdBytes()

public abstract ByteString getWorkloadIdBytes()

Output only. The identity bound to the workload that this user interacted with to produce this AccessSummary. Will typically be an agentic spiffe id

string workload_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for workloadId.

hasFirstAccessTime()

public abstract boolean hasFirstAccessTime()

Output only. The first time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp first_access_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the firstAccessTime field is set.

hasLastAccessTime()

public abstract boolean hasLastAccessTime()

Output only. The most recent time this user has interacted with this workload. Rounded to the previous hour.

.google.protobuf.Timestamp last_access_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastAccessTime field is set.

hasPurgeTime()

public abstract boolean hasPurgeTime()

Output only. The time when this access summary is permanently deleted.

.google.protobuf.Timestamp purge_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the purgeTime field is set.