Interface CreateVodSessionRequestOrBuilder (0.60.0)

public interface CreateVodSessionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The project and ___location in which the VOD session 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 and ___location in which the VOD session 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.

getVodSession()

public abstract VodSession getVodSession()

Required. Parameters for creating a session.

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

Returns
Type Description
VodSession

The vodSession.

getVodSessionOrBuilder()

public abstract VodSessionOrBuilder getVodSessionOrBuilder()

Required. Parameters for creating a session.

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

Returns
Type Description
VodSessionOrBuilder

hasVodSession()

public abstract boolean hasVodSession()

Required. Parameters for creating a session.

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

Returns
Type Description
boolean

Whether the vodSession field is set.