- 2.60.0 (latest)
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public static final class Access.Builder extends GeneratedMessageV3.Builder<Access.Builder> implements AccessOrBuilder
Represents an access event.
Protobuf type google.cloud.securitycenter.v1.Access
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Access.BuilderImplements
AccessOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.securitycenter.v1.ServiceAccountDelegationInfo> |
Returns | |
---|---|
Type | Description |
Access.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Access.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Access.Builder |
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 | |
---|---|
Name | Description |
value |
ServiceAccountDelegationInfo |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue |
ServiceAccountDelegationInfo.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
value |
ServiceAccountDelegationInfo |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
builderForValue |
ServiceAccountDelegationInfo.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ServiceAccountDelegationInfo.Builder |
build()
public Access build()
Returns | |
---|---|
Type | Description |
Access |
buildPartial()
public Access buildPartial()
Returns | |
---|---|
Type | Description |
Access |
clear()
public Access.Builder clear()
Returns | |
---|---|
Type | Description |
Access.Builder |
clearCallerIp()
public Access.Builder clearCallerIp()
Caller's IP address, such as "1.1.1.1".
string caller_ip = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Access.Builder |
clearField(Descriptors.FieldDescriptor field)
public Access.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Access.Builder |
clearMethodName()
public Access.Builder clearMethodName()
The method that the service account called, e.g. "SetIamPolicy".
string method_name = 6;
Returns | |
---|---|
Type | Description |
Access.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Access.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Access.Builder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Access.Builder |
This builder for chaining. |
clone()
public Access.Builder clone()
Returns | |
---|---|
Type | Description |
Access.Builder |
getCallerIp()
public String getCallerIp()
Caller's IP address, such as "1.1.1.1".
string caller_ip = 2;
Returns | |
---|---|
Type | Description |
String |
The callerIp. |
getCallerIpBytes()
public ByteString getCallerIpBytes()
Caller's IP address, such as "1.1.1.1".
string caller_ip = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
GeolocationOrBuilder |
getDefaultInstanceForType()
public Access getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Access |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMethodName()
public String getMethodName()
The method that the service account called, e.g. "SetIamPolicy".
string method_name = 6;
Returns | |
---|---|
Type | Description |
String |
The methodName. |
getMethodNameBytes()
public ByteString getMethodNameBytes()
The method that the service account called, e.g. "SetIamPolicy".
string method_name = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for serviceName. |
getUserAgent()
public String getUserAgent()
The caller's user agent string associated with the finding.
string user_agent = 12;
Returns | |
---|---|
Type | Description |
String |
The userAgent. |
getUserAgentBytes()
public ByteString getUserAgentBytes()
The caller's user agent string associated with the finding.
string user_agent = 12;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the callerIpGeo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 | |
---|---|
Name | Description |
value |
Geolocation |
Returns | |
---|---|
Type | Description |
Access.Builder |
mergeFrom(Access other)
public Access.Builder mergeFrom(Access other)
Parameter | |
---|---|
Name | Description |
other |
Access |
Returns | |
---|---|
Type | Description |
Access.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Access.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Access.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Access.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Access.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Access.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Access.Builder |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The callerIp to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for callerIp to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
Geolocation |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue |
Geolocation.Builder |
Returns | |
---|---|
Type | Description |
Access.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Access.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Access.Builder |
setMethodName(String value)
public Access.Builder setMethodName(String value)
The method that the service account called, e.g. "SetIamPolicy".
string method_name = 6;
Parameter | |
---|---|
Name | Description |
value |
String The methodName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for methodName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The principalEmail to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for principalEmail to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The principalSubject to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for principalSubject to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Access.Builder |
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 | |
---|---|
Name | Description |
index |
int |
value |
ServiceAccountDelegationInfo |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
builderForValue |
ServiceAccountDelegationInfo.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The serviceAccountKeyName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for serviceAccountKeyName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The serviceName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for serviceName to set. |
Returns | |
---|---|
Type | Description |
Access.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Access.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Access.Builder |
setUserAgent(String value)
public Access.Builder setUserAgent(String value)
The caller's user agent string associated with the finding.
string user_agent = 12;
Parameter | |
---|---|
Name | Description |
value |
String The userAgent to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for userAgent to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The userAgentFamily to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for userAgentFamily to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The userName to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for userName to set. |
Returns | |
---|---|
Type | Description |
Access.Builder |
This builder for chaining. |