Class WebProperty (0.39.0)

public final class WebProperty extends GeneratedMessageV3 implements WebPropertyOrBuilder

Represents a web property.

Protobuf type google.ads.admanager.v1.WebProperty

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_TYPE_FIELD_NUMBER

public static final int PRODUCT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

WEB_PROPERTY_CODE_FIELD_NUMBER

public static final int WEB_PROPERTY_CODE_FIELD_NUMBER
Field Value
Type Description
int

WEB_PROPERTY_ID_FIELD_NUMBER

public static final int WEB_PROPERTY_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WebProperty getDefaultInstance()
Returns
Type Description
WebProperty

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static WebProperty.Builder newBuilder()
Returns
Type Description
WebProperty.Builder

newBuilder(WebProperty prototype)

public static WebProperty.Builder newBuilder(WebProperty prototype)
Parameter
Name Description
prototype WebProperty
Returns
Type Description
WebProperty.Builder

parseDelimitedFrom(InputStream input)

public static WebProperty parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static WebProperty parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WebProperty parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WebProperty parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static WebProperty parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static WebProperty parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WebProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WebProperty
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<WebProperty> parser()
Returns
Type Description
Parser<WebProperty>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public WebProperty getDefaultInstanceForType()
Returns
Type Description
WebProperty

getName()

public String getName()

Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<WebProperty> getParserForType()
Returns
Type Description
Parser<WebProperty>
Overrides

getProductType()

public ExchangeSyndicationProductEnum.ExchangeSyndicationProduct getProductType()

Required. The ExchangeSyndicationProduct associated with this WebProperty.

.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExchangeSyndicationProductEnum.ExchangeSyndicationProduct

The productType.

getProductTypeValue()

public int getProductTypeValue()

Required. The ExchangeSyndicationProduct associated with this WebProperty.

.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for productType.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWebPropertyCode()

public String getWebPropertyCode()

Required. The WebProperty code.

string web_property_code = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The webPropertyCode.

getWebPropertyCodeBytes()

public ByteString getWebPropertyCodeBytes()

Required. The WebProperty code.

string web_property_code = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for webPropertyCode.

getWebPropertyId()

public long getWebPropertyId()

Optional. The WebProperty ID.

int64 web_property_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The webPropertyId.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public WebProperty.Builder newBuilderForType()
Returns
Type Description
WebProperty.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WebProperty.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WebProperty.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public WebProperty.Builder toBuilder()
Returns
Type Description
WebProperty.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException