Class TransferTypes.GcsData (1.73.0)

public static final class TransferTypes.GcsData extends GeneratedMessageV3 implements TransferTypes.GcsDataOrBuilder

In a GcsData resource, an object's name is the Cloud Storage object's name and its "last modification time" refers to the object's updated property of Cloud Storage objects, which changes when the content or the metadata of the object is updated.

Protobuf type google.storagetransfer.v1.GcsData

Static Fields

BUCKET_NAME_FIELD_NUMBER

public static final int BUCKET_NAME_FIELD_NUMBER
Field Value
Type Description
int

MANAGED_FOLDER_TRANSFER_ENABLED_FIELD_NUMBER

public static final int MANAGED_FOLDER_TRANSFER_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TransferTypes.GcsData getDefaultInstance()
Returns
Type Description
TransferTypes.GcsData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TransferTypes.GcsData.Builder newBuilder()
Returns
Type Description
TransferTypes.GcsData.Builder

newBuilder(TransferTypes.GcsData prototype)

public static TransferTypes.GcsData.Builder newBuilder(TransferTypes.GcsData prototype)
Parameter
Name Description
prototype TransferTypes.GcsData
Returns
Type Description
TransferTypes.GcsData.Builder

parseDelimitedFrom(InputStream input)

public static TransferTypes.GcsData parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TransferTypes.GcsData
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.GcsData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description