Class PatchJobs.ListPatchJobsRequest (2.15.0)

public static final class PatchJobs.ListPatchJobsRequest extends GeneratedMessageV3 implements PatchJobs.ListPatchJobsRequestOrBuilder

A request message for listing patch jobs.

Protobuf type google.cloud.osconfig.v1.ListPatchJobsRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PatchJobs.ListPatchJobsRequest

Static Fields

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PatchJobs.ListPatchJobsRequest getDefaultInstance()
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PatchJobs.ListPatchJobsRequest.Builder newBuilder()
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest.Builder

newBuilder(PatchJobs.ListPatchJobsRequest prototype)

public static PatchJobs.ListPatchJobsRequest.Builder newBuilder(PatchJobs.ListPatchJobsRequest prototype)
Parameter
NameDescription
prototypePatchJobs.ListPatchJobsRequest
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest.Builder

parseDelimitedFrom(InputStream input)

public static PatchJobs.ListPatchJobsRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PatchJobs.ListPatchJobsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PatchJobs.ListPatchJobsRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PatchJobs.ListPatchJobsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PatchJobs.ListPatchJobsRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PatchJobs.ListPatchJobsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PatchJobs.ListPatchJobsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)