Interface CreateVodSessionRequestOrBuilder (0.18.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the vodSession field is set.