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];
| 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];
| 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}.
Valid locations:
-(Video Stitcher API will pick a location that is closest to the caller.)us-east1us-west1us-central1europe-west1
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| 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}.
Valid locations:
-(Video Stitcher API will pick a location that is closest to the caller.)us-east1us-west1us-central1europe-west1
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| 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];
| Type | Description |
| boolean | Whether the liveSession field is set. |