public final class Report extends GeneratedMessageV3 implements ReportOrBuilder
The ID and description of a report that was used to generate report data.
For example, "Google Cloud Daily Spend", "Google Workspace License Activity",
etc.
Protobuf type google.cloud.channel.v1.Report
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
COLUMNS_FIELD_NUMBER (deprecated)
public static final int COLUMNS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DESCRIPTION_FIELD_NUMBER (deprecated)
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER (deprecated)
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER (deprecated)
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static Report getDefaultInstance()
Returns |
Type |
Description |
Report |
|
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()
newBuilder() (deprecated)
public static Report.Builder newBuilder()
newBuilder(Report prototype) (deprecated)
public static Report.Builder newBuilder(Report prototype)
Parameter |
Name |
Description |
prototype |
Report
|
public static Report parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(byte[] data) (deprecated)
public static Report parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Report |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static Report parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteString data) (deprecated)
public static Report parseFrom(ByteString data)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static Report parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(InputStream input)
Returns |
Type |
Description |
Report |
|
public static Report parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteBuffer data) (deprecated)
public static Report parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Report |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static Report parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Report |
|
parser() (deprecated)
public static Parser<Report> parser()
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getColumns(int index) (deprecated)
public Column getColumns(int index)
The list of columns included in the report. This defines the schema of
the report results.
repeated .google.cloud.channel.v1.Column columns = 3;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Column |
|
getColumnsCount() (deprecated)
public int getColumnsCount()
The list of columns included in the report. This defines the schema of
the report results.
repeated .google.cloud.channel.v1.Column columns = 3;
Returns |
Type |
Description |
int |
|
getColumnsList() (deprecated)
public List<Column> getColumnsList()
The list of columns included in the report. This defines the schema of
the report results.
repeated .google.cloud.channel.v1.Column columns = 3;
getColumnsOrBuilder(int index) (deprecated)
public ColumnOrBuilder getColumnsOrBuilder(int index)
The list of columns included in the report. This defines the schema of
the report results.
repeated .google.cloud.channel.v1.Column columns = 3;
Parameter |
Name |
Description |
index |
int
|
getColumnsOrBuilderList() (deprecated)
public List<? extends ColumnOrBuilder> getColumnsOrBuilderList()
The list of columns included in the report. This defines the schema of
the report results.
repeated .google.cloud.channel.v1.Column columns = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.channel.v1.ColumnOrBuilder> |
|
getDefaultInstanceForType() (deprecated)
public Report getDefaultInstanceForType()
Returns |
Type |
Description |
Report |
|
getDescription() (deprecated)
public String getDescription()
A description of other aspects of the report, such as the products
it supports.
string description = 4;
Returns |
Type |
Description |
String |
The description.
|
getDescriptionBytes() (deprecated)
public ByteString getDescriptionBytes()
A description of other aspects of the report, such as the products
it supports.
string description = 4;
Returns |
Type |
Description |
ByteString |
The bytes for description.
|
getDisplayName() (deprecated)
public String getDisplayName()
A human-readable name for this report.
string display_name = 2;
Returns |
Type |
Description |
String |
The displayName.
|
getDisplayNameBytes() (deprecated)
public ByteString getDisplayNameBytes()
A human-readable name for this report.
string display_name = 2;
Returns |
Type |
Description |
ByteString |
The bytes for displayName.
|
getName() (deprecated)
Required. The report's resource name. Specifies the account and report used
to generate report data. The report_id identifier is a UID (for example,
613bf59q
).
Name uses the format:
accounts/{account_id}/reports/{report_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes() (deprecated)
public ByteString getNameBytes()
Required. The report's resource name. Specifies the account and report used
to generate report data. The report_id identifier is a UID (for example,
613bf59q
).
Name uses the format:
accounts/{account_id}/reports/{report_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType() (deprecated)
public Parser<Report> getParserForType()
Overrides
getSerializedSize() (deprecated)
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode() (deprecated)
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized() (deprecated)
public final boolean isInitialized()
Overrides
newBuilderForType() (deprecated)
public Report.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)
protected Report.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder() (deprecated)
public Report.Builder toBuilder()
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)
Overrides