Interface CdnKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdnKey,CdnKey.Builder
public interface CdnKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AkamaiCdnKeygetAkamaiCdnKey()The configuration for an Akamai CDN key.AkamaiCdnKeyOrBuildergetAkamaiCdnKeyOrBuilder()The configuration for an Akamai CDN key.CdnKey.CdnKeyConfigCasegetCdnKeyConfigCase()GoogleCdnKeygetGoogleCdnKey()The configuration for a Google Cloud CDN key.GoogleCdnKeyOrBuildergetGoogleCdnKeyOrBuilder()The configuration for a Google Cloud CDN key.StringgetHostname()The hostname this key applies to.com.google.protobuf.ByteStringgetHostnameBytes()The hostname this key applies to.MediaCdnKeygetMediaCdnKey()The configuration for a Media CDN key.MediaCdnKeyOrBuildergetMediaCdnKeyOrBuilder()The configuration for a Media CDN key.StringgetName()The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`.com.google.protobuf.ByteStringgetNameBytes()The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`.booleanhasAkamaiCdnKey()The configuration for an Akamai CDN key.booleanhasGoogleCdnKey()The configuration for a Google Cloud CDN key.booleanhasMediaCdnKey()The configuration for a Media CDN key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGoogleCdnKey
boolean hasGoogleCdnKey()
The configuration for a Google Cloud CDN key.
.google.cloud.video.stitcher.v1.GoogleCdnKey google_cdn_key = 5;- Returns:
- Whether the googleCdnKey field is set.
-
getGoogleCdnKey
GoogleCdnKey getGoogleCdnKey()
The configuration for a Google Cloud CDN key.
.google.cloud.video.stitcher.v1.GoogleCdnKey google_cdn_key = 5;- Returns:
- The googleCdnKey.
-
getGoogleCdnKeyOrBuilder
GoogleCdnKeyOrBuilder getGoogleCdnKeyOrBuilder()
The configuration for a Google Cloud CDN key.
.google.cloud.video.stitcher.v1.GoogleCdnKey google_cdn_key = 5;
-
hasAkamaiCdnKey
boolean hasAkamaiCdnKey()
The configuration for an Akamai CDN key.
.google.cloud.video.stitcher.v1.AkamaiCdnKey akamai_cdn_key = 6;- Returns:
- Whether the akamaiCdnKey field is set.
-
getAkamaiCdnKey
AkamaiCdnKey getAkamaiCdnKey()
The configuration for an Akamai CDN key.
.google.cloud.video.stitcher.v1.AkamaiCdnKey akamai_cdn_key = 6;- Returns:
- The akamaiCdnKey.
-
getAkamaiCdnKeyOrBuilder
AkamaiCdnKeyOrBuilder getAkamaiCdnKeyOrBuilder()
The configuration for an Akamai CDN key.
.google.cloud.video.stitcher.v1.AkamaiCdnKey akamai_cdn_key = 6;
-
hasMediaCdnKey
boolean hasMediaCdnKey()
The configuration for a Media CDN key.
.google.cloud.video.stitcher.v1.MediaCdnKey media_cdn_key = 8;- Returns:
- Whether the mediaCdnKey field is set.
-
getMediaCdnKey
MediaCdnKey getMediaCdnKey()
The configuration for a Media CDN key.
.google.cloud.video.stitcher.v1.MediaCdnKey media_cdn_key = 8;- Returns:
- The mediaCdnKey.
-
getMediaCdnKeyOrBuilder
MediaCdnKeyOrBuilder getMediaCdnKeyOrBuilder()
The configuration for a Media CDN key.
.google.cloud.video.stitcher.v1.MediaCdnKey media_cdn_key = 8;
-
getName
String getName()
The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`. The name is ignored when creating a CDN key.string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`. The name is ignored when creating a CDN key.string name = 1;- Returns:
- The bytes for name.
-
getHostname
String getHostname()
The hostname this key applies to.
string hostname = 4;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
The hostname this key applies to.
string hostname = 4;- Returns:
- The bytes for hostname.
-
getCdnKeyConfigCase
CdnKey.CdnKeyConfigCase getCdnKeyConfigCase()
-
-