public interface MarketingInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultLogo()
public abstract Media getDefaultLogo()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| Media | The defaultLogo. |
getDefaultLogoOrBuilder()
public abstract MediaOrBuilder getDefaultLogoOrBuilder()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| MediaOrBuilder |
getDescription()
public abstract String getDescription()Human readable description. Description can contain HTML.
string description = 2;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Human readable description. Description can contain HTML.
string description = 2;
| Type | Description |
| ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Human readable name.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Human readable name.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
hasDefaultLogo()
public abstract boolean hasDefaultLogo()Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
| Type | Description |
| boolean | Whether the defaultLogo field is set. |