public final class ReportPropertyUsageRequest extends GeneratedMessage implements ReportPropertyUsageRequestOrBuilderRequest message for ReportPropertyUsage RPC.
Protobuf type google.marketingplatform.admin.v1alpha.ReportPropertyUsageRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ReportPropertyUsageRequestImplements
ReportPropertyUsageRequestOrBuilderStatic Fields
MONTH_FIELD_NUMBER
public static final int MONTH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ORGANIZATION_FIELD_NUMBER
public static final int ORGANIZATION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ReportPropertyUsageRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ReportPropertyUsageRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest.Builder |
|
newBuilder(ReportPropertyUsageRequest prototype)
public static ReportPropertyUsageRequest.Builder newBuilder(ReportPropertyUsageRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ReportPropertyUsageRequest |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static ReportPropertyUsageRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ReportPropertyUsageRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ReportPropertyUsageRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ReportPropertyUsageRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ReportPropertyUsageRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ReportPropertyUsageRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportPropertyUsageRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ReportPropertyUsageRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ReportPropertyUsageRequest> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ReportPropertyUsageRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest |
|
getMonth()
public 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 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 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 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. |
getParserForType()
public Parser<ReportPropertyUsageRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ReportPropertyUsageRequest> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ReportPropertyUsageRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReportPropertyUsageRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest.Builder |
|
toBuilder()
public ReportPropertyUsageRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ReportPropertyUsageRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|