Interface AccessOrBuilder (2.5.6)

public interface AccessOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCallerIp()

public abstract String getCallerIp()

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

string caller_ip = 2;

Returns
TypeDescription
String

The callerIp.

getCallerIpBytes()

public abstract 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 abstract 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.

getCallerIpGeoOrBuilder()

public abstract 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

getMethodName()

public abstract String getMethodName()

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

string method_name = 6;

Returns
TypeDescription
String

The methodName.

getMethodNameBytes()

public abstract 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 abstract String getPrincipalEmail()

Associated email, such as "foo@google.com".

string principal_email = 1;

Returns
TypeDescription
String

The principalEmail.

getPrincipalEmailBytes()

public abstract ByteString getPrincipalEmailBytes()

Associated email, such as "foo@google.com".

string principal_email = 1;

Returns
TypeDescription
ByteString

The bytes for principalEmail.

getServiceName()

public abstract 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 abstract 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 abstract String getUserAgentFamily()

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

string user_agent_family = 4;

Returns
TypeDescription
String

The userAgentFamily.

getUserAgentFamilyBytes()

public abstract ByteString getUserAgentFamilyBytes()

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

string user_agent_family = 4;

Returns
TypeDescription
ByteString

The bytes for userAgentFamily.

hasCallerIpGeo()

public abstract 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.