Package com.pulumi.gcp.cloudasset.inputs
Class GetResourcesSearchAllPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.cloudasset.inputs.GetResourcesSearchAllPlainArgs
-
public final class GetResourcesSearchAllPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetResourcesSearchAllPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetResourcesSearchAllPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.util.List<java.lang.String>>
assetTypes()
static GetResourcesSearchAllPlainArgs.Builder
builder()
static GetResourcesSearchAllPlainArgs.Builder
builder(GetResourcesSearchAllPlainArgs defaults)
java.util.Optional<java.lang.String>
query()
java.lang.String
scope()
-
-
-
Field Detail
-
Empty
public static final GetResourcesSearchAllPlainArgs Empty
-
-
Method Detail
-
assetTypes
public java.util.Optional<java.util.List<java.lang.String>> assetTypes()
- Returns:
- A list of asset types that this request searches for. If empty, it will search all the [supported asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types).
-
query
public java.util.Optional<java.lang.String> query()
- Returns:
- The query statement. See [how to construct a query](https://cloud.google.com/asset-inventory/docs/searching-resources#how_to_construct_a_query) for more information. If not specified or empty, it will search all the resources within the specified `scope` and `asset_types`.
-
scope
public java.lang.String scope()
- Returns:
- A scope can be a project, a folder, or an organization. The allowed value must be: organization number (such as "organizations/123"), folder number (such as "folders/1234"), project number (such as "projects/12345") or project id (such as "projects/abc")
-
builder
public static GetResourcesSearchAllPlainArgs.Builder builder()
-
builder
public static GetResourcesSearchAllPlainArgs.Builder builder(GetResourcesSearchAllPlainArgs defaults)
-
-