Interface CreateCdnKeyRequestOrBuilder (0.41.0)

public interface CreateCdnKeyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCdnKey()

public abstract CdnKey getCdnKey()

Required. The CDN key resource to create.

.google.cloud.video.stitcher.v1.CdnKey cdn_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CdnKey

The cdnKey.

getCdnKeyId()

public abstract String getCdnKeyId()

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name.

This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

string cdn_key_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The cdnKeyId.

getCdnKeyIdBytes()

public abstract ByteString getCdnKeyIdBytes()

Required. The ID to use for the CDN key, which will become the final component of the CDN key's resource name.

This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

string cdn_key_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for cdnKeyId.

getCdnKeyOrBuilder()

public abstract CdnKeyOrBuilder getCdnKeyOrBuilder()

Required. The CDN key resource to create.

.google.cloud.video.stitcher.v1.CdnKey cdn_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CdnKeyOrBuilder

getParent()

public abstract String getParent()

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The project in which the CDN key should be created, in the form of projects/{project_number}/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasCdnKey()

public abstract boolean hasCdnKey()

Required. The CDN key resource to create.

.google.cloud.video.stitcher.v1.CdnKey cdn_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the cdnKey field is set.