public interface RelatedResourcesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RelatedResource |
getRelatedResources(int index)
The detailed related resources of the primary resource.
|
int |
getRelatedResourcesCount()
The detailed related resources of the primary resource.
|
List<RelatedResource> |
getRelatedResourcesList()
The detailed related resources of the primary resource.
|
RelatedResourceOrBuilder |
getRelatedResourcesOrBuilder(int index)
The detailed related resources of the primary resource.
|
List<? extends RelatedResourceOrBuilder> |
getRelatedResourcesOrBuilderList()
The detailed related resources of the primary resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<RelatedResource> getRelatedResourcesList()
The detailed related resources of the primary resource.
repeated .google.cloud.asset.v1.RelatedResource related_resources = 1;
RelatedResource getRelatedResources(int index)
The detailed related resources of the primary resource.
repeated .google.cloud.asset.v1.RelatedResource related_resources = 1;
int getRelatedResourcesCount()
The detailed related resources of the primary resource.
repeated .google.cloud.asset.v1.RelatedResource related_resources = 1;
List<? extends RelatedResourceOrBuilder> getRelatedResourcesOrBuilderList()
The detailed related resources of the primary resource.
repeated .google.cloud.asset.v1.RelatedResource related_resources = 1;
RelatedResourceOrBuilder getRelatedResourcesOrBuilder(int index)
The detailed related resources of the primary resource.
repeated .google.cloud.asset.v1.RelatedResource related_resources = 1;
Copyright © 2022 Google LLC. All rights reserved.