Send feedback
Class CreateDataStreamRequest (0.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.56.0 keyboard_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.makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.emptyList(java.lang.Class)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 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 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-04-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-04-17 UTC."],[[["This webpage provides documentation for the `CreateDataStreamRequest` class within the Google Analytics Admin API for Java."],["The latest available version of the documentation is for version 0.70.0, and versions range down to 0.14.0."],["`CreateDataStreamRequest` is used as the request message for the `CreateDataStream` RPC."],["The class inherits from `GeneratedMessageV3` and implements the `CreateDataStreamRequestOrBuilder` interface."],["Key methods include parsing (`parseFrom`), getting the default instance (`getDefaultInstance`), and building new requests (`newBuilder`)."]]],[]]