public interface CreateCdnKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the cdnKey field is set. |