Interface CreateLiveSessionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateLiveSessionRequest, CreateLiveSessionRequest.Builder

    public interface CreateLiveSessionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        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:
        The parent.
      • getParentBytes

        com.google.protobuf.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:
        The bytes for parent.
      • hasLiveSession

        boolean hasLiveSession()
         Required. Parameters for creating a live session.
         
        .google.cloud.video.stitcher.v1.LiveSession live_session = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the liveSession field is set.
      • getLiveSession

        LiveSession getLiveSession()
         Required. Parameters for creating a live session.
         
        .google.cloud.video.stitcher.v1.LiveSession live_session = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The liveSession.
      • getLiveSessionOrBuilder

        LiveSessionOrBuilder getLiveSessionOrBuilder()
         Required. Parameters for creating a live session.
         
        .google.cloud.video.stitcher.v1.LiveSession live_session = 2 [(.google.api.field_behavior) = REQUIRED];