Class GcsItemInfoTestBuilder
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.testing.GcsItemInfoTestBuilder
-
public abstract class GcsItemInfoTestBuilder extends Object
Builder used in tests forGoogleCloudStorageItemInfoclass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGcsItemInfoTestBuilder.BuilderMutable builder for the GoogleCloudStorageItemInfo class.
-
Constructor Summary
Constructors Constructor Description GcsItemInfoTestBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static GcsItemInfoTestBuilder.Buildercreate()abstract StringgetContentEncoding()abstract longgetContentGeneration()abstract StringgetContentType()abstract longgetCreationTime()abstract com.google.common.collect.ImmutableMap<String,byte[]>getMetadata()abstract longgetMetaGeneration()abstract longgetModificationTime()abstract longgetSize()abstract StorageResourceIdgetStorageResourceId()abstract VerificationAttributesgetVerificationAttributes()
-
-
-
Method Detail
-
create
public static GcsItemInfoTestBuilder.Builder create()
-
getStorageResourceId
public abstract StorageResourceId getStorageResourceId()
-
getCreationTime
public abstract long getCreationTime()
-
getModificationTime
public abstract long getModificationTime()
-
getSize
public abstract long getSize()
-
getContentType
@Nullable public abstract String getContentType()
-
getContentEncoding
@Nullable public abstract String getContentEncoding()
-
getMetadata
public abstract com.google.common.collect.ImmutableMap<String,byte[]> getMetadata()
-
getContentGeneration
public abstract long getContentGeneration()
-
getMetaGeneration
public abstract long getMetaGeneration()
-
getVerificationAttributes
public abstract VerificationAttributes getVerificationAttributes()
-
-