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 ObjectBuilder for folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFolderLocationBucketViewBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogViewNamebuild()StringgetBucket()StringgetFolder()StringgetLocation()StringgetView()LogViewName.FolderLocationBucketViewBuildersetBucket(String bucket)LogViewName.FolderLocationBucketViewBuildersetFolder(String folder)LogViewName.FolderLocationBucketViewBuildersetLocation(String location)LogViewName.FolderLocationBucketViewBuildersetView(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()
-
-