Skip GCP resources with {+param} placeholders
The compute v1 discovery doc added resources (reservationSlots,
reservationSubBlocks) whose paths use gRPC reserved-character
placeholders like {+parentName}, which string.Template cannot
substitute. Skip these in GCPResources since cloudbridge does not
address them anyway; previously the constructor crashed on init,
breaking every GCP operation.