Show / Hide Table of Contents

Class Site

A Site represents a domain owned or represented by a network. For a parent network managing other networks as part of Multiple Customer Management "Manage Inventory" model, it could be the child's domain.

Inheritance
object
Site
Implements
IMessage<Site>
IEquatable<Site>
IDeepCloneable<Site>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Site : IMessage<Site>, IEquatable<Site>, IDeepCloneable<Site>, IBufferMessage, IMessage

Constructors

Site()

Declaration
public Site()

Site(Site)

Declaration
public Site(Site other)
Parameters
Type Name Description
Site other

Properties

ApprovalStatus

Output only. Status of the review performed on the Site by Google.

Declaration
public SiteApprovalStatusEnum.Types.SiteApprovalStatus ApprovalStatus { get; set; }
Property Value
Type Description
SiteApprovalStatusEnum.Types.SiteApprovalStatus

ApprovalStatusUpdateTime

Output only. The latest Site approval status change time.

Declaration
public Timestamp ApprovalStatusUpdateTime { get; set; }
Property Value
Type Description
Timestamp

ChildNetworkCode

Optional. The network code of the child if the Site is being managed for an MCM child network, or null if owned by this network.

Declaration
public string ChildNetworkCode { get; set; }
Property Value
Type Description
string

DisapprovalReasons

Output only. Provides reasons for disapproving the Site. It is null when the Site is not disapproved.

Declaration
public RepeatedField<DisapprovalReason> DisapprovalReasons { get; }
Property Value
Type Description
RepeatedField<DisapprovalReason>

HasApprovalStatus

Gets whether the "approval_status" field is set

Declaration
public bool HasApprovalStatus { get; }
Property Value
Type Description
bool

HasChildNetworkCode

Gets whether the "child_network_code" field is set

Declaration
public bool HasChildNetworkCode { get; }
Property Value
Type Description
bool

HasUrl

Gets whether the "url" field is set

Declaration
public bool HasUrl { get; }
Property Value
Type Description
bool

Name

Identifier. The resource name of the Site. Format: networks/{network_code}/sites/{site_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

SiteName

SiteName-typed view over the Name resource name property.

Declaration
public SiteName SiteName { get; set; }
Property Value
Type Description
SiteName

Url

Required. The URL of the Site.

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX