Package com.google.cloud.asset.v1
Interface RelatedAssetsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RelatedAssets,RelatedAssets.Builder
@Deprecated public interface RelatedAssetsOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RelatedAssetgetAssets(int index)Deprecated.The peer resources of the relationship.intgetAssetsCount()Deprecated.The peer resources of the relationship.List<RelatedAsset>getAssetsList()Deprecated.The peer resources of the relationship.RelatedAssetOrBuildergetAssetsOrBuilder(int index)Deprecated.The peer resources of the relationship.List<? extends RelatedAssetOrBuilder>getAssetsOrBuilderList()Deprecated.The peer resources of the relationship.RelationshipAttributesgetRelationshipAttributes()Deprecated.The detailed relationship attributes.RelationshipAttributesOrBuildergetRelationshipAttributesOrBuilder()Deprecated.The detailed relationship attributes.booleanhasRelationshipAttributes()Deprecated.The detailed relationship 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()
Deprecated.The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;- Returns:
- Whether the relationshipAttributes field is set.
-
getRelationshipAttributes
RelationshipAttributes getRelationshipAttributes()
Deprecated.The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;- Returns:
- The relationshipAttributes.
-
getRelationshipAttributesOrBuilder
RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()
Deprecated.The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
-
getAssetsList
List<RelatedAsset> getAssetsList()
Deprecated.The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
-
getAssets
RelatedAsset getAssets(int index)
Deprecated.The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
-
getAssetsCount
int getAssetsCount()
Deprecated.The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
-
getAssetsOrBuilderList
List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()
Deprecated.The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
-
getAssetsOrBuilder
RelatedAssetOrBuilder getAssetsOrBuilder(int index)
Deprecated.The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
-
-