Send feedback
Class DeleteDisplayVideo360AdvertiserLinkRequest (0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.22.0 keyboard_arrow_down
public final class DeleteDisplayVideo360AdvertiserLinkRequest extends GeneratedMessageV3 implements DeleteDisplayVideo360AdvertiserLinkRequestOrBuilder
Request message for DeleteDisplayVideo360AdvertiserLink RPC.
Protobuf type google.analytics.admin.v1alpha.DeleteDisplayVideo360AdvertiserLinkRequest
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DeleteDisplayVideo360AdvertiserLinkRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static DeleteDisplayVideo360AdvertiserLinkRequest . Builder newBuilder ()
Returns
newBuilder(DeleteDisplayVideo360AdvertiserLinkRequest prototype)
public static DeleteDisplayVideo360AdvertiserLinkRequest . Builder newBuilder ( DeleteDisplayVideo360AdvertiserLinkRequest prototype )
Parameter
Returns
public static DeleteDisplayVideo360AdvertiserLinkRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static DeleteDisplayVideo360AdvertiserLinkRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteDisplayVideo360AdvertiserLinkRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<DeleteDisplayVideo360AdvertiserLinkRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DeleteDisplayVideo360AdvertiserLinkRequest getDefaultInstanceForType ()
Returns
getName()
Required. The name of the DisplayVideo360AdvertiserLink to delete.
Example format: properties/1234/displayVideo360AdvertiserLinks/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 DisplayVideo360AdvertiserLink to delete.
Example format: properties/1234/displayVideo360AdvertiserLinks/5678
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getParserForType()
public Parser<DeleteDisplayVideo360AdvertiserLinkRequest> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public DeleteDisplayVideo360AdvertiserLinkRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteDisplayVideo360AdvertiserLinkRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public DeleteDisplayVideo360AdvertiserLinkRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-03-21 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-03-21 UTC."],[[["This webpage provides documentation for the `DeleteDisplayVideo360AdvertiserLinkRequest` class in the `google-analytics-admin` Java library, with the latest version being 0.70.0 and version 0.22.0 being the selected starting point."],["The `DeleteDisplayVideo360AdvertiserLinkRequest` class is a request message used to delete a DisplayVideo360AdvertiserLink via an RPC (Remote Procedure Call), following the Protobuf type `google.analytics.admin.v1alpha.DeleteDisplayVideo360AdvertiserLinkRequest`."],["The class inherits from multiple abstract classes including `GeneratedMessageV3` and `AbstractMessageLite` providing various inherited methods for message manipulation and has static methods for constructing and parsing instances of this class."],["The `getName()` and `getNameBytes()` methods allow for retrieving the name of the DisplayVideo360AdvertiserLink to be deleted, with the expected format being \"properties/1234/displayVideo360AdvertiserLinks/5678\"."],["The documentation spans many versions of the library, from version 0.14.0 all the way to the latest version of 0.70.0, listing each version and its link for reference."]]],[]]