Class Access.Builder (2.23.0)

public static final class Access.Builder extends GeneratedMessageV3.Builder<Access.Builder> implements AccessOrBuilder

Represents an access event.

Protobuf type google.cloud.securitycenter.v1.Access

Implements

AccessOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)

public Access.Builder addAllServiceAccountDelegationInfo(Iterable<? extends ServiceAccountDelegationInfo> values)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.securitycenter.v1.ServiceAccountDelegationInfo>
Returns
TypeDescription
Access.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Access.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Access.Builder
Overrides

addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value)

public Access.Builder addServiceAccountDelegationInfo(ServiceAccountDelegationInfo value)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
valueServiceAccountDelegationInfo
Returns
TypeDescription
Access.Builder

addServiceAccountDelegationInfo(ServiceAccountDelegationInfo.Builder builderForValue)

public Access.Builder addServiceAccountDelegationInfo(ServiceAccountDelegationInfo.Builder builderForValue)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
builderForValueServiceAccountDelegationInfo.Builder
Returns
TypeDescription
Access.Builder

addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)

public Access.Builder addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameters
NameDescription
indexint
valueServiceAccountDelegationInfo
Returns
TypeDescription
Access.Builder

addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue)

public Access.Builder addServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameters
NameDescription
indexint
builderForValueServiceAccountDelegationInfo.Builder
Returns
TypeDescription
Access.Builder

addServiceAccountDelegationInfoBuilder()

public ServiceAccountDelegationInfo.Builder addServiceAccountDelegationInfoBuilder()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
ServiceAccountDelegationInfo.Builder

addServiceAccountDelegationInfoBuilder(int index)

public ServiceAccountDelegationInfo.Builder addServiceAccountDelegationInfoBuilder(int index)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAccountDelegationInfo.Builder

build()

public Access build()
Returns
TypeDescription
Access

buildPartial()

public Access buildPartial()
Returns
TypeDescription
Access

clear()

public Access.Builder clear()
Returns
TypeDescription
Access.Builder
Overrides

clearCallerIp()

public Access.Builder clearCallerIp()

Caller's IP address, such as "1.1.1.1".

string caller_ip = 2;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearCallerIpGeo()

public Access.Builder clearCallerIpGeo()

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Returns
TypeDescription
Access.Builder

clearField(Descriptors.FieldDescriptor field)

public Access.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Access.Builder
Overrides

clearMethodName()

public Access.Builder clearMethodName()

The method that the service account called, e.g. "SetIamPolicy".

string method_name = 6;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Access.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Access.Builder
Overrides

clearPrincipalEmail()

public Access.Builder clearPrincipalEmail()

Associated email, such as "foo@google.com". The email address of the authenticated user (or service account on behalf of third party principal) making the request. For third party identity callers, the principal_subject field is populated instead of this field. For privacy reasons, the principal email address is sometimes redacted. For more information, see Caller identities in audit logs.

string principal_email = 1;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearPrincipalSubject()

public Access.Builder clearPrincipalSubject()

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

string principal_subject = 7;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearServiceAccountDelegationInfo()

public Access.Builder clearServiceAccountDelegationInfo()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
Access.Builder

clearServiceAccountKeyName()

public Access.Builder clearServiceAccountKeyName()

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

string service_account_key_name = 8;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearServiceName()

public Access.Builder clearServiceName()

This is the API service that the service account made a call to, e.g. "iam.googleapis.com"

string service_name = 5;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearUserAgentFamily()

public Access.Builder clearUserAgentFamily()

What kind of user agent is associated, for example operating system shells, embedded or stand-alone applications, etc.

string user_agent_family = 4;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearUserName()

public Access.Builder clearUserName()

A string that represents the username of a user, user account, or other entity involved in the access event. What the entity is and what its role in the access event is depends on the finding that this field appears in. The entity is likely not an IAM principal, but could be a user that is logged into an operating system, if the finding is VM-related, or a user that is logged into some type of application that is involved in the access event.

string user_name = 11;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clone()

public Access.Builder clone()
Returns
TypeDescription
Access.Builder
Overrides

getCallerIp()

public String getCallerIp()

Caller's IP address, such as "1.1.1.1".

string caller_ip = 2;

Returns
TypeDescription
String

The callerIp.

getCallerIpBytes()

