public final class ListDataStreamsResponse extends GeneratedMessage implements ListDataStreamsResponseOrBuilderResponse message for ListDataStreams RPC.
Protobuf type google.analytics.admin.v1alpha.ListDataStreamsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListDataStreamsResponseImplements
ListDataStreamsResponseOrBuilderStatic Fields
DATA_STREAMS_FIELD_NUMBER
public static final int DATA_STREAMS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListDataStreamsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListDataStreamsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse.Builder |
|
newBuilder(ListDataStreamsResponse prototype)
public static ListDataStreamsResponse.Builder newBuilder(ListDataStreamsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListDataStreamsResponse |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListDataStreamsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListDataStreamsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListDataStreamsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListDataStreamsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListDataStreamsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListDataStreamsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDataStreamsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListDataStreamsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListDataStreamsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDataStreams(int index)
public DataStream getDataStreams(int index)List of DataStreams.
repeated .google.analytics.admin.v1alpha.DataStream data_streams = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStream |
|
getDataStreamsCount()
public int getDataStreamsCount()List of DataStreams.
repeated .google.analytics.admin.v1alpha.DataStream data_streams = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataStreamsList()
public List<DataStream> getDataStreamsList()List of DataStreams.
repeated .google.analytics.admin.v1alpha.DataStream data_streams = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataStream> |
|
getDataStreamsOrBuilder(int index)
public DataStreamOrBuilder getDataStreamsOrBuilder(int index)List of DataStreams.
repeated .google.analytics.admin.v1alpha.DataStream data_streams = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStreamOrBuilder |
|
getDataStreamsOrBuilderList()
public List<? extends DataStreamOrBuilder> getDataStreamsOrBuilderList()List of DataStreams.
repeated .google.analytics.admin.v1alpha.DataStream data_streams = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.DataStreamOrBuilder> |
|
getDefaultInstanceForType()
public ListDataStreamsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getParserForType()
public Parser<ListDataStreamsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListDataStreamsResponse> |
|
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 ListDataStreamsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListDataStreamsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse.Builder |
|
toBuilder()
public ListDataStreamsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListDataStreamsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|