public final class ListInputsRequest extends GeneratedMessageV3 implements ListInputsRequestOrBuilder
Request message for "LivestreamService.ListInputs".
Protobuf type google.cloud.video.livestream.v1.ListInputsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int FILTER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ORDER_BY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListInputsRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListInputsRequest.Builder newBuilder()
public static ListInputsRequest.Builder newBuilder(ListInputsRequest prototype)
public static ListInputsRequest parseDelimitedFrom(InputStream input)
public static ListInputsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListInputsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListInputsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListInputsRequest parseFrom(ByteString data)
public static ListInputsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListInputsRequest parseFrom(CodedInputStream input)
public static ListInputsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListInputsRequest parseFrom(InputStream input)
public static ListInputsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListInputsRequest parseFrom(ByteBuffer data)
public static ListInputsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListInputsRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ListInputsRequest getDefaultInstanceForType()
public String getFilter()
The filter to apply to list results.
string filter = 4;
Returns |
---|
Type | Description |
String | The filter.
|
public ByteString getFilterBytes()
The filter to apply to list results.
string filter = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for filter.
|
public String getOrderBy()
Specifies the ordering of results following syntax at Sorting
Order.
string order_by = 5;
Returns |
---|
Type | Description |
String | The orderBy.
|
public ByteString getOrderByBytes()
Specifies the ordering of results following syntax at Sorting
Order.
string order_by = 5;
Returns |
---|
Type | Description |
ByteString | The bytes for orderBy.
|
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;
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.
|
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) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
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) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
public Parser<ListInputsRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListInputsRequest.Builder newBuilderForType()
protected ListInputsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListInputsRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides