Send feedback Class CreateDataStreamRequest (0.61.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.61.0 keyboard_arrow_down
public final class CreateDataStreamRequest extends GeneratedMessageV3 implements CreateDataStreamRequestOrBuilder
Request message for CreateDataStream RPC.
Protobuf type google.analytics.admin.v1beta.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>)
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 )
public static CreateDataStreamRequest . Builder newBuilder ( CreateDataStreamRequest )
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.v1beta.DataStream data_stream = 2 [(.google.api.field_behavior) = REQUIRED];
getDataStreamOrBuilder()
public DataStreamOrBuilder getDataStreamOrBuilder ()
Required. The DataStream to create.
.google.analytics.admin.v1beta.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.v1beta.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 )
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-05 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-05 UTC."],[[["This webpage provides documentation for the `CreateDataStreamRequest` class within the Google Analytics Admin API, detailing its structure and functionality across various versions."],["The latest version of the API documented is 0.70.0, while the page itself is focused on version 0.61.0, and it also lists all versions from 0.14.0 up to the latest."],["`CreateDataStreamRequest` is a protocol buffer (protobuf) message used to request the creation of a data stream in Google Analytics Admin, inheriting from `GeneratedMessageV3`."],["The class contains static fields like `DATA_STREAM_FIELD_NUMBER` and `PARENT_FIELD_NUMBER` and offers static methods for parsing and building `CreateDataStreamRequest` instances, as well as methods to retrieve data stream information and parent details."],["The page is detailing the `CreateDataStreamRequest` which implements `CreateDataStreamRequestOrBuilder` and contains all of the inherited members, static fields and methods, and regular methods available to use."]]],[]]