Send feedback
Class CreateSearchAds360LinkRequest (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 CreateSearchAds360LinkRequest extends GeneratedMessageV3 implements CreateSearchAds360LinkRequestOrBuilder
Request message for CreateSearchAds360Link RPC.
Protobuf type google.analytics.admin.v1alpha.CreateSearchAds360LinkRequest
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
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
SEARCH_ADS_360_LINK_FIELD_NUMBER
public static final int SEARCH_ADS_360_LINK_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CreateSearchAds360LinkRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CreateSearchAds360LinkRequest . Builder newBuilder ()
newBuilder(CreateSearchAds360LinkRequest prototype)
public static CreateSearchAds360LinkRequest . Builder newBuilder ( CreateSearchAds360LinkRequest prototype )
public static CreateSearchAds360LinkRequest parseDelimitedFrom ( InputStream input )
public static CreateSearchAds360LinkRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CreateSearchAds360LinkRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateSearchAds360LinkRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CreateSearchAds360LinkRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateSearchAds360LinkRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateSearchAds360LinkRequest parseFrom ( CodedInputStream input )
public static CreateSearchAds360LinkRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateSearchAds360LinkRequest parseFrom ( InputStream input )
public static CreateSearchAds360LinkRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CreateSearchAds360LinkRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateSearchAds360LinkRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CreateSearchAds360LinkRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public CreateSearchAds360LinkRequest 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<CreateSearchAds360LinkRequest> getParserForType ()
Overrides
getSearchAds360Link()
public SearchAds360Link getSearchAds360Link ()
Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
getSearchAds360LinkOrBuilder()
public SearchAds360LinkOrBuilder getSearchAds360LinkOrBuilder ()
Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasSearchAds360Link()
public boolean hasSearchAds360Link ()
Required. The SearchAds360Link to create.
.google.analytics.admin.v1alpha.SearchAds360Link search_ads_360_link = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the searchAds360Link field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CreateSearchAds360LinkRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateSearchAds360LinkRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CreateSearchAds360LinkRequest . 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-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 `CreateSearchAds360LinkRequest` class, which is part of the Google Analytics Admin API's Java library, specifically within the `com.google.analytics.admin.v1alpha` package."],["The latest version of the documentation is for version 0.70.0, and there are multiple previous versions of the documentation available for this class, all the way back to 0.14.0, with version 0.61.0 being the current view."],["The `CreateSearchAds360LinkRequest` class is a request message for the CreateSearchAds360Link RPC, used for creating links between Google Analytics and Search Ads 360, and it inherits from `GeneratedMessageV3`."],["This class has static methods for parsing, obtaining descriptors, getting the default instance, and creating builders."],["This class has instance methods for managing and obtaining the `SearchAds360Link` object, alongside its parent string field, and includes methods for serialization and initialization checks."]]],[]]