Package com.google.logging.v2
Class LogViewName.FolderLocationBucketViewBuilder
- java.lang.Object
-
- com.google.logging.v2.LogViewName.FolderLocationBucketViewBuilder
-
- Enclosing class:
- LogViewName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class LogViewName.FolderLocationBucketViewBuilder extends Object
Builder for folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FolderLocationBucketViewBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogViewName
build()
String
getBucket()
String
getFolder()
String
getLocation()
String
getView()
LogViewName.FolderLocationBucketViewBuilder
setBucket(String bucket)
LogViewName.FolderLocationBucketViewBuilder
setFolder(String folder)
LogViewName.FolderLocationBucketViewBuilder
setLocation(String location)
LogViewName.FolderLocationBucketViewBuilder
setView(String view)
-
-
-
Method Detail
-
getFolder
public String getFolder()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
getView
public String getView()
-
setFolder
public LogViewName.FolderLocationBucketViewBuilder setFolder(String folder)
-
setLocation
public LogViewName.FolderLocationBucketViewBuilder setLocation(String location)
-
setBucket
public LogViewName.FolderLocationBucketViewBuilder setBucket(String bucket)
-
setView
public LogViewName.FolderLocationBucketViewBuilder setView(String view)
-
build
public LogViewName build()
-
-