public interface ProjectCreationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBillingAccountId()
public abstract String getBillingAccountId()Required. The billing account ID for the project.
string billing_account_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The billingAccountId. |
getBillingAccountIdBytes()
public abstract ByteString getBillingAccountIdBytes()Required. The billing account ID for the project.
string billing_account_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for billingAccountId. |
getParent()
public abstract String getParent() Required. The parent of the project, in the format
organizations/{organizationID} or folders/{folderID}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent of the project, in the format
organizations/{organizationID} or folders/{folderID}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getProjectDisplayName()
public abstract String getProjectDisplayName()Required. The display name of the project.
string project_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectDisplayName. |
getProjectDisplayNameBytes()
public abstract ByteString getProjectDisplayNameBytes()Required. The display name of the project.
string project_display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectDisplayName. |