Package com.google.cloud.asset.v1p7beta1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedAsset
getAssets(int index)
The peer resources of the relationship.int
getAssetsCount()
The peer resources of the relationship.List<RelatedAsset>
getAssetsList()
The peer resources of the relationship.RelatedAssetOrBuilder
getAssetsOrBuilder(int index)
The peer resources of the relationship.List<? extends RelatedAssetOrBuilder>
getAssetsOrBuilderList()
The peer resources of the relationship.RelationshipAttributes
getRelationshipAttributes()
The detailed relation attributes.RelationshipAttributesOrBuilder
getRelationshipAttributesOrBuilder()
The detailed relation attributes.boolean
hasRelationshipAttributes()
The detailed relation attributes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-