Package | Description |
---|---|
com.google.api.services.digitalassetlinks.v1.model |
Modifier and Type | Method and Description |
---|---|
StatementTemplate |
StatementTemplate.clone() |
StatementTemplate |
StatementTemplate.set(String fieldName,
Object value) |
StatementTemplate |
StatementTemplate.setRelation(String relation)
The relationship being asserted between the source and target.
|
StatementTemplate |
StatementTemplate.setSource(Asset source)
The source asset that is asserting the statement.
|
StatementTemplate |
StatementTemplate.setTarget(Asset target)
The target that the source is declaring the relationship with.
|
Modifier and Type | Method and Description |
---|---|
List<StatementTemplate> |
BulkCheckRequest.getStatements()
List of statements to check.
|
Modifier and Type | Method and Description |
---|---|
BulkCheckRequest |
BulkCheckRequest.setStatements(List<StatementTemplate> statements)
List of statements to check.
|
Copyright © 2011–2022 Google. All rights reserved.