com.google.appengine.tools.cloudstorage
Class GcsFilename
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.GcsFilename
-
- All Implemented Interfaces:
- Serializable
public final class GcsFilename extends Object implements Serializable
Bucket and object name of a Google Cloud Storage object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description GcsFilename(String bucketName, String objectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object o)
String
getBucketName()
String
getObjectName()
int
hashCode()
String
toString()
-
Copyright © 2016 Google. All rights reserved.