public ByteString getCallerIpBytes()

Caller's IP address, such as "1.1.1.1".

string caller_ip = 2;

Returns
TypeDescription
ByteString

The bytes for callerIp.

getCallerIpGeo()

public Geolocation getCallerIpGeo()

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Returns
TypeDescription
Geolocation

The callerIpGeo.

getCallerIpGeoBuilder()

public Geolocation.Builder getCallerIpGeoBuilder()

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Returns
TypeDescription
Geolocation.Builder

getCallerIpGeoOrBuilder()

public GeolocationOrBuilder getCallerIpGeoOrBuilder()

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Returns
TypeDescription
GeolocationOrBuilder

getDefaultInstanceForType()

public Access getDefaultInstanceForType()
Returns
TypeDescription
Access

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMethodName()

public String getMethodName()

The method that the service account called, e.g. "SetIamPolicy".

string method_name = 6;

Returns
TypeDescription
String

The methodName.

getMethodNameBytes()

public ByteString getMethodNameBytes()

The method that the service account called, e.g. "SetIamPolicy".

string method_name = 6;

Returns
TypeDescription
ByteString

The bytes for methodName.

getPrincipalEmail()

public String getPrincipalEmail()

Associated email, such as "foo@google.com". The email address of the authenticated user (or service account on behalf of third party principal) making the request. For third party identity callers, the principal_subject field is populated instead of this field. For privacy reasons, the principal email address is sometimes redacted. For more information, see Caller identities in audit logs.

string principal_email = 1;

Returns
TypeDescription
String

The principalEmail.

getPrincipalEmailBytes()

public ByteString getPrincipalEmailBytes()

Associated email, such as "foo@google.com". The email address of the authenticated user (or service account on behalf of third party principal) making the request. For third party identity callers, the principal_subject field is populated instead of this field. For privacy reasons, the principal email address is sometimes redacted. For more information, see Caller identities in audit logs.

string principal_email = 1;

Returns
TypeDescription
ByteString

The bytes for principalEmail.

getPrincipalSubject()

public String getPrincipalSubject()

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

string principal_subject = 7;

Returns
TypeDescription
String

The principalSubject.

getPrincipalSubjectBytes()

public ByteString getPrincipalSubjectBytes()

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

string principal_subject = 7;

Returns
TypeDescription
ByteString

The bytes for principalSubject.

getServiceAccountDelegationInfo(int index)

public ServiceAccountDelegationInfo getServiceAccountDelegationInfo(int index)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAccountDelegationInfo

getServiceAccountDelegationInfoBuilder(int index)

public ServiceAccountDelegationInfo.Builder getServiceAccountDelegationInfoBuilder(int index)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAccountDelegationInfo.Builder

getServiceAccountDelegationInfoBuilderList()

public List<ServiceAccountDelegationInfo.Builder> getServiceAccountDelegationInfoBuilderList()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
List<Builder>

getServiceAccountDelegationInfoCount()

public int getServiceAccountDelegationInfoCount()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
int

getServiceAccountDelegationInfoList()

public List<ServiceAccountDelegationInfo> getServiceAccountDelegationInfoList()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
List<ServiceAccountDelegationInfo>

getServiceAccountDelegationInfoOrBuilder(int index)

public ServiceAccountDelegationInfoOrBuilder getServiceAccountDelegationInfoOrBuilder(int index)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceAccountDelegationInfoOrBuilder

getServiceAccountDelegationInfoOrBuilderList()

public List<? extends ServiceAccountDelegationInfoOrBuilder> getServiceAccountDelegationInfoOrBuilderList()

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.ServiceAccountDelegationInfoOrBuilder>

getServiceAccountKeyName()

public String getServiceAccountKeyName()

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

string service_account_key_name = 8;

Returns
TypeDescription
String

The serviceAccountKeyName.

getServiceAccountKeyNameBytes()

public ByteString getServiceAccountKeyNameBytes()

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

string service_account_key_name = 8;

Returns
TypeDescription
ByteString

The bytes for serviceAccountKeyName.

getServiceName()

public String getServiceName()

This is the API service that the service account made a call to, e.g. "iam.googleapis.com"

string service_name = 5;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public ByteString getServiceNameBytes()

This is the API service that the service account made a call to, e.g. "iam.googleapis.com"

