Projects.ListRequest, Projects.NotImplemented| Constructor and Description |
|---|
NotImplemented() |
| Modifier and Type | Method and Description |
|---|---|
ProjectApi |
create(ProjectInput in)
Create a project.
|
ProjectApi |
create(String name)
Create a project using the default configuration.
|
Projects.ListRequest |
list() |
ProjectApi |
name(String name)
Look up a project by name.
|
public ProjectApi name(String name)
ProjectsNote: This method eagerly reads the project. Methods that mutate the
project do not necessarily re-read the project. Therefore, calling a getter method on an
instance after calling a mutation method on that same instance is not guaranteed to reflect the
mutation. It is not recommended to store references to ProjectApi instances.
public ProjectApi create(ProjectInput in)
Projectspublic ProjectApi create(String name)
Projectspublic Projects.ListRequest list()