public static final class ListVodStitchDetailsRequest.Builder extends GeneratedMessage.Builder<ListVodStitchDetailsRequest.Builder> implements ListVodStitchDetailsRequestOrBuilderRequest message for VideoStitcherService.listVodStitchDetails.
Protobuf type google.cloud.video.stitcher.v1.ListVodStitchDetailsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListVodStitchDetailsRequest.BuilderImplements
ListVodStitchDetailsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListVodStitchDetailsRequest build()| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest |
|
buildPartial()
public ListVodStitchDetailsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest |
|
clear()
public ListVodStitchDetailsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
|
clearPageSize()
public ListVodStitchDetailsRequest.Builder clearPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListVodStitchDetailsRequest.Builder clearPageToken()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
clearParent()
public ListVodStitchDetailsRequest.Builder clearParent() Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListVodStitchDetailsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListVodStitchDetailsRequest other)
public ListVodStitchDetailsRequest.Builder mergeFrom(ListVodStitchDetailsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListVodStitchDetailsRequest |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListVodStitchDetailsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListVodStitchDetailsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
|
setPageSize(int value)
public ListVodStitchDetailsRequest.Builder setPageSize(int value)The maximum number of items to return.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListVodStitchDetailsRequest.Builder setPageToken(String value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListVodStitchDetailsRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListVodStitchDetailsRequest.Builder setParent(String value) Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListVodStitchDetailsRequest.Builder setParentBytes(ByteString value) Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListVodStitchDetailsRequest.Builder |
This builder for chaining. |