Interface ProjectCreationConfigOrBuilder (0.1.0)

public interface ProjectCreationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillingAccountId()

public abstract String getBillingAccountId()

Required. Billing account id to be used 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. Billing account id to be used 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. organizations/{org} or folders/{folder}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. organizations/{org} or folders/{folder}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getProjectDisplayName()

public abstract String getProjectDisplayName()

Required. Display name of the project to be created

string project_display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectDisplayName.

getProjectDisplayNameBytes()

public abstract ByteString getProjectDisplayNameBytes()

Required. Display name of the project to be created

string project_display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectDisplayName.