Send feedback
Class DeleteDataStreamRequest (0.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.47.0 keyboard_arrow_down
public final class DeleteDataStreamRequest extends GeneratedMessageV3 implements DeleteDataStreamRequestOrBuilder
Request message for DeleteDataStream RPC.
Protobuf type google.analytics.admin.v1beta.DeleteDataStreamRequest
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
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static DeleteDataStreamRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DeleteDataStreamRequest . Builder newBuilder ()
newBuilder(DeleteDataStreamRequest prototype)
public static DeleteDataStreamRequest . Builder newBuilder ( DeleteDataStreamRequest prototype )
public static DeleteDataStreamRequest parseDelimitedFrom ( InputStream input )
public static DeleteDataStreamRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DeleteDataStreamRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataStreamRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DeleteDataStreamRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataStreamRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DeleteDataStreamRequest parseFrom ( CodedInputStream input )
public static DeleteDataStreamRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DeleteDataStreamRequest parseFrom ( InputStream input )
public static DeleteDataStreamRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DeleteDataStreamRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteDataStreamRequest 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
getDefaultInstanceForType()
public DeleteDataStreamRequest getDefaultInstanceForType ()
getName()
Required. The name of the DataStream to delete.
Example format: properties/1234/dataStreams/5678
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. The name of the DataStream to delete.
Example format: properties/1234/dataStreams/5678
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for name.
getParserForType()
public Parser getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DeleteDataStreamRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteDataStreamRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public DeleteDataStreamRequest . 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 document outlines the various versions of the `DeleteDataStreamRequest` class within the Google Analytics Admin API for Java, ranging from version 0.14.0 to the latest 0.70.0."],["The `DeleteDataStreamRequest` class is used to form the request message for deleting a data stream, as part of the Google Analytics Admin V1beta service, and is implemented as a `GeneratedMessageV3`."],["The document provides details on the class's inheritance, including its parent classes such as `GeneratedMessageV3`, and how it implements the `DeleteDataStreamRequestOrBuilder`."],["It lists all inherited members, static fields, static methods, and instance methods that can be used with the `DeleteDataStreamRequest` to help with tasks such as getting the default instance, creating new instances, and getting the different parts of a message."],["There is also documentation detailing how to utilize the static methods to parse data to help create an instance of the `DeleteDataStreamRequest` such as `parseFrom` and `parseDelimitedFrom`."]]],[]]