public final class ListJobTemplatesResponse extends GeneratedMessageV3 implements ListJobTemplatesResponseOrBuilder
Response message for TranscoderService.ListJobTemplates
.
Protobuf type google.cloud.video.transcoder.v1beta1.ListJobTemplatesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListJobTemplatesResponseImplements
ListJobTemplatesResponseOrBuilderStatic Fields
JOB_TEMPLATES_FIELD_NUMBER
public static final int JOB_TEMPLATES_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListJobTemplatesResponse getDefaultInstance()
Type | Description |
ListJobTemplatesResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListJobTemplatesResponse.Builder newBuilder()
Type | Description |
ListJobTemplatesResponse.Builder |
newBuilder(ListJobTemplatesResponse prototype)
public static ListJobTemplatesResponse.Builder newBuilder(ListJobTemplatesResponse prototype)
Name | Description |
prototype | ListJobTemplatesResponse |
Type | Description |
ListJobTemplatesResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListJobTemplatesResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListJobTemplatesResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListJobTemplatesResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListJobTemplatesResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListJobTemplatesResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListJobTemplatesResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListJobTemplatesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListJobTemplatesResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListJobTemplatesResponse> parser()
Type | Description |
Parser<ListJobTemplatesResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListJobTemplatesResponse getDefaultInstanceForType()
Type | Description |
ListJobTemplatesResponse |
getJobTemplates(int index)
public JobTemplate getJobTemplates(int index)
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1beta1.JobTemplate job_templates = 1;
Name | Description |
index | int |
Type | Description |
JobTemplate |
getJobTemplatesCount()
public int getJobTemplatesCount()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1beta1.JobTemplate job_templates = 1;
Type | Description |
int |
getJobTemplatesList()
public List<JobTemplate> getJobTemplatesList()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1beta1.JobTemplate job_templates = 1;
Type | Description |
List<JobTemplate> |
getJobTemplatesOrBuilder(int index)
public JobTemplateOrBuilder getJobTemplatesOrBuilder(int index)
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1beta1.JobTemplate job_templates = 1;
Name | Description |
index | int |
Type | Description |
JobTemplateOrBuilder |
getJobTemplatesOrBuilderList()
public List<? extends JobTemplateOrBuilder> getJobTemplatesOrBuilderList()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1beta1.JobTemplate job_templates = 1;
Type | Description |
List<? extends com.google.cloud.video.transcoder.v1beta1.JobTemplateOrBuilder> |
getNextPageToken()
public String getNextPageToken()
The pagination token.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
The pagination token.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListJobTemplatesResponse> getParserForType()
Type | Description |
Parser<ListJobTemplatesResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListJobTemplatesResponse.Builder newBuilderForType()
Type | Description |
ListJobTemplatesResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListJobTemplatesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListJobTemplatesResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListJobTemplatesResponse.Builder toBuilder()
Type | Description |
ListJobTemplatesResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |