Interface QueryAuditableServicesResponse.AuditableServiceOrBuilder (3.36.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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.