Class BatchRunReportsResponse (0.17.0)

public final class BatchRunReportsResponse extends GeneratedMessageV3 implements BatchRunReportsResponseOrBuilder

The batch response containing multiple reports.

Protobuf type google.analytics.data.v1beta.BatchRunReportsResponse

Static Fields

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
TypeDescription
int

REPORTS_FIELD_NUMBER

public static final int REPORTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchRunReportsResponse getDefaultInstance()
Returns
TypeDescription
BatchRunReportsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchRunReportsResponse.Builder newBuilder()
Returns
TypeDescription
BatchRunReportsResponse.Builder

newBuilder(BatchRunReportsResponse prototype)

public static BatchRunReportsResponse.Builder newBuilder(BatchRunReportsResponse prototype)
Parameter
NameDescription
prototypeBatchRunReportsResponse
Returns
TypeDescription
BatchRunReportsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchRunReportsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchRunReportsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchRunReportsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchRunReportsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchRunReportsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchRunReportsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchRunReportsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchRunReportsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchRunReportsResponse> parser()
Returns
TypeDescription
Parser<BatchRunReportsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchRunReportsResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchRunReportsResponse

getKind()

public String getKind()

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunReports". Useful to distinguish between response types in JSON.

string kind = 2;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunReports". Useful to distinguish between response types in JSON.

string kind = 2;

Returns
TypeDescription
ByteString

The bytes for kind.

getParserForType()

public Parser<BatchRunReportsResponse> getParserForType()
Returns
TypeDescription
Parser<BatchRunReportsResponse>
Overrides

getReports(int index)

public RunReportResponse getReports(int index)

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RunReportResponse

getReportsCount()

public int getReportsCount()

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Returns
TypeDescription
int

getReportsList()

public List<RunReportResponse> getReportsList()

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Returns
TypeDescription
List<RunReportResponse>

getReportsOrBuilder(int index)

public RunReportResponseOrBuilder getReportsOrBuilder(int index)

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RunReportResponseOrBuilder

getReportsOrBuilderList()

public List<? extends RunReportResponseOrBuilder> getReportsOrBuilderList()

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Returns
TypeDescription
List<? extends com.google.analytics.data.v1beta.RunReportResponseOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchRunReportsResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchRunReportsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchRunReportsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchRunReportsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchRunReportsResponse.Builder toBuilder()
Returns
TypeDescription
BatchRunReportsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException