Interface RelatedAssetsOrBuilder (3.2.17)

public interface RelatedAssetsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssets(int index)

public abstract RelatedAsset getAssets(int index)

The peer resources of the relationship.

repeated .google.cloud.asset.v1.RelatedAsset assets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedAsset

getAssetsCount()

public abstract int getAssetsCount()

The peer resources of the relationship.

repeated .google.cloud.asset.v1.RelatedAsset assets = 2;

Returns
TypeDescription
int

getAssetsList()

public abstract List<RelatedAsset> getAssetsList()

The peer resources of the relationship.

repeated .google.cloud.asset.v1.RelatedAsset assets = 2;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedAssetOrBuilder

getAssetsOrBuilderList()

public abstract List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()

The peer resources of the relationship.

repeated .google.cloud.asset.v1.RelatedAsset assets = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
RelationshipAttributes

The relationshipAttributes.

getRelationshipAttributesOrBuilder()

public abstract RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()

The detailed relationship attributes.

.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;

Returns
TypeDescription
RelationshipAttributesOrBuilder

hasRelationshipAttributes()

public abstract boolean hasRelationshipAttributes()

The detailed relationship attributes.

.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;

Returns
TypeDescription
boolean

Whether the relationshipAttributes field is set.