public static final class UpdateLiveStreamRequest.Builder extends GeneratedMessage.Builder<UpdateLiveStreamRequest.Builder> implements UpdateLiveStreamRequestOrBuilder Request object for UpdateLiveStream method.
Protobuf type google.ads.admanager.v1.UpdateLiveStreamRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateLiveStreamRequest.BuilderImplements
UpdateLiveStreamRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateLiveStreamRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest |
|
buildPartial()
public UpdateLiveStreamRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest |
|
clear()
public UpdateLiveStreamRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
clearLiveStream()
public UpdateLiveStreamRequest.Builder clearLiveStream() Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
clearUpdateMask()
public UpdateLiveStreamRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
getDefaultInstanceForType()
public UpdateLiveStreamRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLiveStream()
public LiveStream getLiveStream() Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveStream |
The liveStream. |
getLiveStreamBuilder()
public LiveStream.Builder getLiveStreamBuilder() Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveStream.Builder |
|
getLiveStreamOrBuilder()
public LiveStreamOrBuilder getLiveStreamOrBuilder() Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LiveStreamOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasLiveStream()
public boolean hasLiveStream() Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the liveStream field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateLiveStreamRequest other)
public UpdateLiveStreamRequest.Builder mergeFrom(UpdateLiveStreamRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateLiveStreamRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateLiveStreamRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateLiveStreamRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
mergeLiveStream(LiveStream value)
public UpdateLiveStreamRequest.Builder mergeLiveStream(LiveStream value) Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LiveStream |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateLiveStreamRequest.Builder mergeUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
setLiveStream(LiveStream value)
public UpdateLiveStreamRequest.Builder setLiveStream(LiveStream value) Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LiveStream |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
setLiveStream(LiveStream.Builder builderForValue)
public UpdateLiveStreamRequest.Builder setLiveStream(LiveStream.Builder builderForValue) Required. The LiveStream to update.
The LiveStream's name is used to identify the LiveStream to update.
.google.ads.admanager.v1.LiveStream live_stream = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LiveStream.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateLiveStreamRequest.Builder setUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateLiveStreamRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateLiveStreamRequest.Builder |
|