public interface RelatedAssetsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssets(int index)
public abstract RelatedAsset getAssets(int index)The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
| Name | Description |
| index | int |
| Type | Description |
| RelatedAsset |
getAssetsCount()
public abstract int getAssetsCount()The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
| Type | Description |
| int |
getAssetsList()
public abstract List<RelatedAsset> getAssetsList()The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
| Type | Description |
| List<RelatedAsset> |
getAssetsOrBuilder(int index)
public abstract RelatedAssetOrBuilder getAssetsOrBuilder(int index)The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
| Name | Description |
| index | int |
| Type | Description |
| RelatedAssetOrBuilder |
getAssetsOrBuilderList()
public abstract List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
| Type | Description |
| List<? extends com.google.cloud.asset.v1.RelatedAssetOrBuilder> |
getRelationshipAttributes()
public abstract RelationshipAttributes getRelationshipAttributes()The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
| Type | Description |
| RelationshipAttributes | The relationshipAttributes. |
getRelationshipAttributesOrBuilder()
public abstract RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
| Type | Description |
| RelationshipAttributesOrBuilder |
hasRelationshipAttributes()
public abstract boolean hasRelationshipAttributes()The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
| Type | Description |
| boolean | Whether the relationshipAttributes field is set. |