Class PatchJobs.GcsObject (2.13.0)

public static final class PatchJobs.GcsObject extends GeneratedMessageV3 implements PatchJobs.GcsObjectOrBuilder

Google Cloud Storage object representation.

Protobuf type google.cloud.osconfig.v1beta.GcsObject

Static Fields

BUCKET_FIELD_NUMBER

public static final int BUCKET_FIELD_NUMBER
Field Value
TypeDescription
int

GENERATION_NUMBER_FIELD_NUMBER

public static final int GENERATION_NUMBER_FIELD_NUMBER
Field Value
TypeDescription
int

OBJECT_FIELD_NUMBER

public static final int OBJECT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(PatchJobs.GcsObject prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static PatchJobs.GcsObject parseFrom(ByteString data)
Parameter
NameDescription