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 AkamaiCdnKey
getAkamaiCdnKey()
The configuration for an Akamai CDN key.AkamaiCdnKeyOrBuilder
getAkamaiCdnKeyOrBuilder()
The configuration for an Akamai CDN key.CdnKey.CdnKeyConfigCase
getCdnKeyConfigCase()
GoogleCdnKey
getGoogleCdnKey()
The configuration for a Google Cloud CDN key.GoogleCdnKeyOrBuilder
getGoogleCdnKeyOrBuilder()
The configuration for a Google Cloud CDN key.String
getHostname()
The hostname this key applies to.com.google.protobuf.ByteString
getHostnameBytes()
The hostname this key applies to.MediaCdnKey
getMediaCdnKey()
The configuration for a Media CDN key.MediaCdnKeyOrBuilder
getMediaCdnKeyOrBuilder()
The configuration for a Media CDN key.String
getName()
The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`.com.google.protobuf.ByteString
getNameBytes()
The resource name of the CDN key, in the form of `projects/{project}/locations/{location}/cdnKeys/{id}`.boolean
hasAkamaiCdnKey()
The configuration for an Akamai CDN key.boolean
hasGoogleCdnKey()
The configuration for a Google Cloud CDN key.boolean
hasMediaCdnKey()
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()
-
-