Class GcsUtil.GcsCountersOptions
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.GcsCountersOptions
- Enclosing class:
 GcsUtil
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
GcsCountersOptions
public GcsCountersOptions() 
 - 
 - 
Method Details
- 
getReadCounterPrefix
 - 
getWriteCounterPrefix
 - 
hasAnyPrefix
public boolean hasAnyPrefix() - 
create
public static GcsUtil.GcsCountersOptions create(@Nullable String readCounterPrefix, @Nullable String writeCounterPrefix)  
 -