string service_name = 5;

Returns
TypeDescription
ByteString

The bytes for serviceName.

getUserAgentFamily()

public String getUserAgentFamily()

What kind of user agent is associated, for example operating system shells, embedded or stand-alone applications, etc.

string user_agent_family = 4;

Returns
TypeDescription
String

The userAgentFamily.

getUserAgentFamilyBytes()

public ByteString getUserAgentFamilyBytes()

What kind of user agent is associated, for example operating system shells, embedded or stand-alone applications, etc.

string user_agent_family = 4;

Returns
TypeDescription
ByteString

The bytes for userAgentFamily.

getUserName()

public String getUserName()

A string that represents the username of a user, user account, or other entity involved in the access event. What the entity is and what its role in the access event is depends on the finding that this field appears in. The entity is likely not an IAM principal, but could be a user that is logged into an operating system, if the finding is VM-related, or a user that is logged into some type of application that is involved in the access event.

string user_name = 11;

Returns
TypeDescription
String

The userName.

getUserNameBytes()

public ByteString getUserNameBytes()

A string that represents the username of a user, user account, or other entity involved in the access event. What the entity is and what its role in the access event is depends on the finding that this field appears in. The entity is likely not an IAM principal, but could be a user that is logged into an operating system, if the finding is VM-related, or a user that is logged into some type of application that is involved in the access event.

string user_name = 11;

Returns
TypeDescription
ByteString

The bytes for userName.

hasCallerIpGeo()

public boolean hasCallerIpGeo()

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Returns
TypeDescription
boolean

Whether the callerIpGeo field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCallerIpGeo(Geolocation value)

public Access.Builder mergeCallerIpGeo(Geolocation value)

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Parameter
NameDescription
valueGeolocation
Returns
TypeDescription
Access.Builder

mergeFrom(Access other)

public Access.Builder mergeFrom(Access other)
Parameter
NameDescription
otherAccess
Returns
TypeDescription
Access.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Access.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Access.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Access.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Access.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Access.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Access.Builder
Overrides

removeServiceAccountDelegationInfo(int index)

public Access.Builder removeServiceAccountDelegationInfo(int index)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Access.Builder

setCallerIp(String value)

public Access.Builder setCallerIp(String value)

Caller's IP address, such as "1.1.1.1".

string caller_ip = 2;

Parameter
NameDescription
valueString

The callerIp to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setCallerIpBytes(ByteString value)

public Access.Builder setCallerIpBytes(ByteString value)

Caller's IP address, such as "1.1.1.1".

string caller_ip = 2;

Parameter
NameDescription
valueByteString

The bytes for callerIp to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setCallerIpGeo(Geolocation value)

public Access.Builder setCallerIpGeo(Geolocation value)

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Parameter
NameDescription
valueGeolocation
Returns
TypeDescription
Access.Builder

setCallerIpGeo(Geolocation.Builder builderForValue)

public Access.Builder setCallerIpGeo(Geolocation.Builder builderForValue)

The caller IP's geolocation, which identifies where the call came from.

.google.cloud.securitycenter.v1.Geolocation caller_ip_geo = 3;

Parameter
NameDescription
builderForValueGeolocation.Builder
Returns
TypeDescription
Access.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Access.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Access.Builder
Overrides

setMethodName(String value)

public Access.Builder setMethodName(String value)

The method that the service account called, e.g. "SetIamPolicy".

string method_name = 6;

Parameter
NameDescription
valueString

The methodName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setMethodNameBytes(ByteString value)

public Access.Builder setMethodNameBytes(ByteString value)

The method that the service account called, e.g. "SetIamPolicy".

string method_name = 6;

Parameter
NameDescription
valueByteString

The bytes for methodName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setPrincipalEmail(String value)

public Access.Builder setPrincipalEmail(String value)

Associated email, such as "foo@google.com". The email address of the authenticated user (or service account on behalf of third party principal) making the request. For third party identity callers, the principal_subject field is populated instead of this field. For privacy reasons, the principal email address is sometimes redacted. For more information, see Caller identities in audit logs.

string principal_email = 1;

Parameter
NameDescription
valueString

The principalEmail to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setPrincipalEmailBytes(ByteString value)

public Access.Builder setPrincipalEmailBytes(ByteString value)

