public static final class ListInputsRequest.Builder extends GeneratedMessageV3.Builder<ListInputsRequest.Builder> implements ListInputsRequestOrBuilderRequest message for "LivestreamService.ListInputs".
Protobuf type google.cloud.video.livestream.v1.ListInputsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListInputsRequest.BuilderImplements
ListInputsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListInputsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListInputsRequest.Builder |
build()
public ListInputsRequest build()| Type | Description |
| ListInputsRequest |
buildPartial()
public ListInputsRequest buildPartial()| Type | Description |
| ListInputsRequest |
clear()
public ListInputsRequest.Builder clear()| Type | Description |
| ListInputsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListInputsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListInputsRequest.Builder |
clearFilter()
public ListInputsRequest.Builder clearFilter()The filter to apply to list results.
string filter = 4;
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListInputsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListInputsRequest.Builder |
clearOrderBy()
public ListInputsRequest.Builder clearOrderBy()Specifies the ordering of results following syntax at Sorting Order.
string order_by = 5;
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
clearPageSize()
public ListInputsRequest.Builder clearPageSize()The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
int32 page_size = 2;
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListInputsRequest.Builder clearPageToken()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
clearParent()
public ListInputsRequest.Builder clearParent() Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
clone()
public ListInputsRequest.Builder clone()| Type | Description |
| ListInputsRequest.Builder |
getDefaultInstanceForType()
public ListInputsRequest getDefaultInstanceForType()| Type | Description |
| ListInputsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()The filter to apply to list results.
string filter = 4;
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()The filter to apply to list results.
string filter = 4;
| Type | Description |
| ByteString | The bytes for filter. |
getOrderBy()
public String getOrderBy()Specifies the ordering of results following syntax at Sorting Order.
string order_by = 5;
| Type | Description |
| String | The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Specifies the ordering of results following syntax at Sorting Order.
string order_by = 5;
| Type | Description |
| ByteString | The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
int32 page_size = 2;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String getParent() Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListInputsRequest other)
public ListInputsRequest.Builder mergeFrom(ListInputsRequest other)| Name | Description |
| other | ListInputsRequest |
| Type | Description |
| ListInputsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListInputsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListInputsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListInputsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListInputsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListInputsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListInputsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListInputsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListInputsRequest.Builder |
setFilter(String value)
public ListInputsRequest.Builder setFilter(String value)The filter to apply to list results.
string filter = 4;
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListInputsRequest.Builder setFilterBytes(ByteString value)The filter to apply to list results.
string filter = 4;
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setOrderBy(String value)
public ListInputsRequest.Builder setOrderBy(String value)Specifies the ordering of results following syntax at Sorting Order.
string order_by = 5;
| Name | Description |
| value | StringThe orderBy to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setOrderByBytes(ByteString value)
public ListInputsRequest.Builder setOrderByBytes(ByteString value)Specifies the ordering of results following syntax at Sorting Order.
string order_by = 5;
| Name | Description |
| value | ByteStringThe bytes for orderBy to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListInputsRequest.Builder setPageSize(int value)The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
int32 page_size = 2;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListInputsRequest.Builder setPageToken(String value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListInputsRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListInputsRequest.Builder setParent(String value) Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListInputsRequest.Builder setParentBytes(ByteString value) Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListInputsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListInputsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListInputsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListInputsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListInputsRequest.Builder |