Interface ReportPropertyUsageRequestOrBuilder (0.29.0)

public interface ReportPropertyUsageRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonth()

public abstract String getMonth()

Required. The target month to list property usages.

Format: YYYY-MM. For example, "2025-05"

string month = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The month.

getMonthBytes()

public abstract ByteString getMonthBytes()

Required. The target month to list property usages.

Format: YYYY-MM. For example, "2025-05"

string month = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for month.

getOrganization()

public abstract String getOrganization()

Required. Specifies the organization whose property usage will be listed.

Format: organizations/{org_id}

string organization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The organization.

getOrganizationBytes()

public abstract ByteString getOrganizationBytes()

Required. Specifies the organization whose property usage will be listed.

Format: organizations/{org_id}

string organization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for organization.