Associated email, such as "foo@google.com". The email address of the authenticated user (or service account on behalf of third party principal) making the request. For third party identity callers, the principal_subject field is populated instead of this field. For privacy reasons, the principal email address is sometimes redacted. For more information, see Caller identities in audit logs.

string principal_email = 1;

Parameter
NameDescription
valueByteString

The bytes for principalEmail to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setPrincipalSubject(String value)

public Access.Builder setPrincipalSubject(String value)

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

string principal_subject = 7;

Parameter
NameDescription
valueString

The principalSubject to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setPrincipalSubjectBytes(ByteString value)

public Access.Builder setPrincipalSubjectBytes(ByteString value)

A string representing the principal_subject associated with the identity. As compared to principal_email, supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format will be principal://iam.googleapis.com/{identity pool name}/subjects/{subject} except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy format serviceAccount:{identity pool name}[{subject}]

string principal_subject = 7;

Parameter
NameDescription
valueByteString

The bytes for principalSubject to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Access.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Access.Builder
Overrides

setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)

public Access.Builder setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo value)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameters
NameDescription
indexint
valueServiceAccountDelegationInfo
Returns
TypeDescription
Access.Builder

setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue)

public Access.Builder setServiceAccountDelegationInfo(int index, ServiceAccountDelegationInfo.Builder builderForValue)

Identity delegation history of an authenticated service account that makes the request. It contains information on the real authorities that try to access GCP resources by delegating on a service account. When multiple authorities are present, they are guaranteed to be sorted based on the original ordering of the identity delegation events.

repeated .google.cloud.securitycenter.v1.ServiceAccountDelegationInfo service_account_delegation_info = 9;

Parameters
NameDescription
indexint
builderForValueServiceAccountDelegationInfo.Builder
Returns
TypeDescription
Access.Builder

setServiceAccountKeyName(String value)

public Access.Builder setServiceAccountKeyName(String value)

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

string service_account_key_name = 8;

Parameter
NameDescription
valueString

The serviceAccountKeyName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setServiceAccountKeyNameBytes(ByteString value)

public Access.Builder setServiceAccountKeyNameBytes(ByteString value)

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example: "//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

string service_account_key_name = 8;

Parameter
NameDescription
valueByteString

The bytes for serviceAccountKeyName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setServiceName(String value)

public Access.Builder setServiceName(String value)

This is the API service that the service account made a call to, e.g. "iam.googleapis.com"

string service_name = 5;

Parameter
NameDescription
valueString

The serviceName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setServiceNameBytes(ByteString value)

public Access.Builder setServiceNameBytes(ByteString value)

This is the API service that the service account made a call to, e.g. "iam.googleapis.com"

string service_name = 5;

Parameter
NameDescription
valueByteString

The bytes for serviceName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Access.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Access.Builder
Overrides

setUserAgentFamily(String value)

public Access.Builder setUserAgentFamily(String value)

What kind of user agent is associated, for example operating system shells, embedded or stand-alone applications, etc.

string user_agent_family = 4;

Parameter
NameDescription
valueString

The userAgentFamily to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUserAgentFamilyBytes(ByteString value)

public Access.Builder setUserAgentFamilyBytes(ByteString value)

What kind of user agent is associated, for example operating system shells, embedded or stand-alone applications, etc.

string user_agent_family = 4;

Parameter
NameDescription
valueByteString

The bytes for userAgentFamily to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUserName(String value)

public Access.Builder setUserName(String value)

A string that represents the username of a user, user account, or other entity involved in the access event. What the entity is and what its role in the access event is depends on the finding that this field appears in. The entity is likely not an IAM principal, but could be a user that is logged into an operating system, if the finding is VM-related, or a user that is logged into some type of application that is involved in the access event.

string user_name = 11;

Parameter
NameDescription
valueString

The userName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUserNameBytes(ByteString value)

public Access.Builder setUserNameBytes(ByteString value)

A string that represents the username of a user, user account, or other entity involved in the access event. What the entity is and what its role in the access event is depends on the finding that this field appears in. The entity is likely not an IAM principal, but could be a user that is logged into an operating system, if the finding is VM-related, or a user that is logged into some type of application that is involved in the access event.

string user_name = 11;

Parameter
NameDescription
valueByteString

The bytes for userName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.