Send feedback
Class CreateDataStreamRequest (0.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.39.0keyboard_arrow_down
public final class CreateDataStreamRequest extends GeneratedMessageV3 implements CreateDataStreamRequestOrBuilder
Request message for CreateDataStream RPC.
Protobuf type google.analytics.admin.v1alpha.CreateDataStreamRequest
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>)
Static Fields
DATA_STREAM_FIELD_NUMBER
public static final int DATA_STREAM_FIELD_NUMBER
Field Value
Type
Description
int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CreateDataStreamRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CreateDataStreamRequest . Builder newBuilder ()
newBuilder(CreateDataStreamRequest prototype)
public static CreateDataStreamRequest . Builder newBuilder ( CreateDataStreamRequest prototype )
public static CreateDataStreamRequest parseDelimitedFrom ( InputStream input )
public static CreateDataStreamRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CreateDataStreamRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateDataStreamRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CreateDataStreamRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateDataStreamRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateDataStreamRequest parseFrom ( CodedInputStream input )
public static CreateDataStreamRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateDataStreamRequest parseFrom ( InputStream input )
public static CreateDataStreamRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CreateDataStreamRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateDataStreamRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CreateDataStreamRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDataStream()
public DataStream getDataStream ()
Required. The DataStream to create.
.google.analytics.admin.v1alpha.DataStream data_stream = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
DataStream
The dataStream.
getDataStreamOrBuilder()
public DataStreamOrBuilder getDataStreamOrBuilder ()
Required. The DataStream to create.
.google.analytics.admin.v1alpha.DataStream data_stream = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CreateDataStreamRequest getDefaultInstanceForType ()
getParent()
public String getParent ()
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
getParserForType()
public Parser<CreateDataStreamRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasDataStream()
public boolean hasDataStream ()
Required. The DataStream to create.
.google.analytics.admin.v1alpha.DataStream data_stream = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the dataStream field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CreateDataStreamRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateDataStreamRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CreateDataStreamRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-17 UTC."],[[["This webpage provides documentation for the `CreateDataStreamRequest` class within the Google Analytics Admin API's Java library, specifically for version 0.39.0 and other versions ranging from 0.14.0 to 0.70.0."],["The `CreateDataStreamRequest` class, which is a subclass of `GeneratedMessageV3`, is used as the request message for the `CreateDataStream` RPC, for communication between client and server."],["The documentation includes a list of inherited members from various parent classes like `AbstractMessage`, `AbstractMessageLite`, and `GeneratedMessageV3`, detailing available methods for use with the class."],["Static methods, including various `parseFrom` methods for parsing data and `newBuilder` methods for constructing instances, are detailed within the documentation."],["The page highlights the usage of the class through its methods, fields and what is inherited, covering how to get or set the data stream and its parent, in addition to other relevant actions."]]],[]]