Class ListChannelGroupsResponse (0.47.0)

public final class ListChannelGroupsResponse extends GeneratedMessageV3 implements ListChannelGroupsResponseOrBuilder

Response message for ListChannelGroups RPC.

Protobuf type google.analytics.admin.v1alpha.ListChannelGroupsResponse

Static Fields

CHANNEL_GROUPS_FIELD_NUMBER

public static final int CHANNEL_GROUPS_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 ListChannelGroupsResponse getDefaultInstance()
Returns
TypeDescription
ListChannelGroupsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListChannelGroupsResponse prototype)

public static ListChannelGroupsResponse.Builder newBuilder(ListChannelGroupsResponse prototype)
Parameter
NameDescription
prototypeListChannelGroupsResponse
Returns
TypeDescription
ListChannelGroupsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getChannelGroups(int index)

public ChannelGroup getChannelGroups(int index)

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelGroup

getChannelGroupsCount()

public int getChannelGroupsCount()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Returns
TypeDescription
int

getChannelGroupsList()

public List<ChannelGroup> getChannelGroupsList()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Returns
TypeDescription
List<ChannelGroup>

getChannelGroupsOrBuilder(int index)

public ChannelGroupOrBuilder getChannelGroupsOrBuilder(int index)

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelGroupOrBuilder

getChannelGroupsOrBuilderList()

public List<? extends ChannelGroupOrBuilder> getChannelGroupsOrBuilderList()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

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

getDefaultInstanceForType()

public ListChannelGroupsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListChannelGroupsResponse

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<ListChannelGroupsResponse> getParserForType()
Returns
TypeDescription
Parser<ListChannelGroupsResponse>
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 ListChannelGroupsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListChannelGroupsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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