Interface QueryAuditableServicesResponse.AuditableServiceOrBuilder (3.37.0)

public static interface QueryAuditableServicesResponse.AuditableServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.