- 0.78.0 (latest)
 - 0.76.0
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.70.0
 - 0.68.0
 - 0.67.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.6
 - 0.1.2
 
public static final class ListSlatesRequest.Builder extends GeneratedMessageV3.Builder<ListSlatesRequest.Builder> implements ListSlatesRequestOrBuilderRequest message for VideoStitcherService.listSlates.
 Protobuf type google.cloud.video.stitcher.v1.ListSlatesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListSlatesRequest.BuilderImplements
ListSlatesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSlatesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
build()
public ListSlatesRequest build()| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest | 
        |
buildPartial()
public ListSlatesRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest | 
        |
clear()
public ListSlatesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public ListSlatesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
clearFilter()
public ListSlatesRequest.Builder clearFilter()Filtering results
 string filter = 4;
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSlatesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
clearOrderBy()
public ListSlatesRequest.Builder clearOrderBy()Hint for how to order the results
 string order_by = 5;
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
clearPageSize()
public ListSlatesRequest.Builder clearPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
 int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
clearPageToken()
public ListSlatesRequest.Builder clearPageToken()A token identifying a page of results the server should return.
 string page_token = 3;
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
clearParent()
public ListSlatesRequest.Builder clearParent() Required. The project to list slates, in the form of
 projects/{project_number}/locations/{location}.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public ListSlatesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
getDefaultInstanceForType()
public ListSlatesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getFilter()
public String getFilter()Filtering results
 string filter = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The filter.  | 
      
getFilterBytes()
public ByteString getFilterBytes()Filtering results
 string filter = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for filter.  | 
      
getOrderBy()
public String getOrderBy()Hint for how to order the results
 string order_by = 5;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The orderBy.  | 
      
getOrderByBytes()
public ByteString getOrderByBytes()Hint for how to order the results
 string order_by = 5;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for orderBy.  | 
      
getPageSize()
public int getPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
 int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The pageSize.  | 
      
getPageToken()
public String getPageToken()A token identifying a page of results the server should return.
 string page_token = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The pageToken.  | 
      
getPageTokenBytes()
public ByteString getPageTokenBytes()A token identifying a page of results the server should return.
 string page_token = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for pageToken.  | 
      
getParent()
public String getParent() Required. The project to list slates, in the form of
 projects/{project_number}/locations/{location}.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The parent.  | 
      
getParentBytes()
public ByteString getParentBytes() Required. The project to list slates, in the form of
 projects/{project_number}/locations/{location}.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for parent.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(ListSlatesRequest other)
public ListSlatesRequest.Builder mergeFrom(ListSlatesRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListSlatesRequest | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSlatesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ListSlatesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSlatesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public ListSlatesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
setFilter(String value)
public ListSlatesRequest.Builder setFilter(String value)Filtering results
 string filter = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe filter to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setFilterBytes(ByteString value)
public ListSlatesRequest.Builder setFilterBytes(ByteString value)Filtering results
 string filter = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for filter to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setOrderBy(String value)
public ListSlatesRequest.Builder setOrderBy(String value)Hint for how to order the results
 string order_by = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe orderBy to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setOrderByBytes(ByteString value)
public ListSlatesRequest.Builder setOrderByBytes(ByteString value)Hint for how to order the results
 string order_by = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for orderBy to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setPageSize(int value)
public ListSlatesRequest.Builder setPageSize(int value)Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
 int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe pageSize to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setPageToken(String value)
public ListSlatesRequest.Builder setPageToken(String value)A token identifying a page of results the server should return.
 string page_token = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe pageToken to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setPageTokenBytes(ByteString value)
public ListSlatesRequest.Builder setPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
 string page_token = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for pageToken to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setParent(String value)
public ListSlatesRequest.Builder setParent(String value) Required. The project to list slates, in the form of
 projects/{project_number}/locations/{location}.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe parent to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setParentBytes(ByteString value)
public ListSlatesRequest.Builder setParentBytes(ByteString value) Required. The project to list slates, in the form of
 projects/{project_number}/locations/{location}.
 
 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 | 
ListSlatesRequest.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSlatesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSlatesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ListSlatesRequest.Builder | 
        |