public interface CreateLiveStreamRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLiveStream()
public abstract LiveStream getLiveStream() Required. The LiveStream to create.
.google.ads.admanager.v1.LiveStream live_stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveStream |
The liveStream. |
getLiveStreamOrBuilder()
public abstract LiveStreamOrBuilder getLiveStreamOrBuilder() Required. The LiveStream to create.
.google.ads.admanager.v1.LiveStream live_stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveStreamOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this LiveStream will be created.
Format: networks/{network_code}
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 parent resource where this LiveStream will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasLiveStream()
public abstract boolean hasLiveStream() Required. The LiveStream to create.
.google.ads.admanager.v1.LiveStream live_stream = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the liveStream field is set. |