Class Access.Builder (2.49.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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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 a service account acting on behalf of a 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 that represents the principal_subject that is associated with the identity. Unlike principal_email, principal_subject supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format is principal://iam.googleapis.com/{identity pool name}/subject/{subject}. Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, still use 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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 that was used to create or exchange credentials when authenticating the service account that made 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.

clearUserAgent()

public Access.Builder clearUserAgent()

The caller's user agent string associated with the finding.

string user_agent = 12;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearUserAgentFamily()

public Access.Builder clearUserAgentFamily()

Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.

string user_agent_family = 4;

Returns
TypeDescription
Access.Builder

This builder for chaining.

clearUserName()

public Access.Builder clearUserName()

A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.

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 a service account acting on behalf of a 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 a service account acting on behalf of a 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 that represents the principal_subject that is associated with the identity. Unlike principal_email, principal_subject supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format is principal://iam.googleapis.com/{identity pool name}/subject/{subject}. Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, still use the legacy format serviceAccount:{identity pool name}[{subject}].

string principal_subject = 7;

Returns
TypeDescription
String

The principalSubject.

getPrincipalSubjectBytes()

public ByteString getPrincipalSubjectBytes()

A string that represents the principal_subject that is associated with the identity. Unlike principal_email, principal_subject supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format is principal://iam.googleapis.com/{identity pool name}/subject/{subject}. Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, still use 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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()

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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 that was used to create or exchange credentials when authenticating the service account that made 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 that was used to create or exchange credentials when authenticating the service account that made 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.

getUserAgent()

public String getUserAgent()

The caller's user agent string associated with the finding.

string user_agent = 12;

Returns
TypeDescription
String

The userAgent.

getUserAgentBytes()

public ByteString getUserAgentBytes()

The caller's user agent string associated with the finding.

string user_agent = 12;

Returns
TypeDescription
ByteString

The bytes for userAgent.

getUserAgentFamily()

public String getUserAgentFamily()

Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.

string user_agent_family = 4;

Returns
TypeDescription
String

The userAgentFamily.

getUserAgentFamilyBytes()

public ByteString getUserAgentFamilyBytes()

Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.

string user_agent_family = 4;

Returns
TypeDescription
ByteString

The bytes for userAgentFamily.

getUserName()

public String getUserName()

A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.

string user_name = 11;

Returns
TypeDescription
String

The userName.

getUserNameBytes()

public ByteString getUserNameBytes()

A string that represents a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.

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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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 a service account acting on behalf of a 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 a service account acting on behalf of a 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 that represents the principal_subject that is associated with the identity. Unlike principal_email, principal_subject supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format is principal://iam.googleapis.com/{identity pool name}/subject/{subject}. Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, still use 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 that represents the principal_subject that is associated with the identity. Unlike principal_email, principal_subject supports principals that aren't associated with email addresses, such as third party principals. For most identities, the format is principal://iam.googleapis.com/{identity pool name}/subject/{subject}. Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, still use 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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)

The identity delegation history of an authenticated service account that made the request. The serviceAccountDelegationInfo[] object contains information about the real authorities that try to access Google Cloud 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 that was used to create or exchange credentials when authenticating the service account that made 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 that was used to create or exchange credentials when authenticating the service account that made 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

setUserAgent(String value)

public Access.Builder setUserAgent(String value)

The caller's user agent string associated with the finding.

string user_agent = 12;

Parameter
NameDescription
valueString

The userAgent to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUserAgentBytes(ByteString value)

public Access.Builder setUserAgentBytes(ByteString value)

The caller's user agent string associated with the finding.

string user_agent = 12;

Parameter
NameDescription
valueByteString

The bytes for userAgent to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.

setUserAgentFamily(String value)

public Access.Builder setUserAgentFamily(String value)

Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.

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)

Type of user agent associated with the finding. For example, an operating system shell or an embedded or standalone application.

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 a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.

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 a username. The username provided depends on the type of the finding and is likely not an IAM principal. For example, this can be a system username if the finding is related to a virtual machine, or it can be an application login username.

string user_name = 11;

Parameter
NameDescription
valueByteString

The bytes for userName to set.

Returns
TypeDescription
Access.Builder

This builder for chaining.