Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

BucketList Event

Fired for every bucket when ListBuckets is called.

Syntax

public void fireBucketList(GstorageBucketListEvent event);

public class GstorageBucketListEvent {
  public String bucketName;
  public String creationDate;
  public String ownerId;
  public String ownerName;
  public String otherData;
}

Remarks

This event is fired for each bucket when ListBuckets is invoked. It allows you to inspect properties of a bucket like its name, creation date, owner id and owner name. "Other Data" is reserved for future use.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0