Interface IamPolicyAnalysisQuery.ResourceSelectorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFullResourceName()
      Required.
      com.google.protobuf.ByteString getFullResourceNameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFullResourceName

        String getFullResourceName()
         Required. The [full resource name]
         (https://cloud.google.com/asset-inventory/docs/resource-name-format)
         of a resource of [supported resource
         types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#analyzable_asset_types).
         
        string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The fullResourceName.
      • getFullResourceNameBytes

        com.google.protobuf.ByteString getFullResourceNameBytes()
         Required. The [full resource name]
         (https://cloud.google.com/asset-inventory/docs/resource-name-format)
         of a resource of [supported resource
         types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#analyzable_asset_types).
         
        string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for fullResourceName.