Package com.google.cloud.channel.v1
Interface MarketingInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarketingInfo,MarketingInfo.Builder
public interface MarketingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MediagetDefaultLogo()Default logo.MediaOrBuildergetDefaultLogoOrBuilder()Default logo.StringgetDescription()Human readable description.com.google.protobuf.ByteStringgetDescriptionBytes()Human readable description.StringgetDisplayName()Human readable name.com.google.protobuf.ByteStringgetDisplayNameBytes()Human readable name.booleanhasDefaultLogo()Default logo.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Human readable name.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Human readable name.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
Human readable description. Description can contain HTML.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Human readable description. Description can contain HTML.
string description = 2;- Returns:
- The bytes for description.
-
hasDefaultLogo
boolean hasDefaultLogo()
Default logo.
.google.cloud.channel.v1.Media default_logo = 3;- Returns:
- Whether the defaultLogo field is set.
-
getDefaultLogo
Media getDefaultLogo()
Default logo.
.google.cloud.channel.v1.Media default_logo = 3;- Returns:
- The defaultLogo.
-
getDefaultLogoOrBuilder
MediaOrBuilder getDefaultLogoOrBuilder()
Default logo.
.google.cloud.channel.v1.Media default_logo = 3;
-
-