Interface RelatedAssetsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RelatedAssets, RelatedAssets.Builder

    public interface RelatedAssetsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasRelationshipAttributes

        boolean hasRelationshipAttributes()
         The detailed relation attributes.
         
        .google.cloud.asset.v1p7beta1.RelationshipAttributes relationship_attributes = 1;
        Returns:
        Whether the relationshipAttributes field is set.
      • getRelationshipAttributes

        RelationshipAttributes getRelationshipAttributes()
         The detailed relation attributes.
         
        .google.cloud.asset.v1p7beta1.RelationshipAttributes relationship_attributes = 1;
        Returns:
        The relationshipAttributes.
      • getRelationshipAttributesOrBuilder

        RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()
         The detailed relation attributes.
         
        .google.cloud.asset.v1p7beta1.RelationshipAttributes relationship_attributes = 1;
      • getAssetsList

        List<RelatedAsset> getAssetsList()
         The peer resources of the relationship.
         
        repeated .google.cloud.asset.v1p7beta1.RelatedAsset assets = 2;
      • getAssets

        RelatedAsset getAssets​(int index)
         The peer resources of the relationship.
         
        repeated .google.cloud.asset.v1p7beta1.RelatedAsset assets = 2;
      • getAssetsCount

        int getAssetsCount()
         The peer resources of the relationship.
         
        repeated .google.cloud.asset.v1p7beta1.RelatedAsset assets = 2;
      • getAssetsOrBuilderList

        List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()
         The peer resources of the relationship.
         
        repeated .google.cloud.asset.v1p7beta1.RelatedAsset assets = 2;
      • getAssetsOrBuilder

        RelatedAssetOrBuilder getAssetsOrBuilder​(int index)
         The peer resources of the relationship.
         
        repeated .google.cloud.asset.v1p7beta1.RelatedAsset assets = 2;