Interface CreateLiveSessionRequestOrBuilder (0.41.0)

public interface CreateLiveSessionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLiveSession()

public abstract LiveSession getLiveSession()

Required. Parameters for creating a live session.

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

Returns
TypeDescription
LiveSession

The liveSession.

getLiveSessionOrBuilder()

public abstract LiveSessionOrBuilder getLiveSessionOrBuilder()

Required. Parameters for creating a live session.

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

Returns
TypeDescription
LiveSessionOrBuilder

getParent()

public abstract String getParent()

Required. The project and location in which the live 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 live 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.

hasLiveSession()

public abstract boolean hasLiveSession()

Required. Parameters for creating a live session.

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

Returns
TypeDescription
boolean

Whether the liveSession field is set.