Uses of Class
com.google.cloud.asset.v1.RelatedResources
-
Packages that use RelatedResources Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of RelatedResources in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return RelatedResources Modifier and Type Method Description RelatedResources
RelatedResources.Builder. build()
RelatedResources
RelatedResources.Builder. buildPartial()
static RelatedResources
RelatedResources. getDefaultInstance()
RelatedResources
RelatedResources.Builder. getDefaultInstanceForType()
RelatedResources
RelatedResources. getDefaultInstanceForType()
RelatedResources
ResourceSearchResult.Builder. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResult. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResultOrBuilder. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResult.Builder. getRelationshipsOrThrow(String key)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResult. getRelationshipsOrThrow(String key)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResultOrBuilder. getRelationshipsOrThrow(String key)
A map of related resources of this resource, keyed by the relationship type.static RelatedResources
RelatedResources. parseDelimitedFrom(InputStream input)
static RelatedResources
RelatedResources. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedResources
RelatedResources. parseFrom(byte[] data)
static RelatedResources
RelatedResources. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedResources
RelatedResources. parseFrom(com.google.protobuf.ByteString data)
static RelatedResources
RelatedResources. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedResources
RelatedResources. parseFrom(com.google.protobuf.CodedInputStream input)
static RelatedResources
RelatedResources. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedResources
RelatedResources. parseFrom(InputStream input)
static RelatedResources
RelatedResources. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedResources
RelatedResources. parseFrom(ByteBuffer data)
static RelatedResources
RelatedResources. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type RelatedResources Modifier and Type Method Description Map<String,RelatedResources>
ResourceSearchResult.Builder. getMutableRelationships()
Deprecated.com.google.protobuf.Parser<RelatedResources>
RelatedResources. getParserForType()
Map<String,RelatedResources>
ResourceSearchResult.Builder. getRelationships()
Deprecated.Map<String,RelatedResources>
ResourceSearchResult. getRelationships()
Deprecated.Map<String,RelatedResources>
ResourceSearchResultOrBuilder. getRelationships()
Deprecated.Map<String,RelatedResources>
ResourceSearchResult.Builder. getRelationshipsMap()
A map of related resources of this resource, keyed by the relationship type.Map<String,RelatedResources>
ResourceSearchResult. getRelationshipsMap()
A map of related resources of this resource, keyed by the relationship type.Map<String,RelatedResources>
ResourceSearchResultOrBuilder. getRelationshipsMap()
A map of related resources of this resource, keyed by the relationship type.static com.google.protobuf.Parser<RelatedResources>
RelatedResources. parser()
Methods in com.google.cloud.asset.v1 with parameters of type RelatedResources Modifier and Type Method Description RelatedResources
ResourceSearchResult.Builder. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResult. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources
ResourceSearchResultOrBuilder. getRelationshipsOrDefault(String key, RelatedResources defaultValue)
A map of related resources of this resource, keyed by the relationship type.RelatedResources.Builder
RelatedResources.Builder. mergeFrom(RelatedResources other)
static RelatedResources.Builder
RelatedResources. newBuilder(RelatedResources prototype)
ResourceSearchResult.Builder
ResourceSearchResult.Builder. putRelationships(String key, RelatedResources value)
A map of related resources of this resource, keyed by the relationship type.Method parameters in com.google.cloud.asset.v1 with type arguments of type RelatedResources Modifier and Type Method Description ResourceSearchResult.Builder
ResourceSearchResult.Builder. putAllRelationships(Map<String,RelatedResources> values)
A map of related resources of this resource, keyed by the relationship type.
-