Interface CmsContentOrBuilder (0.54.0)

public interface CmsContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCmsContentId()

public abstract String getCmsContentId()

The ID of the Content in the CMS. This ID will be a 3rd party ID, usually the ID of the content in a CMS (Content Management System).

optional string cms_content_id = 3;

Returns
Type Description
String

The cmsContentId.

getCmsContentIdBytes()

public abstract ByteString getCmsContentIdBytes()

The ID of the Content in the CMS. This ID will be a 3rd party ID, usually the ID of the content in a CMS (Content Management System).

optional string cms_content_id = 3;

Returns
Type Description
ByteString

The bytes for cmsContentId.

getContentSource()

public abstract String getContentSource()

Output only. The resource name of the ContentSource this content was ingested from.

optional string content_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The contentSource.

getContentSourceBytes()

public abstract ByteString getContentSourceBytes()

Output only. The resource name of the ContentSource this content was ingested from.

optional string content_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for contentSource.

getContentSourceDisplayName()

public abstract String getContentSourceDisplayName()

Output only. The display name of the ContentSource this content was ingested from.

optional string content_source_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The contentSourceDisplayName.

getContentSourceDisplayNameBytes()

public abstract ByteString getContentSourceDisplayNameBytes()

Output only. The display name of the ContentSource this content was ingested from.

optional string content_source_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for contentSourceDisplayName.

hasCmsContentId()

public abstract boolean hasCmsContentId()

The ID of the Content in the CMS. This ID will be a 3rd party ID, usually the ID of the content in a CMS (Content Management System).

optional string cms_content_id = 3;

Returns
Type Description
boolean

Whether the cmsContentId field is set.

hasContentSource()

public abstract boolean hasContentSource()

Output only. The resource name of the ContentSource this content was ingested from.

optional string content_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the contentSource field is set.

hasContentSourceDisplayName()

public abstract boolean hasContentSourceDisplayName()

Output only. The display name of the ContentSource this content was ingested from.

optional string content_source_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the contentSourceDisplayName field is set.