Uses of Class
com.google.cloud.hadoop.gcsio.VerificationAttributes
-
Packages that use VerificationAttributes Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of VerificationAttributes in com.google.cloud.hadoop.gcsio
Methods in com.google.cloud.hadoop.gcsio that return VerificationAttributes Modifier and Type Method Description VerificationAttributesGoogleCloudStorageItemInfo. getVerificationAttributes()Get object validation attributes.Methods in com.google.cloud.hadoop.gcsio with parameters of type VerificationAttributes Modifier and Type Method Description static GoogleCloudStorageItemInfoGoogleCloudStorageItemInfo. createObject(StorageResourceId resourceId, long creationTime, long modificationTime, long size, String contentType, String contentEncoding, Map<String,byte[]> metadata, long contentGeneration, long metaGeneration, VerificationAttributes verificationAttributes)Factory method for creating a GoogleCloudStorageItemInfo for an object. -
Uses of VerificationAttributes in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing that return VerificationAttributes Modifier and Type Method Description abstract VerificationAttributesGcsItemInfoTestBuilder. getVerificationAttributes()Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type VerificationAttributes Modifier and Type Method Description abstract GcsItemInfoTestBuilder.BuilderGcsItemInfoTestBuilder.Builder. setVerificationAttributes(VerificationAttributes verificationAttributes)
-