Class ListExpandedDataSetsResponse (0.42.0)

public final class ListExpandedDataSetsResponse extends GeneratedMessageV3 implements ListExpandedDataSetsResponseOrBuilder

Response message for ListExpandedDataSets RPC.

Protobuf type google.analytics.admin.v1alpha.ListExpandedDataSetsResponse

Static Fields

EXPANDED_DATA_SETS_FIELD_NUMBER

public static final int EXPANDED_DATA_SETS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListExpandedDataSetsResponse getDefaultInstance()
Returns
TypeDescription
ListExpandedDataSetsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListExpandedDataSetsResponse prototype)

public static ListExpandedDataSetsResponse.Builder newBuilder(ListExpandedDataSetsResponse prototype)
Parameter
NameDescription
prototypeListExpandedDataSetsResponse
Returns
TypeDescription
ListExpandedDataSetsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListExpandedDataSetsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListExpandedDataSetsResponse

getExpandedDataSets(int index)

public ExpandedDataSet getExpandedDataSets(int index)

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExpandedDataSet

getExpandedDataSetsCount()

public int getExpandedDataSetsCount()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
int

getExpandedDataSetsList()

public List<ExpandedDataSet> getExpandedDataSetsList()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
List<ExpandedDataSet>

getExpandedDataSetsOrBuilder(int index)

public ExpandedDataSetOrBuilder getExpandedDataSetsOrBuilder(int index)

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExpandedDataSetOrBuilder

getExpandedDataSetsOrBuilderList()

public List<? extends ExpandedDataSetOrBuilder> getExpandedDataSetsOrBuilderList()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.ExpandedDataSetOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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 ListExpandedDataSetsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListExpandedDataSetsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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