@Deprecated public interface RelatedAssetsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RelatedAsset |
getAssets(int index)
Deprecated.
The peer resources of the relationship.
|
int |
getAssetsCount()
Deprecated.
The peer resources of the relationship.
|
List<RelatedAsset> |
getAssetsList()
Deprecated.
The peer resources of the relationship.
|
RelatedAssetOrBuilder |
getAssetsOrBuilder(int index)
Deprecated.
The peer resources of the relationship.
|
List<? extends RelatedAssetOrBuilder> |
getAssetsOrBuilderList()
Deprecated.
The peer resources of the relationship.
|
RelationshipAttributes |
getRelationshipAttributes()
Deprecated.
The detailed relationship attributes.
|
RelationshipAttributesOrBuilder |
getRelationshipAttributesOrBuilder()
Deprecated.
The detailed relationship attributes.
|
boolean |
hasRelationshipAttributes()
Deprecated.
The detailed relationship attributes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasRelationshipAttributes()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
RelationshipAttributes getRelationshipAttributes()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
List<RelatedAsset> getAssetsList()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
RelatedAsset getAssets(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
int getAssetsCount()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
RelatedAssetOrBuilder getAssetsOrBuilder(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
Copyright © 2022 Google LLC. All rights reserved.