public interface TargetResourceCreationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFolderCreationConfig()
public abstract FolderCreationConfig getFolderCreationConfig()Optional. Config to create a new folder to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.FolderCreationConfig folder_creation_config = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FolderCreationConfig | The folderCreationConfig. | 
getFolderCreationConfigOrBuilder()
public abstract FolderCreationConfigOrBuilder getFolderCreationConfigOrBuilder()Optional. Config to create a new folder to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.FolderCreationConfig folder_creation_config = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FolderCreationConfigOrBuilder | |
getProjectCreationConfig()
public abstract ProjectCreationConfig getProjectCreationConfig()Optional. Config to create a new project to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.ProjectCreationConfig project_creation_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| ProjectCreationConfig | The projectCreationConfig. | 
getProjectCreationConfigOrBuilder()
public abstract ProjectCreationConfigOrBuilder getProjectCreationConfigOrBuilder()Optional. Config to create a new project to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.ProjectCreationConfig project_creation_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| ProjectCreationConfigOrBuilder | |
getResourceCreationConfigCase()
public abstract TargetResourceCreationConfig.ResourceCreationConfigCase getResourceCreationConfigCase()| Returns | |
|---|---|
| Type | Description | 
| TargetResourceCreationConfig.ResourceCreationConfigCase | |
hasFolderCreationConfig()
public abstract boolean hasFolderCreationConfig()Optional. Config to create a new folder to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.FolderCreationConfig folder_creation_config = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the folderCreationConfig field is set. | 
hasProjectCreationConfig()
public abstract boolean hasProjectCreationConfig()Optional. Config to create a new project to be used as the target_resource of a deployment.
 
 .google.cloud.cloudsecuritycompliance.v1.ProjectCreationConfig project_creation_config = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the projectCreationConfig field is set. |