Package | Description |
---|---|
com.google.api.services.digitalassetlinks.v1.model |
Modifier and Type | Method and Description |
---|---|
Asset |
Asset.clone() |
Asset |
BulkCheckRequest.getDefaultSource()
If specified, will be used in any given template statement that doesn’t specify a source.
|
Asset |
BulkCheckRequest.getDefaultTarget()
If specified, will be used in any given template statement that doesn’t specify a target.
|
Asset |
Statement.getSource()
Every statement has a source asset.
|
Asset |
StatementTemplate.getSource()
The source asset that is asserting the statement.
|
Asset |
Statement.getTarget()
Every statement has a target asset.
|
Asset |
StatementTemplate.getTarget()
The target that the source is declaring the relationship with.
|
Asset |
Asset.set(String fieldName,
Object value) |
Asset |
Asset.setAndroidApp(AndroidAppAsset androidApp)
Set if this is an Android App asset.
|
Asset |
Asset.setWeb(WebAsset web)
Set if this is a web asset.
|
Modifier and Type | Method and Description |
---|---|
BulkCheckRequest |
BulkCheckRequest.setDefaultSource(Asset defaultSource)
If specified, will be used in any given template statement that doesn’t specify a source.
|
BulkCheckRequest |
BulkCheckRequest.setDefaultTarget(Asset defaultTarget)
If specified, will be used in any given template statement that doesn’t specify a target.
|
Statement |
Statement.setSource(Asset source)
Every statement has a source asset.
|
StatementTemplate |
StatementTemplate.setSource(Asset source)
The source asset that is asserting the statement.
|
Statement |
Statement.setTarget(Asset target)
Every statement has a target asset.
|
StatementTemplate |
StatementTemplate.setTarget(Asset target)
The target that the source is declaring the relationship with.
|
Copyright © 2011–2022 Google. All rights reserved.