public static class EntryGroupName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EntryGroupName |
build() |
String |
getEntryGroup() |
String |
getLocation() |
String |
getProject() |
EntryGroupName.Builder |
setEntryGroup(String entryGroup) |
EntryGroupName.Builder |
setLocation(String location) |
EntryGroupName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getEntryGroup()
public EntryGroupName.Builder setProject(String project)
public EntryGroupName.Builder setLocation(String location)
public EntryGroupName.Builder setEntryGroup(String entryGroup)
public EntryGroupName build()
Copyright © 2025 Google LLC. All rights reserved.