Interface QueryAuditableServicesRequestOrBuilder (3.36.0)

public interface QueryAuditableServicesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullResourceName()

public abstract String getFullResourceName()

Required. The full resource name to query from the list of auditable services.

The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project.

string full_resource_name = 1;

Returns
TypeDescription
String

The fullResourceName.

getFullResourceNameBytes()

public abstract ByteString getFullResourceNameBytes()

Required. The full resource name to query from the list of auditable services.

The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project.

string full_resource_name = 1;

Returns
TypeDescription
ByteString

The bytes for fullResourceName.