public interface RichMediaAdsCompanyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompanyGvlId()
public abstract long getCompanyGvlId()Output only. The GVL ID of the Rich Media Ads Company.
optional int64 company_gvl_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The companyGvlId. |
getDisplayName()
public abstract String getDisplayName()Output only. The name of the Rich Media Ads Company.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. The name of the Rich Media Ads Company.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getGdprStatus()
public abstract RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus getGdprStatus()Output only. The GDPR status of the Rich Media Ads Company.
optional .google.ads.admanager.v1.RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus gdpr_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus |
The gdprStatus. |
getGdprStatusValue()
public abstract int getGdprStatusValue()Output only. The GDPR status of the Rich Media Ads Company.
optional .google.ads.admanager.v1.RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus gdpr_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gdprStatus. |
getName()
public abstract String getName() Identifier. The resource name of the RichMediaAdsCompany.
Format:
networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the RichMediaAdsCompany.
Format:
networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPolicyUrl()
public abstract String getPolicyUrl()Output only. The policy URL of the Rich Media Ads Company.
optional string policy_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The policyUrl. |
getPolicyUrlBytes()
public abstract ByteString getPolicyUrlBytes()Output only. The policy URL of the Rich Media Ads Company.
optional string policy_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for policyUrl. |
hasCompanyGvlId()
public abstract boolean hasCompanyGvlId()Output only. The GVL ID of the Rich Media Ads Company.
optional int64 company_gvl_id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the companyGvlId field is set. |
hasDisplayName()
public abstract boolean hasDisplayName()Output only. The name of the Rich Media Ads Company.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasGdprStatus()
public abstract boolean hasGdprStatus()Output only. The GDPR status of the Rich Media Ads Company.
optional .google.ads.admanager.v1.RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus gdpr_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gdprStatus field is set. |
hasPolicyUrl()
public abstract boolean hasPolicyUrl()Output only. The policy URL of the Rich Media Ads Company.
optional string policy_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the policyUrl field is set. |