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